Announcement

Collapse
No announcement yet.

How do I start a Modification?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I start a Modification?

    Hello, I've attempt to start a (Quake 1) Modification - Threewave - by creating a shortcut to the WinQuake executable with the code
    Code:
    +game 3wavectf
    , it doesn't seem to work. Does anyone know the right code I should use? Thanks!

  • #2
    you need "-" instead of "+"
    Code:
    quake.exe -game 3wavectf
    No tears please, it’s a waste of a good suffering!

    Comment


    • #3
      Originally posted by Scrama View Post
      you need "-" instead of "+"
      Code:
      quake.exe -game 3wavectf
      Lol, silly of me; forgot that. Thanks!

      Comment

      Working...
      X