UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Launching a map for the first time errors

broken avatar :(
Created 11 years ago
by ZedsAndCrosses
0 Members and 1 Guest are viewing this topic.
6,000 views
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 21 July 2013
Last active: 10 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
ZedsAndCrosses's Contact & Social LinksZedsNCrossesZedsAndCrosses
To anyone with this problem or who can solve the problem.

I Have recently started mapping and have come to a stop due to an error: 'script runtime error unknown item 'fraggrenade''. I should probably note that this error occurs once i have compiled my map and run it; also it only appears in game. Does anyone know how to solve this problem? i'm sure its a simple one.

Thanks,
ZC
Last Edit: October 07, 2013, 05:28:42 pm by ZedsAndCrosses
broken avatar :(
×
broken avatar :(
[UGX] Founder
Location: usBay Area, California
Date Registered: 24 June 2011
Last active: 9 months ago
Posts
5,551
Respect
6,691Add +1
Forum Rank
Immortal
Primary Group
UGX Administrator
My Groups
More
My Contact & Social Links
More
Signature
If Java had true garbage collection, most programs would delete themselves upon execution.
×
treminaor's Groups
UGX Administrator
UGX Team Member
UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Easiest solution is to not boot your map with develpoer 1 mode turned on. Once your map boots, turn it on and from the pause menu select Restart Map.

If you want to actually fix the problem (it isnt affecting gameplay), check the console to see where that weapon is referenced and either comment it out or change it to a grenade that you have in your map.
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 21 July 2013
Last active: 10 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
ZedsAndCrosses's Contact & Social LinksZedsNCrossesZedsAndCrosses
Thanks for that :) i just have more more issue that has appeared, whenever i attempt to run the map a message appears:
server script compile error
could no find script 'maps/_zombiemode_utility'

I assume this is obvious i need to include the specified script but i am somewhat of a noob and do not know how i can. The launcher does not say there is an error with compiling the map so i am not sure what to do. If you could get back to me soon that would be great :)

Thanks,
ZC
Last Edit: October 07, 2013, 07:11:12 pm by ZedsAndCrosses
broken avatar :(
×
broken avatar :(
[UGX] Founder
Location: usBay Area, California
Date Registered: 24 June 2011
Last active: 9 months ago
Posts
5,551
Respect
6,691Add +1
Forum Rank
Immortal
Primary Group
UGX Administrator
My Groups
More
My Contact & Social Links
More
×
treminaor's Groups
UGX Administrator
UGX Team Member
UGX Site Moderator Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
I assume this is obvious i need to include the specified script but i am somewhat of a noob and do not know how i can. The launcher does not say there is an error with compiling the map so i am not sure what to do. If you could get back to me soon that would be great :)
Launcher only packs the scripts, it doesn't compile them. The only compiling launcher does is for .menu/.inc files and .d3bsp files (from Radiant).

The script compiling is done live on map load, which is why you don't ever see script-related errors until the map is almost finished loading.

To include the script, add this line to your mod.ff csv box on the Mod tab of Launcher with your map selected in the dropdown box:
Code Snippet
Plaintext
rawfile,maps/_zombiemode_utility.gsc

Then tick the box to build FF and click build.
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 21 July 2013
Last active: 10 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
ZedsAndCrosses's Contact & Social LinksZedsNCrossesZedsAndCrosses
great! it works, thanks for the support mate :)

 
Loading ...