Results 1 to 6 of 6

Thread: NEED HELP with one error on the map "mp_icehen_night"

  1. #1
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts

    NEED HELP with one error on the map "mp_icehen_night"

    Hi, can anyone help to edit one error on this map "mp_icehen_night" https://gamebanana.com/maps/175176

    This is not mine map but she is for free download. Error arises after loading map when i try creating waypoints for bots.

    Screen: https://killtube.org/attachment.php?...6&d=1515246337

    I wrote to the author of the map but did not receive an answer for a long time. Maybe there are people here who will solve this problem.
    Attached Thumbnails Attached Thumbnails ERROR.jpg  

  2. The Following User Says Thank You to G-Stuff002 For This Useful Post:

    kubislav23 (6th January 2018)

  3. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Please post the entire script runtime error from the console.
    Which mod are you using?

    Quote Originally Posted by G-Stuff002 View Post
    I wrote to the author of the map but did not receive an answer for a long time. Maybe there are people here who will solve this problem.
    Click image for larger version. 

Name:	Capture.PNG 
Views:	30 
Size:	91.6 KB 
ID:	1388

  4. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (6th January 2018)

  5. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Very useful bug report. Will immediately fix the bug you described so thoroughly [/sarcasm].
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  6. #4
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    I use BotDev (MBot v0.7) for make WP. And dont use on this moment any mod, just clear (pure) COD2. And when i load this map his break me out on main menu with error, i attached the screen.

    "...I wrote to the author" on PM with details. 2D is long for me because during this time, i completed the server startup

    I forgot post here the script runtime error from the console. Momment...

    PHP Code:
    ******* script runtime error *******
    ambientPlayalias name cannot be the empty string... use stop or fade version
    : (file 'maps/mp/mp_icehen_night.gsc'line 5)
     
    ambientPlay ("");
     *
    started from:
    (
    file 'maps/mp/mp_icehen_night.gsc'line 1)
    main()
    *
    ************************************ 
    Attached txt:Error script.txt
    Last edited by G-Stuff002; 7th January 2018 at 16:24. Reason: added error message from txt file

  7. #5
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Try this:

    mp_icehen_night.iwd\maps\mp\mp_icehen_night.gsc
    PHP Code:
    main()
    {
        
    setCullFog(06000.32.33.400);
        
    AmbientStop();

        
    maps\mp\_load::main();
        
    maps\mp\mp_icehen_night_fx::main();

        
    game["allies"] = "russian";
        
    game["axis"] = "german";
        
    game["attackers"] = "allies";
        
    game["defenders"] = "axis";

        
    game["russian_soldiertype"] = "";
        
    game["german_soldiertype"] = "";
        
    game["german_soldiervariation"] = "";

        
    game["layoutimage"] = "";


  8. The Following User Says Thank You to Mitch For This Useful Post:

    G-Stuff002 (8th January 2018)

  9. #6
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    Thank you very much! It's working now

    Can you look at here, please:
    https://killtube.org/showthread.php?...-(CoD-2)/page6
    Last edited by G-Stuff002; 7th January 2018 at 17:32.

Posting Permissions

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