1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Cant load .kag maps through console.

Discussion in 'General Help' started by -Tj-, Oct 7, 2012.

  1. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    Hey Guys, just writing here to say, why cant i load .kag maps through console? Is there a certain thing you have to do to the .kag file first to load the map? I need help, ive seen the command to use, i try it, but kag just crashes.

    The command is:
    /loadmap [Map name]

    Please, i need help. :(
     
  2. JacKD

    JacKD Ballista Bolt Thrower

    Messages:
    496
    Try it with /rcon if you're doing it online. Anyways, AFAIK .kag maps currently are fucked and don't work. Since some... months now.

    If all you want is water, you can try using .gm scripts like this:
    Code:
    
    LoadMap( "Maps/KAGMaps/[Warfare] Atoll.png" );
    
    sleep(0.5);
    waterLevel(16);
    sleep(0.5);
    waterWavePeriod(12.0);
    sleep(0.5);
    waterWaveAmplitude(10);
     
  3. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    You have to make sure that the .kag map you load was made with the same settings as you have on your client.
    So you would have to make a new .kag map like every time a new version is released.

    Easiest right now is to add a map in the maplist like JackD explained.
     
  4. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    @Downburst, alright thanks :)

    @JacKD, Im trying to do it offline, and wow, long time .kag maps havent been able to load, and i dont think i want to add water, (Infact, this was the New_era.kag map of yours.(I found your profile thingy while browsing random shit). :3
     
  5. JacKD

    JacKD Ballista Bolt Thrower

    Messages:
    496
    Lol, I'll upload .gm versions of my maps later, I forgot about that :P
     
  6. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    You crazy man, crazy :p