SDK Posted August 26, 2014 Share Posted August 26, 2014 (edited) MAP RULES To get a better average map quality we'll be enforcing some new rules for new maps on both servers. Currently our servers have plenty of "ordinary" maps so from now on our map managers need to be a bit more restricted on uploading maps. This means that from now some maps won't get uploaded unless they're good or needed. With this new enforcement it makes sense that many of our outdated and badly rated maps get deleted. Upload maps via Discord in the #mta-map-uploads channel. Plugin: We have a editor plugin to help with creating mix maps and adding gm checkpoint settings. Download: mrgreen-0.2.zip Install: - Copy the mrgreen folder into \server\mods\deathmatch\resources\ - Replace race.edf in \server\mods\deathmatch\resources\[gamemodes]\[race]\race\edf\race.edf To create a new map: - Add race and mrgreen definitions - Add race gamemode - Set the racemode in Map settings -> Gamemode settings -> Mrgreen -> racemode and save Uploading: Your maps should be tested and then uploaded via Discord in a zip package with inside only your meta.xml, .map and script files. The zip file size has to be under 3MB, the total has to be below 5MB unzipped. Exceptions can be made for some maps with custom object models, NOT custom vehicles or music. Map managers should not have to fix your map, so make sure everything is correct before you upload. If you want to add extra <include> resources upload them in a separate zip file and Yoshi or Bier will review them. Naming: Adding the mode to the map name would be nice, also don't forget the original author to the credits. Keep the filename of your map simple and don't forget to add the mode with -. No one will ever see the filename so you don't need to add your nick for credit. Good: nts-drift.zip sh-arena.zip rtf-basic.zip dd-alien.zip ctf-football_field.zip Bad: [DD]Midnight-City-rm.zip NTS----xD.zip RTF-Big Smoke (For Danchikus).zip shooter-shooter2by(O)_(O).zip Maps: Modes: If you're making a map different from the default race/dd game modes, you need to specify it in the meta.xml file. All scripts are done on the server, no need to add anything else. Example: <meta> <info gamemodes="race" racemode="rtf" type="map" name="pipes" author="lolmam" version="1.0.0"></info> <map src="pipes.map" dimension="0"></map> Race (gamemodes="race"): Checkpoints and spawn points. Make sure checkpoints have decent respawn positions and try to warn the player with different colours for vehicle changes. Add repairs and nitro if needed. If you want to change the dynamic ghostmode checkpoint trigger, use the editor and go to Map Editor > Definitions and add mrgreen. Then go to Map settings > Gamemode settings then under mrgreen, "ghostmode_checkpoint" OR use this line in your meta.xml: (You can change the number 14 to the number of the checkpoint you want the ghostmode to be disabled). <setting name="#ghostmode_checkpoint" value="14" /> If you want to add laps to your race simply add the following line in your meta.xml (change the values to the corresponding checkpoint id's) <setting name="#laps" value="5,9,11,13" /> Never The Same - NTS - (gamemodes="race" racemode="nts"): Same rules as Race and checkpoints should be set to change to a vehicle type with the editor plugin! Only the base 3 colors should be used on a NTS map. (Red for air, Blue for vehicles and Green for boats). NTS maps should be shortcut free and checkpoints should also have a proper distance between each other, not to long nor to short. Always keep in mind that with the randomizer most maps take almost as double of the time to complete, so try to keep it fair but fun as well. Never The Same Demolition Derby - NTS DD - (gamemodes="race"): An NTS-DD map is the same as a regular DD, minimum 50 spawn points with some pickups. Just keep in mind to choose good place for the spawn. The vehicles changes to large/huge vehicles so don't get stuck. Shooter - SH - (gamemodes="race" racemode="shooter"): Simply add spawn points to a large spaced area with some obstacles for cover. If you want to add vehicles pickups make sure they're fair to everyone. Maps with Karts, Bikes or Rhino (tank) won't be accepted. No shift to jump on SH Shooter map settings: SH Jump Custom Height - min: 2 - max: 8 (default: 2.5) If using a high jump height, be sure to have auto repair on too! <setting name="#shooter_jumpheight" value="5" /> SH Auto Repair Autorepair works differently than most current auto repair scripts from map makers. This "autorepair" makes players immume to any damage other than rockets. <setting name="#shooter_autorepair" value="true" /> Capture The Flag - CTF - (gamemodes="race" racemode="ctf"): You need to place two unique flag objects in the respective bases with the editor plugin. Spawn Points should be added to a team red or blue with the editor plugin. Try to provide different roads to the flag so it's not impossible to capture it, and provide some kill opportunity between the bases. Reach The Flag - RTF- (gamemodes="race" racemode="rtf"): RTF maps should have an high level of difficulty to finish, but take in consideration that only 1 player will win so try keep it simple as well. Shortcuts are NOT allowed. Flag should be placed with the editor plugin. DeadLine - DL - (gamemodes="race" racemode="deadline"): Simply add spawn points to a large spaced area with some obstacles for cover. If you want to add vehicles pickups make sure they're fair to everyone. Remember to make your map big enough! Maps with Rhino (tank) won't be accepted. DeadLine map settings: DL Custom Minimum Speed - min: 40 km/h - max: 120 km/h (default = 70 km/h) <setting name="#deadline_minimumspeed" value="90" /> Scripts: No serverside scripts (unless with permission from @Nick_026). Check your debug output with /debugscript 3, no one likes error spam. Scripts like race-huntbot, puma markers, CoreMarkers should be used with <include>. The server has a copy so it does not have to be copy pasted in every map <include resource="Puma-Markers" /> Download for testing: Puma-Markers.zip <include resource="coremarkers" /> <include resource="race_huntbot" /> Download for testing: race_huntbot.zip Music or vehicle mods is only allowed if it fits the map theme (example: kungfu map has a kungfu song) and is relatively small. Always add the bind M to turn off/on the music on your map. You can add custom sky and water colors, as long as they aren't distracting or annoying (bright flashing colours are NOT allowed). No unnecessary chat spams asking for likes etc. TL;DR = TEST YOUR MAP! If your map is deleted, it will show up in /deletedmaps Other/old map rules: http://mrgreengaming.com/forums/topic/10581-mappers-wanted/ http://mrgreengaming.com/forums/topic/2684-read-this-before-posting/ Resources: Vinii's topic: http://mrgreengaming.com/forums/topic/14776-location-of-mappers-helpscriptstoolsresourcesmodstutorial/ Check this topic if you want to add Random Markers script to your map. Csena's topic: http://mrgreengaming.com/forums/topic/5133-how-to-use-custom-vehicle-objects-skin-music-in-mta/ AleksCore's markers topic: http://mrgreengaming.com/forums/topic/16906-core-markers/ New Map Rule: Don't add binded likes into maps Edited February 3 by Nick_026 Updated file size MegasXLR, Luiss, Cena and 3 others 6 Quote Link to comment
SDK Posted September 8, 2014 Author Share Posted September 8, 2014 Map managers will be enforcing these new rules now for mta maps Quad_Tube 1 Quote Link to comment
viiNi Posted September 8, 2014 Share Posted September 8, 2014 xD No comments, you know why ""Map managers should not have to fix your map, so make sure everything is correct before you upload.If you want to add extra <include> resources upload them in a separate zip file and SDK or BinSlayer will review them."" Via PM? Quote Link to comment
SDK Posted September 8, 2014 Author Share Posted September 8, 2014 Upload them in the same post Quad_Tube 1 Quote Link to comment
viiNi Posted September 8, 2014 Share Posted September 8, 2014 Upload them in the same postOKanother question, and the maps that have already been uploaded here in the forum with the old gamemode without racemode? Quote Link to comment
SDK Posted September 8, 2014 Author Share Posted September 8, 2014 They are automatically changed, it doesn't matter much if you use the new version or the old. Quad_Tube 1 Quote Link to comment
Matoosh Posted September 9, 2014 Share Posted September 9, 2014 I suggest pin this thread in Contributions section. Quote Link to comment
viiNi Posted September 9, 2014 Share Posted September 9, 2014 I suggest pin this thread in Contributions section.already! Quote Link to comment
Personalizado Posted September 9, 2014 Share Posted September 9, 2014 5 mb only? that is a little hard Quad_Tube 1 Quote Link to comment
Kaos San Posted September 10, 2014 Share Posted September 10, 2014 5 mb is very little, I like to put music on my map with the same length of the map, and almost always gets above 5 mb.Hear the same song repeatedly on a map 10 minutes is kind of boring PS: I used google translate, sorry for any error 5 mb only? that is a little hard Quad_Tube 1 Quote Link to comment
Guest AleksCore Posted September 10, 2014 Share Posted September 10, 2014 Music or vehicle mods is only allowed if it fits the map theme (example: kungfu map has a kungfu song) and is relatively small Quote Link to comment
viiNi Posted September 10, 2014 Share Posted September 10, 2014 Music or vehicle mods is only allowed if it fits the map theme (example: kungfu map has a kungfu song) and is relatively small hehehe bb songs on map ... Now we need make maps with theme.. ahhah Just some knows do that Quote Link to comment
Guest AleksCore Posted September 11, 2014 Share Posted September 11, 2014 If map theme is hardcore racing - I can just put any hardcore song xD Quote Link to comment
Canvas Posted September 16, 2014 Share Posted September 16, 2014 use the MP3Resizer for resize your music file. MegasXLR 1 Quote Link to comment
ChickenAttack Posted September 21, 2014 Share Posted September 21, 2014 Theme? Explicit theme or implicit theme? Plenty of maps have the mod's mp3 that fits into the mood of the map in an abstract or tangential manner, far better than the standard gta radio. More often than not they fit the theme better. Giving the option to choose between standard or modders map, if there really is an issue. Long maps usually have longer music... Quote Link to comment
SDK Posted November 16, 2014 Author Share Posted November 16, 2014 Updated with more details for including resources, and made more clear what the 5 MB limit actually means neox. 1 Quote Link to comment
warp. Posted November 19, 2014 Share Posted November 19, 2014 Since we have to many SH, DD and NTS maps on MIX, from now on I'll give priority to maps that are needed. Mainly CTF and RTF. Quote Link to comment
SDK Posted January 11, 2015 Author Share Posted January 11, 2015 SkyNet has now been promoted to map manager and will be taking care of the race server theMOROCCANguy and SkyNET 2 Quote Link to comment
SDK Posted January 17, 2015 Author Share Posted January 17, 2015 Updated The zip file size has to be under 5MB, the total has to be below 8MB unzipped.Exceptions can be made for some maps with custom object models, NOT custom vehicles or music. Quote Link to comment
SDK Posted March 15, 2015 Author Share Posted March 15, 2015 Updated, added the new plugin to the post tl;dr:NTS checkpoints, CTF flags and teams, RTF flag can and should be done via the plugin now, and the racemode is set via the map settings. Quote Link to comment
viiNi Posted March 15, 2015 Share Posted March 15, 2015 Can I continue using the normal editor? Quote Link to comment
eatmyfap Posted March 15, 2015 Share Posted March 15, 2015 The server is allowed to read new map format??? good work for it... Quad_Tube 1 Quote Link to comment
SDK Posted March 15, 2015 Author Share Posted March 15, 2015 Moved the topic here so people can actually download attachments Quote Link to comment
HeArTBeaT Posted May 18, 2015 Share Posted May 18, 2015 Mrgreen option not appearing in gamemode settings K@P! 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.