Jump to content
Mr. Green Gaming

Random Markers Script!


Recommended Posts

Posted (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>

 

 

 

Pickups

Barrel

 

barrelicon.png

Drops barrel behind you on use.

 

 

Repair

 

fullhealthicon.png

Repairs your car on use.

 

Haybale

haybaleicon.png

Drops a haybale behind you on use.

 

 

Jump

jumpicon.png

Jump on use.

 

NOS

nosicon.png

Gives you NOS for 15 seconds on use.

 

Rocket

rocketicon.png

Shoots a rocket on use (similar to the gamemode "shooter"

 

Super Ram

superramicon.png

On use, it makes your vehicle go very fast in the direction it was going, and then returns to the original position.
 

Tec-9

tec9icon.png

Gives you a tec-9 to shoot with for 7 seconds.

 

 

SpikeStrip

spikestripicon.png

Gives 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 by KaliBwoy
Posted

 

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.

Posted

 

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!"

Posted

 

 

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.

Posted

This script will be added to race too, for the people that want to use it.

 

I've updated the script, new pickup: spikestripicon.png

Spike Strip.

 

 

 

Waiting for upload.

how found this pickup?

Posted

 

This script will be added to race too, for the people that want to use it.

 

I've updated the script, new pickup: spikestripicon.png

Spike Strip.

 

 

 

Waiting for upload.

how found this pickup?

 

I made it.

Posted (edited)

This script will be added to race too, for the people that want to use it.

 

I've updated the script, new pickup: spikestripicon.png

Spike Strip.

 

 

 

Waiting for upload.

what does it do?

never mind i just saw it  :chickie:

Edited by theMOROCCANguy
Posted (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 by KaliBwoy
  • 2 months later...
  • 1 month later...
Posted (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 by jededo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...