It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have read in some posts that by editing the config file or by running a command at the exe file you can enable cheats. Can anyone show me how?
Instead of starting the game by typing "wc "type "wc Origin". That enables the cheat mode.

If you then target an enemy you can blow him up by pressing alt-del.
Post edited June 26, 2012 by xy2345
Edit the DOSBOXWC.CONFIG file

you do this by opening NOTEPAD as admin and then opening the file.

near the pottem of the file you will see the command line run WC or something like this

alter that to include "origin -k" to make your self invincible and be able to destroy any targeted ship by pessing ALT and DEL.
Awesome sounds easy enough... I'll give it a try... I post the results if am successfull.

thanks for the help
avatar
jolob: Edit the DOSBOXWC.CONFIG file

you do this by opening NOTEPAD as admin and then opening the file.

near the pottem of the file you will see the command line run WC or something like this

alter that to include "origin -k" to make your self invincible and be able to destroy any targeted ship by pessing ALT and DEL.
You will have to write "Origin" with a capital "O" or it's not going to work. It actually is case-sensitive.
Ok i must be doing something wrong.

this is an extract from the bottom section of the config file... do you know where i need to insert "origin -k"


[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C "."
c:
loadfix -1 wc
exit



If you can help i would be very apreciative... am on a really hard mission and keep dieing... am stuck
It should look like this:

[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C "."
c:
loadfix -1 wc Origin -k
exit

Never used the -k option, but jolob probably knows, what he's talking about.
Thanks this cheat worked like a charm... thanks i've been able to progress in the story now.
avatar
xy2345: You will have to write "Origin" with a capital "O" or it's not going to work. It actually is case-sensitive.