AfuSensi Posted July 19, 2014 Share Posted July 19, 2014 (edited) Hey,For all mix map makers out there. I've made a random markers script. Basically, when you hit a marker you will receive a pickup that can range from a full repair to a rocket and more, It works for all gamemodes on mix, except shooter! This script will be updated regulary, once i have more ideas to add as a pickup. But since it's a resource include you don't have to worry about updating your map. How do you use it for your maps? (click on show spoiler)There are two steps to this. 1. In your map editor, place the object "2908" ( kmb_deadhead ) everywhere you want a marker to appear. There are three things to remember: Don't place a marker (head) where a spawn is, the player should drive into a marker and not spawn in one.Don't place too many markers (heads), or else it will be no fun because of it. Don't use the object "2908" for anything else but the markers, because everywhere you put one, a marker will appear on the server. 2. Open your meta.xml, and put this under <meta>:<include resource="map-RandomMarkers" />So it should look something like this: <meta> <include resource="map-RandomMarkers" /> <info gamemodes="race" type="map" name="mapname" version="1.0.0"></info> <map src="mapname.map" dimension="0"></map> <settings> <setting name="#skins" value='[ "cj" ]'></setting> <setting name="#maxplayers" value="[ 128 ]"></setting> <setting name="#useLODs" value="[ false ]"></setting> <setting name="#gamespeed" value="[ 1 ]"></setting> <setting name="#ghostmode" value='[ "false" ]'></setting> <setting name="#time" value="7:0"></setting> <setting name="#vehicleweapons" value='[ "false" ]'></setting> <setting name="#minplayers" value="[ 0 ]"></setting> <setting name="#weather" value="[ 6 ]"></setting> <setting name="#gravity" value="[ 0.008000 ]"></setting> <setting name="#waveheight" value="[ 0 ]"></setting> <setting name="#respawntime" value="[ 5 ]"></setting> <setting name="#locked_time" value="[ true ]"></setting> <setting name="#duration" value="[ 750 ]"></setting> <setting name="#respawn" value='[ "none" ]'></setting> </settings></meta> PickupsBarrel Drops barrel behind you on use. Repair Repairs your car on use. HaybaleDrops a haybale behind you on use. JumpJump on use. NOSGives you NOS for 15 seconds on use. RocketShoots a rocket on use (similar to the gamemode "shooter" Super RamOn use, it makes your vehicle go very fast in the direction it was going, and then returns to the original position. Tec-9Gives you a tec-9 to shoot with for 7 seconds. SpikeStripGives you a SpikeStrip to drop behind you. If a player drives over it, it randomly set flat tires. The pickups will be adjusted with the gamemode, for example "Race" does not have the pickup "SuperRam" etc. If you have any suggestions on what to add next, or if there are any bugs, feel free to post it in this topic! Thanks. Edited July 24, 2014 by KaliBwoy FMJ.MD, Itachi, jededo and 5 others 8 Quote Link to comment
Borz Posted July 19, 2014 Share Posted July 19, 2014 (edited) thx kali you really helped me alotBest admin Edited July 19, 2014 by Borz Quote Link to comment
warp. Posted July 19, 2014 Share Posted July 19, 2014 Excellent job Kali. Get those maps rolling ppl we need this script on our maps from now on. Borz 1 Quote Link to comment
theMOROCCANguy Posted July 20, 2014 Share Posted July 20, 2014 Was waiting for this,I will make some few maps,once i get an idea i will share it with you guys here Quote Link to comment
Ywa Posted July 20, 2014 Share Posted July 20, 2014 Can we please have this on the race server? Quote Link to comment
theMOROCCANguy Posted July 20, 2014 Share Posted July 20, 2014 Can we please have this on the race server? dogshit already made a map with it,gonna be awesome but i don't think all the players will like it. Quote Link to comment
SkyBlue Posted July 21, 2014 Share Posted July 21, 2014 Can we please have this on the race server? No, this script made me stop playing in alw race server C: Quote Link to comment
Ywa Posted July 21, 2014 Share Posted July 21, 2014 Can we please have this on the race server? No, this script made me stop playing in alw race server C: Not saying we should do it on all maps. But maybe some more variation would be nice. Quote Link to comment
viiNi Posted July 21, 2014 Share Posted July 21, 2014 Can we please have this on the race server? if the script work for the race I do, I have some good maps to use Quote Link to comment
AfuSensi Posted July 24, 2014 Author Share Posted July 24, 2014 This script will be added to race too, for the people that want to use it. I've updated the script, new pickup: Spike Strip. Waiting for upload. Quote Link to comment
SkyBlue Posted July 24, 2014 Share Posted July 24, 2014 Can we please have this on the race server? if the script work for the race I do, I have some good maps to use It works, Dogshit made a map with a sript like that some time ago... "OMGWTFBBQ!" Quote Link to comment
AfuSensi Posted July 24, 2014 Author Share Posted July 24, 2014 Can we please have this on the race server? if the script work for the race I do, I have some good maps to use It works, Dogshit made a map with a sript like that some time ago... "OMGWTFBBQ!" It's not the same script, i was going to ask dogshit to make it a global resource but obviously he isnt here. Quote Link to comment
viiNi Posted July 24, 2014 Share Posted July 24, 2014 This script will be added to race too, for the people that want to use it. I've updated the script, new pickup: Spike Strip. Waiting for upload.how found this pickup? Quote Link to comment
AfuSensi Posted July 24, 2014 Author Share Posted July 24, 2014 This script will be added to race too, for the people that want to use it. I've updated the script, new pickup: Spike Strip. Waiting for upload.how found this pickup? I made it. Quote Link to comment
theMOROCCANguy Posted July 25, 2014 Share Posted July 25, 2014 (edited) This script will be added to race too, for the people that want to use it. I've updated the script, new pickup: Spike Strip. Waiting for upload.what does it do?never mind i just saw it Edited July 25, 2014 by theMOROCCANguy Quote Link to comment
AfuSensi Posted July 25, 2014 Author Share Posted July 25, 2014 i dont understand Quote Link to comment
viiNi Posted July 25, 2014 Share Posted July 25, 2014 i dont understand ahhhhhhhhhhh Quote Link to comment
jededo Posted July 31, 2014 Share Posted July 31, 2014 Kali, your script has bug. People spaming any function. Example: anyone take a rockets and he could shot with unlimited ammo... Quote Link to comment
AfuSensi Posted July 31, 2014 Author Share Posted July 31, 2014 I'll look into it, thankss. Quote Link to comment
AfuSensi Posted August 3, 2014 Author Share Posted August 3, 2014 (edited) Ok, i found the issue.unbindKey broke on 1.4 for this script, so it wouldnt trigger meaning that people could spam pickups. Fixed, and it got uploaded. Edited August 3, 2014 by KaliBwoy Quote Link to comment
AfuSensi Posted November 20, 2014 Author Share Posted November 20, 2014 I'm rewriting and updating this script, if someone has an idea to add as a pickup, feel free to suggest it here! Quote Link to comment
jededo Posted November 20, 2014 Share Posted November 20, 2014 (edited) -warp zone-flamethrower-remove one object-10000kgs vehicle on 15 sec (nobody couldn't moved you)-slow motion-god mode on 15 sec (everyone die if touch you) Edited November 20, 2014 by jededo 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.