(24 Mar 11, 02:07AM)Gibstick Wrote:[SELECT ALL] Code:assaultcube.bat --mod=mods\extrafonts %1 %2 %3 %4 %5
Thanks a lot for the explanation gave me a better understanding, I think that's some advanced tweaking :)
I just tried:
[SELECT ALL] Code:
assaultcube.bat --mod=mods\protox_mod %1 %2 %3 %4 %5
Unfortunately it still doesn't work for me, it just loads the default AssaultCube, I'm not quite sure if this is a local issue or there is something wrong with the command. I'm using Windows XP at the moment and a very vanilla install of AssaultCube 1.1.0.4
Any other ideas?
EDIT:
Okay I think I figured it out.
Both
[SELECT ALL] Code:
assaultcube.bat "--mod=mods\protox_mod" %1 %2 %3 %4 %5
[SELECT ALL] Code:
call assaultcube.bat "--mod=mods\protox_mod" %1 %2 %3 %4 %5
I'll including it if there is another release, but I don't think it's an issue since anyone who edits the original assaultcube.bat is experienced enough to modify protox_mod.bat. Thanks for you help.