Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: [COD2] Changing map and gametype at the same time

  1. #11
    ... connecting
    Join Date
    Jun 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by filthy_freak_ View Post
    While ingame, press shift + ~ at the same time.
    Not even funny.

    While entering:
    Code:
    /rcon set a "rcon g_Gametype ctf; wait 400; map mp_trainstation"
    /rcon vstr a
    the server switches only map - not gametype.

    Then console shows:
    Code:
    Server changing map mp_trainstation, gametype dm
    While entering:
    Code:
    \rcon set b "\rcon g_gametype ctf; wait 400; rcon map mp_trainstation"
    \rcon vstr b
    there's no reaction neither from server nor from console.
    Last edited by cropek; 28th June 2014 at 08:56.

  2. #12
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by cropek View Post
    Not even funny.
    Its no joke... You can see the full console then. It's a Linux server?
    Then do
    /rcon set a "rcon g_gametype ctf; wait 400; map mp_trainstation"
    /rcon vstr a

    So not g_Gametype but with small g

  3. #13
    ... connecting
    Join Date
    Jun 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Ni3ls View Post
    Its no joke... You can see the full console then.
    After 6 years of playing this game I actually noticed this "trick".

    Quote Originally Posted by Ni3ls View Post
    So not g_Gametype but with small g
    Are you kidding me? It doesn't really matter if the letters are big or small.

  4. #14
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by cropek View Post
    Not even funny.


    You're on your own then.

  5. #15
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by cropek View Post
    Are you kidding me? It doesn't really matter if the letters are big or small.
    Linux is case sensitive. If you know everything better than dont ask for help

  6. #16
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by cropek View Post
    1. Setting up a LAN server
    2. Typing:
    Code:
    \rcon set a "rcon g_gametype ctf; wait 300; rcon map mp_harbor"
    3. Then typing:
    Code:
    \rcon vstr a
    4. Result: nothing.
    Let me tell you why:

    [QUOTE=IzNoGoD;10110]
    Code:
    /set a "rcon g_gametype dm; wait 300; rcon map mp_carentan"
    /vstr a
    Spot the difference?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  7. The Following User Says Thank You to IzNoGoD For This Useful Post:

    cropek (29th June 2014)

  8. #17
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Ni3ls View Post
    Linux is case sensitive. If you know everything better than dont ask for help
    Linux might be case-sensitive, but cod2 commands are automatically parsed to either lowercase or to case-insensitive. Only the filenames are case-sensitive and cod2 even fixes that for you, be it barely. Example:

    Code:
    JH\test::hello_world();
    Only works if you have a folder called jh (not JH). jh\test::hello_world(); also works though.

    Same goes for cvars.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  9. The Following User Says Thank You to IzNoGoD For This Useful Post:

    Ni3ls (28th June 2014)

  10. #18
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by IzNoGoD View Post
    Linux might be case-sensitive, but cod2 commands are automatically parsed to either lowercase or to case-insensitive. Only the filenames are case-sensitive and cod2 even fixes that for you, be it barely. Example:

    Code:
    JH\test::hello_world();
    Only works if you have a folder called jh (not JH). jh\test::hello_world(); also works though.

    Same goes for cvars.
    Hmm I had some errors with maps and functions I created with a Linux server. But good to know

  11. The Following User Says Thank You to Ni3ls For This Useful Post:

    cropek (29th June 2014)

  12. #19
    ... connecting
    Join Date
    Jun 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Alright lads

    Code:
    \rcon g_gametype sd; wait 600; rcon map mp_carentan
    It's working now. I just wonder why didn't it work yesterday O.o

    Thank you all for your responses PEACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •