Search found 729 matches

by LOVER$BOY
Fri Apr 29, 2022 7:27 am
Forum: Development
Topic: Problems Compiling latest Styctap on Win (Codeblocks)
Replies: 11
Views: 8873

Re: Problems Compiling latest Styctap on Win (Codeblocks)

For future windows users needing to compile in windows using the 20.03mingw x64, I've made a batch files just for you without you needing to open codeblocks (unless something is broken and you really need to open codeblocks). XD I've pushed it into the 0.2.9+ap-build-codeblocks-work as of revision 3...
by LOVER$BOY
Sun Nov 21, 2021 10:38 am
Forum: Programming
Topic: Good location to store my scripts
Replies: 4
Views: 6370

Re: Good location to store my scripts

I did my best to keep them useful in case someone other than me may find them helpful in years to come. :)
by LOVER$BOY
Thu Nov 18, 2021 12:22 am
Forum: Other
Topic: KILL_ALL_SCRIPTS
Replies: 4
Views: 6428

Re: KILL_ALL_SCRIPTS

LOL. I actually forgot I added it to the code until I saw the title and wondered "Wait a minute. It rings a bell." even though this was posted a year ago. XD
by LOVER$BOY
Wed Nov 17, 2021 11:51 pm
Forum: Development
Topic: Problems Compiling latest Styctap on Win (Codeblocks)
Replies: 11
Views: 8873

Re: Problems Compiling latest Styctap on Win (Codeblocks)

I know it's late by (2017 so...) four years but... I finally got around to updating the code blocks project files for 0.2.9-sty+ct+ap if that pleases anyone. :) The latest windows code blocks it supports is: Code Blocks 20.03mingw Process is still the same as usual: (directory view) - armagetronad -...
by LOVER$BOY
Wed Nov 17, 2021 11:49 pm
Forum: Programming
Topic: Good location to store my scripts
Replies: 4
Views: 6370

Re: Good location to store my scripts

I know it's late by a year but... you're welcome. :)
by LOVER$BOY
Thu Apr 17, 2014 2:38 am
Forum: General
Topic: I'm Retiring
Replies: 15
Views: 6066

I'm Retiring

Hello tronners! This is no late April fools joke, it's the real deal. I have finally decided to retire from armagetron advanced. I have two reasons; one being that I am not getting any productivity out of this and the other is simply I am busy in my life. I started playing tron since 2006. It all st...
by LOVER$BOY
Fri Apr 11, 2014 10:49 am
Forum: Development
Topic: Steam Greenlight
Replies: 4
Views: 2910

Re: Steam Greenlight

Clutch wrote:There was a thread before, but it got derailed by my ridiculous posts. Damn I was annoying
Must be this: http://forums3.armagetronad.net/viewtop ... ilit=steam
by LOVER$BOY
Fri Apr 11, 2014 2:32 am
Forum: Support
Topic: 0.2.8 FPS drop
Replies: 23
Views: 5725

Re: 0.2.8 FPS drop

The other thing could also be your computer specs, like the amount of memory it can sustain and performance rate and so on. These things always caused me to have FTP of 60 or less when I used my old laptops but with a brand new laptop with better specs, my FPS stays above 100 most of the time. You'...
by LOVER$BOY
Wed Apr 09, 2014 4:56 am
Forum: Support
Topic: 0.2.8 FPS drop
Replies: 23
Views: 5725

Re: 0.2.8 FPS drop

I think the question is, what code was changed between .2x and .4x that would cause such a drastic difference in FPS on the same hardware? Yes but I don't believe any latest additions to the code had anything to do with the drop in FPS although there is the possibility they could've had some affect...
by LOVER$BOY
Wed Apr 09, 2014 1:21 am
Forum: Support
Topic: 0.2.8 FPS drop
Replies: 23
Views: 5725

Re: 0.2.8 FPS drop

The other thing could also be your computer specs, like the amount of memory it can sustain and performance rate and so on. These things always caused me to have FPS of 60 or less when I used my old laptops but with a brand new laptop with better specs, my FPS stays above 100 most of the time.
by LOVER$BOY
Mon Apr 07, 2014 3:37 am
Forum: Support
Topic: 0.2.8 FPS drop
Replies: 23
Views: 5725

Re: 0.2.8 FPS drop

This happens to me as well but I don't find it a bothersome. I think it's simply the amount of data, display and process required causes the FTP to drop down. Although in my LOVER$BOY's Racing server it doesn't drop below 100 unless the load is pretty heavy. So maybe others might have other explanat...
by LOVER$BOY
Mon Mar 31, 2014 12:25 am
Forum: Programming
Topic: Individual Server Settings Download
Replies: 4
Views: 7520

Re: Individual Server Settings Download

If I were you, I'd make the default access level for this command one above remote user. Yes, that's fine. I'll add in a new setting called "CLIENT_DOWNLOAD_SETTINGS". If you set it to 1, it'll enable clients to download the settings of the server. Of-course, it'll be enabled by default a...
by LOVER$BOY
Sun Mar 30, 2014 8:59 am
Forum: Programming
Topic: Individual Server Settings Download
Replies: 4
Views: 7520

Individual Server Settings Download

Hey there global tronners and programmers! Recently Alpha Project had been experimenting with our 0.2.9-armagetronad-sty+ct+ap source code involving the client able to download the settings from the server. It can be safe to say it is successful. Currently only our servers/clients are capable of it ...
by LOVER$BOY
Fri Mar 21, 2014 3:03 am
Forum: Server Administration/Setup
Topic: Segmentation fault (core dumped)
Replies: 12
Views: 7892

Re: Segmentation fault (core dumped)

I took out #tail -n0 -f -s 0.0001 ${ladderlog} | php ./main.php | ${tron} --vardir ${var} --userdatadir ${data} --resourcedir ${resource} --userconfigdir ${config} --input ${command} >> ${console} since its not needed in this case since SPAWN_SCRIPT is doing the job nicely. One other thing, chuck me...