Windows Parameters

Status
Not open for further replies.

JJames19119

Why did they remove Grey
I'm making my own launcher (Not for public release, just for myself since the current launcher I have doesn't seem to want to work for me anymore for some odd reason.) and I'd like to know most of SRB2's command parameters so I can build this thing properly. A list of what I know and would like to know:

  • Starting Map [-warp]
  • Adding WADs [-file "wad file"]
  • Windowed Mode [-win]
  • OpenGL Mode [-opengl]?
  • High Resolution Timer
  • Starting Skin
  • Starting Color
  • Name
  • Hosting
  • Gametype
  • Point Limit
  • Time Limit
  • Max Players
  • Joining via IP
  • Preferred Team
  • Server Advertising
  • Server Controls Skin
  • Sudden Death (If it's still operational..)
  • No Advancing Stage
  • Team Battle
  • No Special Rings
  • Different Sound Settings (Similar to the ones found in Mystic's launcher)

That's about it. Thanks in advance.
 
Don't steal my prize! *whacked*

(Yeah, I'm making a launcher too. Why isn't these days?)
 
Nothing will ever beat TUSsLe!

tusl.png
 
For the (on topic) record, all console commands can be run on startup by prefixing them with a + and putting them as a parameter. Thus, +gr_fov 181 would give you a FOV of 181, and +skin tails would set your skin to Tails on startup.
 
Gah, you win. I can't seem to bring down the size no matter what I do.

But at least it still proves that I can do it. I guess mine is not as ultimate as yours is. Maybe it's because I'm using MMF. I bet Visual Basic would do the trick, yet I dont know as much coding as I would need to.
 
Code:
Option Explicit

Private Sub cmdExit_Click()
    End
End Sub

Private Sub cmdRun_Click()
    Shell "srb2win.exe " & txtParms.Text, vbNormalFocus
End Sub

Wow. That's just so much code, I think my brain is going to explode.
 
Sonicandtails218 said:
For the (on topic) record, all console commands can be run on startup by prefixing them with a + and putting them as a parameter. Thus, +gr_fov 181 would give you a FOV of 181, and +skin tails would set your skin to Tails on startup.

Ooh, that just made life so much more easier. Thanks!
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top