View previous topic :: View next topic |
Author |
Message |
Wazat
Joined: 15 Oct 2004 Posts: 732 Location: Middle 'o the desert, USA
|
Posted: Sat Nov 13, 2004 12:09 am Post subject: DP command line problem |
|
|
When I run the latest version of DP with these options:
darkplaces -game conquest +skill 2 +cd off -nojoy +sv_cheats 1 +map e1m1
and then type "notarget" or other cheats so I can test my code, it won't let me, because I have to restart the map before the change to sv_cheats takes place. The old DP version works fine, but the new one makes me reset the map before I can use cheats. This is very annoying.
Is there something I'm doing wrong? _________________ When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work. |
|
Back to top |
|
 |
LordHavoc
Joined: 05 Nov 2004 Posts: 243 Location: western Oregon, USA
|
Posted: Sat Nov 13, 2004 3:25 am Post subject: |
|
|
Not doing anything wrong, there are a few issues with +map (and a few other commands like +maxplayers) that I don't yet understand, I need to somehow review the whole set of console commands carefully and figure out what I can do to fix this. |
|
Back to top |
|
 |
Tei

Joined: 25 Oct 2004 Posts: 195
|
Posted: Sat Nov 13, 2004 8:33 am Post subject: Re: DP command line problem |
|
|
Wazat wrote: | When I run the latest version of DP with these options:
darkplaces -game conquest +skill 2 +cd off -nojoy +sv_cheats 1 +map e1m1
and then type "notarget" or other cheats so I can test my code, it won't let me, because I have to restart the map before the change to sv_cheats takes place. The old DP version works fine, but the new one makes me reset the map before I can use cheats. This is very annoying.
Is there something I'm doing wrong? |
maybe you type
darkplaces -game conquest +skill 2 +cd off -nojoy +sv_cheats 1 +map e1m1
but DP understand this:
darkplaces -game conquest +map e1m1 +skill 2 +cd off -nojoy +sv_cheats 1 |
|
Back to top |
|
 |
LordHavoc
Joined: 05 Nov 2004 Posts: 243 Location: western Oregon, USA
|
Posted: Fri May 06, 2005 2:04 pm Post subject: |
|
|
LordHavoc wrote: | Not doing anything wrong, there are a few issues with +map (and a few other commands like +maxplayers) that I don't yet understand, I need to somehow review the whole set of console commands carefully and figure out what I can do to fix this. |
I think I have finally resolved these issues in the 20050506beta1 build I just posted. (It involved a rewrite of much of the init process)
Let me know. |
|
Back to top |
|
 |
Wazat
Joined: 15 Oct 2004 Posts: 732 Location: Middle 'o the desert, USA
|
Posted: Sat May 07, 2005 2:49 am Post subject: |
|
|
Very cool, thanks LH. I'll try to remember to test it as soon as I can.
I'm currently finishing up college (early) and looking for a job, so if I get busy and forget, make sure you remind me. _________________ When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work. |
|
Back to top |
|
 |
|