Can we start red eclipse from command line with arguments? #1163
Replies: 6 comments
-
The # Starts a random map in deathmatch mode.
# There must be no spaces after `-x`
path/to/redeclipse.sh -x"deathmatch"
# Should start deathmatch on map `dutility`, but actually starts
# a random map in deathmatch mode as only the first word is read
path/to/redeclipse.sh -x"deathmatch dutility" |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. Yeah, it is always random map, but I really need a definite map for benchmarking purpose. Is there any solutions? Should I modify the source code for this part? |
Beta Was this translation helpful? Give feedback.
-
You could write an
|
Beta Was this translation helpful? Give feedback.
-
This work! |
Beta Was this translation helpful? Give feedback.
-
They are rendered in real-time. However, the bot movement isn't deterministic, and I don't think the SpecTV camera movement is either. If you need deterministic playback, I advise fetching a demo after playing a game (or on a multiplayer server) using |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. These informations are really helpful. I will try that. |
Beta Was this translation helpful? Give feedback.
-
Can we start red eclipse from command line with arguments? So that we can enter game scene directly other than clicking on the GUI. If so, could anyone give some examples?
Beta Was this translation helpful? Give feedback.
All reactions