Talk:My First Mod: Difference between revisions
No edit summary |
(First MultiPlayer Mod) |
||
Line 17: | Line 17: | ||
http://msdn.microsoft.com/vstudio/express/visualc/ | http://msdn.microsoft.com/vstudio/express/visualc/ | ||
== First MultiPlayer Mod == | |||
I followed all of these steps, with the exception of using Half-Life 2 Multiplayer. When I try to launch a map using "map <mapname>" I get "STEAM validation rejected." Is the map launching different for multiplayer? | |||
[[User:Azound|Azound]] 23:46, 15 Jan 2006 (PST) |
Revision as of 00:46, 16 January 2006
Missing step?
I think there may be a missing step in these instructions. Having followed them slavishly, everything works fine until I try to run the mod at which point the console appears with the error "Unable to load maplist.txt" (and other resources). I've found other references to this problem in forums, so either there's a missing step here, or a few of us are making the same mistake that perhaps needs to be dealt with here.
One possible explanation I've found refers to the default HL2 server.dll being loaded at runtime, instead of the mod's version. Is this a build configuration issue?
I'm not after a personal response - I'm hoping to prompt an experienced developer to amend the "My First Mod" article. —Prlsmith
- Since the mod has no content yet, it's acceptable for it to do that. Ignore the error. You can create a
maplist.txt
if you like, or just runmap mapname
in the console. Eventually you'll need to add content. See Adding chapters to your mod for how to add maps (although it's probably more information than you want). I'll try to fix up the article soon. —Maven (talk) 09:45, 23 Oct 2005 (PDT)
- You're right, I just got spooked by the errors. Your changes to the article are fine. Thanks Maven. —Prlsmith 19:30, 27 Oct 2005 (UTC)
I found Visuall c++ 2005 express edition and an article about how valve suggests this as the best environment for creating mods. If anyone else wants to download it here is the link:
Suggested c++ Environment
http://msdn.microsoft.com/vstudio/express/visualc/
First MultiPlayer Mod
I followed all of these steps, with the exception of using Half-Life 2 Multiplayer. When I try to launch a map using "map <mapname>" I get "STEAM validation rejected." Is the map launching different for multiplayer?
Azound 23:46, 15 Jan 2006 (PST)