Re: Problems with updating the SVN
what error?I did a test run with my script and the game works. I get an error though, when starting a draft. Is this normal?
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=4915
what error?I did a test run with my script and the game works. I get an error though, when starting a draft. Is this normal?
Rob Cashwalker wrote:what error?I did a test run with my script and the game works. I get an error though, when starting a draft. Is this normal?
`
build\svn.exe update forge-svn
java -jar build\ecj-3.5.2.jar forge-svn\src -1.5 -classpath forge-svn\src;forge-svn\res\lib\google-collections-1.0.jar;forge-svn\res\lib\java-image-scaling-0.8.4.jar;forge-svn\res\lib\miglayout-3.7.3.1-swing.jar;forge-svn\res\lib\jl1.0.1.jar;forge-svn\res\lib\napkinlaf-1.2.jar;forge-svn\res\lib\nimrodlf.jar;forge-svn\res\lib\substance.jar;forge-svn\res\lib\xstream-1.3.1.jar;forge-svn\res\lib\java-yield-1.0-SNAPSHOT-jar-with-dependencies.jar;forge-svn\res\lib\xpp3_min-1.1.4c.jar -g:none -d output
mkdir output\META-INF
copy forge-svn\build\manifest.forge output\META-INF\MANIFEST.MF /Y
cd output
..\build\7z.exe a -tzip -r -mx=9 ..\forge.jar *.class META-INF/MANIFEST.MF
cd ..
rmdir forge /s /q
mkdir forge
xcopy forge-svn\res\* forge\res\ /Y /S
copy forge-svn\forge.properties forge\ /Y
move forge.jar forge\
copy build\forge.exe forge\
del forge.zip
build\7z.exe a -tzip -r -mx=9 forge.zip forge/*`Corwin72 wrote:Tried again and I am in.
`Corwin72 wrote:Importing a deck to quest mode doubles the number of cards.
So a 60 card deck imported gives me 120.
`Hellfish wrote:Hey, if I screw up, I COMMAND YOU TO COMPLAIN!
If the screw-up gives you an advantage, quit cheating and complain anyway
`Accountancy wrote:I did, but I didn't seem to get much, will try again tomorrow.
`Accountancy wrote:Fun! So we need to find someone with the original script? I tried using Snacko's, but I think it's too old.
build\svn.exe checkout http://cardforge.googlecode.com/svn/src/ forge-svn