22 Nov 10, 08:41AM
ive been itching to play this game and being able to chat with my friends at the same time. is there any work for it? since ac uses a bat file idk how that works
Anyway to get this game to work with Steam etc
|
22 Nov 10, 08:41AM
ive been itching to play this game and being able to chat with my friends at the same time. is there any work for it? since ac uses a bat file idk how that works
22 Nov 10, 09:12AM
you can download batch to exe converters and just use that
its what i do :]
22 Nov 10, 09:27AM
technically, all the batch file does, is execute a file and pass a few arguments.
So, as long as you can make steam run from the main AC directory, then tell it to execute this: bin_win32\ac_client.exe --init %1 %2 %3 %4 %5
22 Nov 10, 06:09PM
You don't even need that %1 %2 %3 %4 %5 stuff, since you don't supply any arguments anyway.
Other than that, how about completely dumping that script launcher? You could simply look for the core textures in packages/, and if it doesn't find them, try changing the working directory (chdir("../"), or chdir("..\\") on windows) and look again.
23 Nov 10, 06:39PM
I wrote an application starting batchfiles (and everything else you would like) for dave. Just one line of code ... or something like that :P
|
« Next Oldest | Next Newest »
|