View Full Version : NEED HELP with one error on the map "mp_icehen_night"
G-Stuff002
6th January 2018, 13:59
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?attachmentid=1386&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.
Mitch
6th January 2018, 19:05
Please post the entire script runtime error from the console.
Which mod are you using?
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.
1388
IzNoGoD
6th January 2018, 21:06
Very useful bug report. Will immediately fix the bug you described so thoroughly [/sarcasm].
G-Stuff002
7th January 2018, 15:38
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...
******* script runtime error *******
ambientPlay: alias 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:1389
Mitch
7th January 2018, 16:17
Try this:
mp_icehen_night.iwd\maps\mp\mp_icehen_night.gsc
main()
{
setCullFog(0, 6000, .32, .33, .40, 0);
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"] = "";
}
G-Stuff002
7th January 2018, 16:25
Thank you very much! It's working now
Can you look at here, please:
https://killtube.org/showthread.php?1712-Changing-map-on-MeatBot-(CoD-2)/page6
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.