After searching (and found not even a single mention in any thread)... I'm writing to request a game, AssaultCube... it already can be run as portable (unzipping on PDrive and running from there) but it doesn't keep the settings/profile so a launcher is needed...
Can anybody do it?
uh! http://assault.cubers.net/
And it is GPL...
AssaultCube, formerly ActionCube, is a free first-person-shooter based on the game Cube.
During my holidays, which start tomorrow.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
I still have on week...:-(
And then I'll be gone for 2-3 weeks so dont post tooooo much
Too bad Im missing the platform upgrade
BTW I tried the game.
Its fun but not very complicated; just shoot as many as you can and if you aim for the head and you aim well you get a nice /with deep, low voice/ "Head shot"!
I played Farcry before and I kinda wish that would be portable... :lol:
“I can live with doubt and uncertainty and not knowing. I think it is much more interesting to live not knowing than to have answers that might be wrong.” - Richard P. Feynman
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
It's just an Open Source Counter Strike's Clone... what do you expect? is a shooter...
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report
Anybody finally tried something?
I'm updating the post just to ask for an update on information about the "portabilization" of this...
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report
not to make this thread disappear... I post again to ask if somebody finally did something.
The game is already portable, just don't save settings...
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report
bumping...is...bad
I'll try it next year.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
They say on their website that it is OpenSource and the have the source included but the Readme says:
AssaultCube is freeware, you may freely distribute the AssaultCube installer/archive unmodified on any media. You may re-compress using different archival formats (i.e. zip/tgz/rpm/deb/dmg), any changes beyond that require explicit permission.
But the License it uses is zlib and zlib is on the OSI approved list.
Can I repackage a portable Version or not?
EDIT
I have the whole thing now but the program only works if I run the bat file directly and not if I copy the bat files content to NSIS's ExecWait command. Does any NSIS-geek know why?
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
...to the Exec command. I think that will work
Please search before posting. ~Thanks
but it didn't work.
I tried:
ExecWait "$EXEDIR\App\AssaultCube\assaultcube.bat"
and it just lashed a comandlinewindow and closed.
I even tried the thing John uses in Commandprompt portable to launch the bat file but it didn't work either
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
try
making the batch file this
cd AssaultCube
may need to be
cd "Assault Cube"
~regards
Please search before posting. ~Thanks
the content of assaultcube.bat is
I tried just copying that to the Execwait command in NSIS but it didnt work. Do you know what I have to change?
What does %1 mean?
Unfortunately I dont know anything about bat files
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
change
to
put that into the nsis script
if you already did that try this
save that as a batch file then add that to the AssaultCube folder
in the nsis script call the batch file you just made
hope that works
Please search before posting. ~Thanks
Both suggestions didn't work
The first one gave me an error I had before:
http://img239.imageshack.us/my.php?image=errorlw9.jpg
Maybe its the Execwait command or the way NSIS handles batch files...?
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
change
to
post an image please of what the window showed
or write it out
~regards
Please search before posting. ~Thanks
If you change the extension of assaultcube.bat into assaultcube.cmd and then use: ExecWait "$EXEDIR\App\AssaultCube\assaultcube.cmd" ,then it will work.
D.
looks like a good idea
EDIT
Yepee!
It works.
Even with the bat extension.
I didn't know that bat files needed a "setoutpath"...
I'll finalize it an upload it.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate