cRPG
cRPG => Scene Editing => Topic started by: Radament on May 07, 2011, 05:49:33 am
-
Ok guys i just downloaded an awesome duel map for our server
http://www.mbrepository.com/file.php?id=2527 (http://www.mbrepository.com/file.php?id=2527)
The map is general_arena
- I uploaded the .sco in the sceneObj folder
- I overwrited the line of txt from a blank_5 map
- Same thing with the script.txt
Now the sad part : logging as admin i can't see the map in duel mode but only in battle mode
Panic!
- I created a new command script for te server -r Sample_Duel -m cRPG
-Selected it
- restarted
- No luck
Can anyone help me to view that map in the duel gamemode ?
If you want i can link scenes.txt and scripts.txt for a comprehensive reading.
Thanks in advance.
-
You are using the module system I presume? Under module_scripts.txt, make sure you have the code under the "duel" section, and not the "battle" section.
(this_or_next|eq, ":game_type", multiplayer_game_type_duel),
I'm new to this as well, so maybe it's possible to also have it under the deathmatch section;
(eq, ":game_type", multiplayer_game_type_team_deathmatch
Which makes sense. Also make sure you have the map in the correct order in all the .txt files. Hope I helped.
-
ehm no i'm working on a hosted dedicated server and i don't want to mess up all the stuff inside with module :P .
i'm just replacing lines in the scenes.txt and scripts.txt after adding the sco.
maybe i made it wrong replacing the txt with a blank map (blank_5 to be exact) and maybe all the blank maps are configured to be battle .
Btw thanks , tomorrow i'll try to search a solution :)
-
Do you have other custom maps on there?
Did you replace the text or did you just copy and replace the necessary coding?
-
Do you have other custom maps on there?
Did you replace the text or did you just copy and replace the necessary coding?
yes i have , i replaced 4 battle maps on blank_1-blank_4 and working fine , it's just the duel map that won't work in duel mode .
maybe i should replace a duel map instead (like ruined forts) to do it?
ah and not , i'm only replacing the text . i don't want to mess with module system cause i should destroy something even if i worked on it before.
-
Well, if you can, revert back to the way you had it before, and be a bit more selective to where/what you overwrite...Miight have overlooked something.
-
It would help to post the lines you have pasted, you know...