<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Ace of Spades Game Forums &#187; Topic: Toms&#039; Utility [Official Thread]</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Topic: Toms&#039; Utility [Official Thread]</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 11:22:45 +0000</pubDate>

<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055&amp;page=2#post-14176</link>
<pubDate>Sat, 21 May 2011 22:10:34 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">14176@http://forumarchive.spadille.net/</guid>
<description><p>ok :) im making mine for personal useage also if i find helpful commands ill tell u i guess anyways
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-13525</link>
<pubDate>Fri, 20 May 2011 19:37:08 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">13525@http://forumarchive.spadille.net/</guid>
<description><p>I'm actually done updating this, hardly anybody uses it, and i'm just going to use it for myself ;)
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-13423</link>
<pubDate>Fri, 20 May 2011 16:33:11 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">13423@http://forumarchive.spadille.net/</guid>
<description><p>tom i hate to share my secret but you will figure it out anyays so here it is:<br />
:server<br />
cd C:/Ace of Spades<br />
start server<br />
cls<br />
goto start<br />
it starts the server :)
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12829</link>
<pubDate>Wed, 18 May 2011 22:17:22 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">12829@http://forumarchive.spadille.net/</guid>
<description><p>'Bumping' is a way to move your post to the top of the lists so others can continue viewing.</p>
<p>Update V1.7</p>
<p>Simply changed the location to C:\Ace of Spades Program should now work. Make sure you have the runner on Desktop or Ace of spades folder for it to work.</p>
<p><a href="http://download942.mediafire.com/jgihbht8y8mg/yxcx93ckpga1z1y/Toms%27+Utility.exe" rel="nofollow">http://download942.mediafire.com/jgihbht8y8mg/yxcx93ckpga1z1y/Toms%27+Utility.exe</a><br />
<a href="http://www.mediafire.com/?yxcx93ckpga1z1y" rel="nofollow">http://www.mediafire.com/?yxcx93ckpga1z1y</a>
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12718</link>
<pubDate>Wed, 18 May 2011 18:21:43 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">12718@http://forumarchive.spadille.net/</guid>
<description><p>why did you say bump?
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12708</link>
<pubDate>Wed, 18 May 2011 18:04:33 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">12708@http://forumarchive.spadille.net/</guid>
<description><p>Bump
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12539</link>
<pubDate>Wed, 18 May 2011 07:17:07 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">12539@http://forumarchive.spadille.net/</guid>
<description><p>lol im like the only one giving suggestions
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12465</link>
<pubDate>Tue, 17 May 2011 23:36:13 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">12465@http://forumarchive.spadille.net/</guid>
<description><p>Good good.
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12327</link>
<pubDate>Tue, 17 May 2011 16:10:45 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">12327@http://forumarchive.spadille.net/</guid>
<description><p>oooh suggestion maybe have a choice  between normal installed areas (c:/ace of spades, c:/program files/ace of spades, or c:/program files (x86)/ace of spades) and a custom place like typing in the space where it is installed<br />
example:<br />
echo A: installed normally<br />
echo B: intsalled customly (must know area)<br />
set /p installed=<br />
if %installed% == A goto norm<br />
if %installed% == B goto cust<br />
:norm<br />
cls<br />
echo name:<br />
(etc)<br />
:cust<br />
cls<br />
echo where is it installed?<br />
set /p where=<br />
cd %where%<br />
(editing config)</p>
<p>just  thought<br />
dont know if it would work i might test it though :)
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12323</link>
<pubDate>Tue, 17 May 2011 16:05:48 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">12323@http://forumarchive.spadille.net/</guid>
<description><p>i know i intend to add that right know i added the wiki i am not trying to race or anything  i was just showing you mine that i am using for my use and i think a gui is a pain cuz you have to rescript it
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12135</link>
<pubDate>Mon, 16 May 2011 21:26:43 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">12135@http://forumarchive.spadille.net/</guid>
<description><p>Hey good start :) But quite the bit of work has been put into mine still, yours looks good. And there is nothing else but the text based ui when it comes to ms-dos. I probobly may need to work on a GUI, but there are already some of those released, don't feel like starting a new race when theres people laps ahead.</p>
<p>But also, feel free to link me new sights that I should add.</p>
<p><em>"rocket138"</em><br />
 I didn't see anything for the resolution setup, you have no variable options to change your resolution.
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12102</link>
<pubDate>Mon, 16 May 2011 19:18:33 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">12102@http://forumarchive.spadille.net/</guid>
<description><p>@echo off<br />
:start<br />
echo AoS Forums  "F"<br />
echo Config edititing  "C"<br />
echo Play "P"<br />
echo Exit "E"<br />
set /p the=<br />
if %the% == F goto forum<br />
if %the% == P goto play<br />
if %the% == p goto play<br />
if %the% == f goto forum<br />
if %the% == C goto edit<br />
if %the% == c goto edit<br />
if %the% == E goto exit<br />
if %the% == e goto exit<br />
:play<br />
cls<br />
explorer <a href="http://ace-spades.com" rel="nofollow">http://ace-spades.com</a><br />
goto start</p>
<p>:error<br />
cls<br />
echo Error: Incorrect Command<br />
pause<br />
cls<br />
goto start<br />
:exit<br />
exit</p>
<p>:forum<br />
cls<br />
explorer <a href="http://www.ace-spades.com/forums/" rel="nofollow">http://www.ace-spades.com/forums/</a><br />
goto start<br />
:edit<br />
cls<br />
echo Name:<br />
set /p name=<br />
cls<br />
echo Volume:<br />
set /p vol=<br />
cd C:/Ace of Spades<br />
ren config.ini config.txt<br />
erase the file &#62;config.txt<br />
ECHO xres 800 &#62;&#62;config.txt<br />
ECHO yres 600 &#62;&#62;config.txt<br />
ECHO vol %vol% &#62;&#62; config.txt<br />
ECHO name %name% &#62;&#62;config.txt<br />
ren config.txt config.ini<br />
cls<br />
goto start</p>
<p>tom how do you like this is it a good start?
</p></description>
</item>
<item>
<title>Monsteri on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-12036</link>
<pubDate>Mon, 16 May 2011 13:58:41 +0000</pubDate>
<dc:creator>Monsteri</dc:creator>
<guid isPermaLink="false">12036@http://forumarchive.spadille.net/</guid>
<description><p>Do for it a nice GUI and I'll take it.
</p></description>
</item>
<item>
<title>Creesch on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11935</link>
<pubDate>Mon, 16 May 2011 11:43:35 +0000</pubDate>
<dc:creator>Creesch</dc:creator>
<guid isPermaLink="false">11935@http://forumarchive.spadille.net/</guid>
<description><p>No offense intended but why the text based UI?
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11876</link>
<pubDate>Mon, 16 May 2011 09:58:22 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11876@http://forumarchive.spadille.net/</guid>
<description><p>Bump
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11765</link>
<pubDate>Sun, 15 May 2011 22:41:44 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11765@http://forumarchive.spadille.net/</guid>
<description><p>Suit yourself ;)
</p></description>
</item>
<item>
<title>Green_Beret on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11706</link>
<pubDate>Sun, 15 May 2011 20:28:46 +0000</pubDate>
<dc:creator>Green_Beret</dc:creator>
<guid isPermaLink="false">11706@http://forumarchive.spadille.net/</guid>
<description><p>Hm...I'll keep to Spadille I think.
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11691</link>
<pubDate>Sun, 15 May 2011 19:47:11 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11691@http://forumarchive.spadille.net/</guid>
<description><p>Yep, the program is real easy to use, and has a good amount of options ;)</p>
<p><a href="http://i53.tinypic.com/2m7eyhd.png" rel="nofollow">http://i53.tinypic.com/2m7eyhd.png</a><br />
<a href="http://i52.tinypic.com/2s7jrkh.png" rel="nofollow">http://i52.tinypic.com/2s7jrkh.png</a><br />
<a href="http://i54.tinypic.com/aw41hd.png" rel="nofollow">http://i54.tinypic.com/aw41hd.png</a></p>
<p>The above class select, was for a different set of sights. Example: A Sight for Soldier, Sniper, ect...</p>
<p>Feel free to request a sight be added to my program ;)
</p></description>
</item>
<item>
<title>Green_Beret on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11678</link>
<pubDate>Sun, 15 May 2011 18:50:56 +0000</pubDate>
<dc:creator>Green_Beret</dc:creator>
<guid isPermaLink="false">11678@http://forumarchive.spadille.net/</guid>
<description><p>Post a screenshot pls.
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11677</link>
<pubDate>Sun, 15 May 2011 18:48:12 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11677@http://forumarchive.spadille.net/</guid>
<description><p>Version 1.6 is here! It features many new options! Even change your sights instantly with pre-packaged sights! The program virtually does everything for you! Never mess with a config file again! We've also added some very helpful quick links... inside the program! Such as a quick link to the forums, game launcher... any oh most everything!</p>
<p>Please send bug reports to <a href="mailto:gotogame@live.com">gotogame@live.com</a> &#38; read the new readme file! If you'd like to claim a weapon sight as yours, I can confirm and add you to the readme for the next update!</p>
<p>As for users with 32-bit systems, this program will work as long as you drag and drop the actual runner into the Ace of Spades folder, otherwise leave it on the desktop</p>
<p>Download latest version here! You now need a decompresser (such as Winrar) to unzip the file, due to the fact is now contains a folder. Make sure to move the program to desktop or spades folder for it to work!</p>
<p><a href="http://download737.mediafire.com/zkpb8pbn27kg/06zzofeal3qtcho/Spade+Utility.rar" rel="nofollow">http://download737.mediafire.com/zkpb8pbn27kg/06zzofeal3qtcho/Spade+Utility.rar</a></p>
<p><a href="http://www.mediafire.com/?06zzofeal3qtcho" rel="nofollow">http://www.mediafire.com/?06zzofeal3qtcho</a></p>
<p><a href="http://uppit.com/qqsj0iau412p/Spade_Utility.rar" rel="nofollow">http://uppit.com/qqsj0iau412p/Spade_Utility.rar</a>
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11604</link>
<pubDate>Sun, 15 May 2011 16:05:51 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11604@http://forumarchive.spadille.net/</guid>
<description><p>Update, I cannot edit the above. The next update will contain a Weapon Model Changer. This includes the reticle and sights, you will be able to choose by classes, such as Soldier (Has different iron sights, and some weak sights, etc.) While as the Sniper class has sniper zooms of course.. ability to preview the weapon models and more!
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11559</link>
<pubDate>Sun, 15 May 2011 14:18:44 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11559@http://forumarchive.spadille.net/</guid>
<description><p>Yep, I'll add that new path aswell... I'm adding a auto-detect where it'll detect where ace of spades is saved :) When I release the next update, it will work for C:\Ace of Spades\
</p></description>
</item>
<item>
<title>KwF_10se1ucgo_x on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11555</link>
<pubDate>Sun, 15 May 2011 14:09:21 +0000</pubDate>
<dc:creator>KwF_10se1ucgo_x</dc:creator>
<guid isPermaLink="false">11555@http://forumarchive.spadille.net/</guid>
<description><p>but the new path is C:\Ace of spades\ not program files
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11529</link>
<pubDate>Sun, 15 May 2011 13:14:21 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11529@http://forumarchive.spadille.net/</guid>
<description><p>Oh!!! Thats very possible! I'm going to work on that right now ;) Thanks! I'll just make the program auto detect where the installation might be for spades so you don't have to set it up.</p>
<p>EDIT: Success! I have it set to autodetect where your game is saved (In Program Files(x86) And desktop so far, just have to re-code all the paths and jazz! I should be releasing the latest update of my program later today!</p>
<p>The latest update of this program will feature 3 more utilities to aide you with Spades. Totaling to 10 different spades utilities! More then any other utility program.</p>
<p>Credit to 'rocket138' For making me think of an easy auto-path detection! For more paths
</p></description>
</item>
<item>
<title>rocket138 on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11421</link>
<pubDate>Sun, 15 May 2011 09:33:16 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">11421@http://forumarchive.spadille.net/</guid>
<description><p>idea: make it so that you can choose where your ace of spades file is installed and save the location im new to batch/cmd coding so i dont know if this is possible but i would like it if that was a possibility
</p></description>
</item>
<item>
<title>Lexsym on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11351</link>
<pubDate>Sun, 15 May 2011 03:56:08 +0000</pubDate>
<dc:creator>Lexsym</dc:creator>
<guid isPermaLink="false">11351@http://forumarchive.spadille.net/</guid>
<description><p>Unless you use a Key re-mapper program, you can't.
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11349</link>
<pubDate>Sun, 15 May 2011 03:45:46 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11349@http://forumarchive.spadille.net/</guid>
<description><p>Currently it does not, I'm not even sure how to do that at all with the files alone, I'd like to switch what both my shifts do :L</p>
<p>EDIT: I just heard, you are unable to change controls?
</p></description>
</item>
<item>
<title>Vengeance on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11348</link>
<pubDate>Sun, 15 May 2011 03:43:45 +0000</pubDate>
<dc:creator>Vengeance</dc:creator>
<guid isPermaLink="false">11348@http://forumarchive.spadille.net/</guid>
<description><p>Does it allow controls configuration?
</p></description>
</item>
<item>
<title>Tom on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11334</link>
<pubDate>Sun, 15 May 2011 03:08:54 +0000</pubDate>
<dc:creator>Tom</dc:creator>
<guid isPermaLink="false">11334@http://forumarchive.spadille.net/</guid>
<description><p>Bumping post ;) Taking suggestions for a better program! Please include what the program should include...
</p></description>
</item>
<item>
<title>Brad on "Toms&#039; Utility [Official Thread]"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1055#post-11273</link>
<pubDate>Sat, 14 May 2011 23:08:06 +0000</pubDate>
<dc:creator>Brad</dc:creator>
<guid isPermaLink="false">11273@http://forumarchive.spadille.net/</guid>
<description><p>Great program buddy! Make more, maybe with some other cool utilities things
</p></description>
</item>

</channel>
</rss>
