Random Spawns, and more control for competitive matches
Mendasp
I touch maps in inappropriate placesValencia, Spain Join Date: 2002-07-05 Member: 884Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Gold, NS2 Map Tester, Reinforced - Shadow, WC 2013 - Shadow, Retired Community Developer
A while ago I developed a mod to eliminate random spawns (always chose cross spawns) which used a really simple method, then evolved it so the mappers could choose the spawning configuration freely.
Now the problem is, this is very convenient for mappers, but not for any server ops interested in the feature, so for the next version I want to make it easier for server ops to change the random spawns in the maps just by modifying .txt files inside the maps folder.
Right now I'm including the 3 official maps modified already for anyone that wants to try it (link is in my sig), but I understand this might not satisfy everyone (if you want a different setup you have to modify the maps). Any ideas or features you might want to have? And most importantly, does the competitive scene want something like this? Even if you don't want random spawns, you can easily make any map to be fixed spawns with a .txt file with what I have in mind instead of having to fiddle with the map in the editor...
So, before I start coding for nothing, I'd like to gather some feedback.
Now the problem is, this is very convenient for mappers, but not for any server ops interested in the feature, so for the next version I want to make it easier for server ops to change the random spawns in the maps just by modifying .txt files inside the maps folder.
Right now I'm including the 3 official maps modified already for anyone that wants to try it (link is in my sig), but I understand this might not satisfy everyone (if you want a different setup you have to modify the maps). Any ideas or features you might want to have? And most importantly, does the competitive scene want something like this? Even if you don't want random spawns, you can easily make any map to be fixed spawns with a .txt file with what I have in mind instead of having to fiddle with the map in the editor...
So, before I start coding for nothing, I'd like to gather some feedback.
Comments
yesyesyesyesyesyesyesyesyes
As for myself, I have never used the editor, and didn't feel like learning it.
I am very much looking forward to be able to edit it in a text file.
Love what you're doing here, we will definitely be playing with this as soon as it's a bit more accessable.
Problem solved with random spawns.
Problem solved with random spawns.<!--QuoteEnd--></div><!--QuoteEEnd-->
Not at all, as the primary issue is how close available random spawn positions are.
Seems legit Mendasp!
Also I approve of this compromise on the removal of close spawns, as you very well know ;)
Wondering how this would work on Mineshaft though... Map is still too linear IMHO for random spawns, either it needs to go back to fixed spawns or it needs more of a circular design...
The two options I'm thinking about are either cross spawns as I've got them right now, which is the current summit without close spawns, or limited cross spawns (Sub/Atrium and Flight/DC).
The text files will be in JSON, this the file I'm using for testing right now if you want to see how they're going to be:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->[{
"name":"Sub Access",
"team":"both",
"enemyspawns":
[
"Atrium",
"Data Core"
]
},
{
"name":"Data Core",
"team":"both",
"enemyspawns": ["Flight Control"]
},
{
"name":"Flight Control",
"team":"both",
"enemyspawns": ["Data Core"]
},
{
"name":"Atrium",
"team":"aliens",
}]<!--c2--></div><!--ec2-->
The version for "normal" servers has also been out for a while, but I haven't received any feedback on the mod at all.
Anyways, has there been any discussion about the kind of spawns wanted? Because I haven't seen much use of the mod...
<a href="http://www.mendasp.net/stuff/RandomSpawns_v211.zip" target="_blank">Download v2.1.1</a>
<a href="http://www.duplexgaming.co.uk/downloads/mods/90/mapper_defined_random_spawns/" target="_blank">Download @ Duplexgaming.co.uk</a>
Insight includes this mod now, so when you use that, you'll only need the configuration files for the server.
<a href="http://www.mendasp.net/stuff/RandomSpawns-configs.zip" target="_blank">Download default configs only (for Insight)</a>. Unzip the ones you want in your maps folder.
<a href="http://www.unknownworlds.com/forums/index.php?showtopic=117643" target="_blank">Check out the thread for more info</a>.