crash on Launch Game
clankill3r
Join Date: 2007-09-03 Member: 62145Members, NS2 Map Tester, Reinforced - Shadow
in Modding
I try to complete the time to make the mods tutorial:
http://unknownworlds.com/ns2/time-to-make-the-mods/
However, when I try to Launch Game, ns2 crashes.
This is in the dump.txt:
Date: 05/03/15
Time: 17:17:55:
Build 274
Windows 7 64-bit (build 7601)
Game path set to 'C:/Users/Doeke/Desktop/NewMod/output'
Steam initialized
Num displays: 1
Direct3D 9 initialized: NVIDIA GeForce GTX 770 (9.18.13.5012)
Sound Device: Speakers (Realtek High Definition Audio) 5.1
Record Device: Microphone (Realtek High Definition Audio)
PhysX: Using GPU dispatcher
[ 1.093] Worker 11 : Error: Failed to read bitmap 'fonts/AgencyFB_large_bold_0.png'
[ 1.790] MainThread : Error: Mod '"Last Stand"(84f9efa)' doesn't contain a valid download url
PhysX: Using GPU dispatcher
Loading config://ConsoleBindings.json
Loading config://FavoriteServers.json
Loading config://HistoryServers.json
Here are my files: (I called it NewMod instead of UberShotgun)
https://dl.dropboxusercontent.com/u/17630770/NewMod.zip
I try to send a error report as well but I think that is broken as well.
Can someone help to see If i made a mistake somewhere. Or how to figure out what the problem is.
http://unknownworlds.com/ns2/time-to-make-the-mods/
However, when I try to Launch Game, ns2 crashes.
This is in the dump.txt:
Date: 05/03/15
Time: 17:17:55:
Build 274
Windows 7 64-bit (build 7601)
Game path set to 'C:/Users/Doeke/Desktop/NewMod/output'
Steam initialized
Num displays: 1
Direct3D 9 initialized: NVIDIA GeForce GTX 770 (9.18.13.5012)
Sound Device: Speakers (Realtek High Definition Audio) 5.1
Record Device: Microphone (Realtek High Definition Audio)
PhysX: Using GPU dispatcher
[ 1.093] Worker 11 : Error: Failed to read bitmap 'fonts/AgencyFB_large_bold_0.png'
[ 1.790] MainThread : Error: Mod '"Last Stand"(84f9efa)' doesn't contain a valid download url
PhysX: Using GPU dispatcher
Loading config://ConsoleBindings.json
Loading config://FavoriteServers.json
Loading config://HistoryServers.json
Here are my files: (I called it NewMod instead of UberShotgun)
https://dl.dropboxusercontent.com/u/17630770/NewMod.zip
I try to send a error report as well but I think that is broken as well.
Can someone help to see If i made a mistake somewhere. Or how to figure out what the problem is.
Comments
Furthermore a little "candy" about that tut:
I never fully understood why they used the game_setup.xml there. Maybe to show how to mess around with the Lua VMs initialization points. Normally if you want to overload/hook/extend vanilla methods/classes you should just use the entry system
To get started here the entry system readme:
So lets convert the UberShotgun Mod to the entry system:
UberShotgun.entry:
The complete mod (2 files totally :P) is attached as zip
Maybe the Entry thing didn't exist when they created the tutorial?