<?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: Coding for my program</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Topic: Coding for my program</description>
<language>en</language>
<pubDate>Thu, 14 May 2026 04:31:51 +0000</pubDate>

<item>
<title>SIMOX on "Coding for my program"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1315#post-14506</link>
<pubDate>Sun, 22 May 2011 12:15:59 +0000</pubDate>
<dc:creator>SIMOX</dc:creator>
<guid isPermaLink="false">14506@http://forumarchive.spadille.net/</guid>
<description><p>This thing does work though, but meh, i don't need it. But good job.
</p></description>
</item>
<item>
<title>S0ldi3rKr4s0 on "Coding for my program"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1315#post-14499</link>
<pubDate>Sun, 22 May 2011 11:50:03 +0000</pubDate>
<dc:creator>S0ldi3rKr4s0</dc:creator>
<guid isPermaLink="false">14499@http://forumarchive.spadille.net/</guid>
<description><p>L
</p></description>
</item>
<item>
<title>Naka on "Coding for my program"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1315#post-14497</link>
<pubDate>Sun, 22 May 2011 11:49:19 +0000</pubDate>
<dc:creator>Naka</dc:creator>
<guid isPermaLink="false">14497@http://forumarchive.spadille.net/</guid>
<description><p>K
</p></description>
</item>
<item>
<title>rocket138 on "Coding for my program"</title>
<link>http://forumarchive.spadille.net/topic.php?id=1315#post-14484</link>
<pubDate>Sun, 22 May 2011 11:18:45 +0000</pubDate>
<dc:creator>rocket138</dc:creator>
<guid isPermaLink="false">14484@http://forumarchive.spadille.net/</guid>
<description><p>@echo off<br />
set use=0<br />
color 84</p>
<p>TITLE AoS Utility</p>
<p>:start<br />
cls<br />
echo A: AoS Forums<br />
echo B: AoS Wiki<br />
echo C: Play<br />
echo D: Config Editing<br />
echo E: Mod a Sight<br />
echo F: Voxlap Editor<br />
echo G: Start Server<br />
echo H: Exit<br />
set /p the=<br />
if %the% == A goto forum<br />
if %the% == C goto play<br />
if %the% == E goto sight<br />
if %the% == e goto sight<br />
if %the% == c goto play<br />
if %the% == F goto mod<br />
if %the% == f goto mod<br />
if %the% == a goto forum<br />
if %the% == D goto edit<br />
if %the% == d goto edit<br />
if %the% == G goto server<br />
if %the% == g goto server<br />
if %the% == b goto wiki<br />
if %the% == H exit<br />
if %the% == h exit<br />
if %the% == B goto wiki<br />
goto error<br />
:sight<br />
cls<br />
echo A: New Sight<br />
echo B: Default Sight<br />
set /p whichsight=<br />
if %whichsight% == A goto jerd<br />
if %whichsight% == a goto jerd<br />
if %whichsight% == B goto re<br />
if %whichsight% == b goto re<br />
goto error<br />
:re<br />
cls<br />
cd C:/Ace of Spades/png<br />
if exist semidefault.png goto next<br />
cls<br />
goto start<br />
:next<br />
cls<br />
echo Accessing Origanal Scope...<br />
ping localhost -n 2 &#62;Nul<br />
ren semi.png oldsemi.png<br />
ren semidefault.png semi.png<br />
del oldsemi.png<br />
cls<br />
goto start<br />
:jerd<br />
echo Make sure sight is on desktop<br />
echo include .png extension<br />
set /p sight=Sight name:<br />
cd Desktop<br />
cls<br />
echo Modding Sight.<br />
ping localhost -n 2 &#62;Nul<br />
cls<br />
echo Modding Sight..<br />
ping localhost -n 2 &#62;Nul<br />
cls<br />
Echo Modding Sight...<br />
ping localhost -n 2 &#62;Nul<br />
copy "%sight%" "C:\Ace of Spades\png<br />
cd C:\Ace of Spades\png<br />
ren semi.png semidefault.png<br />
ren %sight% semi.png<br />
cls<br />
goto start<br />
:wiki<br />
cls<br />
echo Starting Wiki...<br />
ping localhost -n 2 &#62;Nul<br />
start <a href="http://www.aceofspadeswiki.com" rel="nofollow">http://www.aceofspadeswiki.com</a><br />
cls<br />
goto start<br />
:play<br />
cls<br />
echo Starting Webpage...<br />
ping localhost -n 2 &#62;Nul<br />
start <a href="http://www.ace-spades.com/?page_id=5" rel="nofollow">http://www.ace-spades.com/?page_id=5</a><br />
cls<br />
goto start<br />
:mod<br />
cls<br />
echo Starting VOXlap EDitor...<br />
ping localhost -n 2 &#62;Nul<br />
cd C:/Ace of Spades<br />
start voxed<br />
goto start</p>
<p>:server<br />
cls<br />
echo Have you portforwarded?<br />
echo (Yes/No)<br />
set /p port=<br />
if %port% == yes goto yes<br />
if %port% == no goto no<br />
if %port% == No goto no<br />
if %port% == Yes goto yes<br />
goto error<br />
:no<br />
cls<br />
echo Starting Webpage...<br />
ping localhost -n 2 &#62;Nul<br />
start <a href="http://www.aceofspadeswiki.com/index.php?title=Server_Hosting" rel="nofollow">http://www.aceofspadeswiki.com/index.php?title=Server_Hosting</a><br />
cls<br />
goto start<br />
:yes<br />
cls<br />
echo Starting Server...<br />
ping localhost -n 2 &#62;Nul<br />
cd C:/Ace of Spades<br />
start server<br />
cls<br />
goto start<br />
:error<br />
cls<br />
echo Error: Incorrect Command<br />
pause<br />
cls<br />
goto start</p>
<p>:forum<br />
cls<br />
echo Starting Forums...<br />
ping localhost -n 2 &#62;Nul<br />
explorer <a href="http://www.ace-spades.com/forums/" rel="nofollow">http://www.ace-spades.com/forums/</a><br />
cls<br />
goto start<br />
:edit<br />
cls<br />
set /p name=Name:<br />
cls<br />
set /p vol=Volume:<br />
cls<br />
set /p xres=XResolution:<br />
cls<br />
set /p yres=YResolution:<br />
cls<br />
:john<br />
cls<br />
echo Invert mouse? (Y/N)<br />
set /p inv=<br />
if %inv% == Y set inv=1<br />
if %inv% == y set inv=1<br />
if %inv% == N set inv=0<br />
if %inv% == n set inv=0<br />
cls<br />
set /p cap=Caplimit:<br />
cls<br />
cd C:/Ace of Spades<br />
ren config.ini config.txt<br />
erase the file &#62;config.txt<br />
ECHO name %name% &#62;&#62;config.txt<br />
ECHO xres %xres% &#62;&#62;config.txt<br />
ECHO yres %yres% &#62;&#62; config.txt<br />
ECHO vol %vol% &#62;&#62;config.txt<br />
echo inverty %inv% &#62;&#62;config.txt<br />
echo caplimit %cap% &#62;&#62;config.txt<br />
ren config.txt config.ini<br />
cls<br />
goto start
</p></description>
</item>

</channel>
</rss>
