AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Deathrace (v2.3) (https://forums.alliedmods.net/showthread.php?t=123633)

Xalus 04-07-2010 11:42

Deathrace (v2.3)
 
12 Attachment(s)
Deathrace
v2.3

Deathrace is a modification where all players have to race around special Deathrace (deathrace_) maps.
Their goal is to avoid the deadly obstacles on each map and be the first person to cross the finish line.

The Deathrace modification has been completely rewritten. It only has basic functionality (Crates, Timer) at present.
However, improvements can be made based on your feedback.

Mod idea by Pukata.

Main
v2.3 (02-25-2015)
  • Timer removed (Included in Leaderboard)
  • Gamename variable
  • Small error fixes.
v2.2 (02-21-2015)
  • Fakebot deadmsg block
  • Fixed forward error
v2.1 (02-15-2015)
  • Fakebot Teamfix
  • Teamjoin spawn (Credit: ConnorMcLeod)
  • Possibility to block roundend

Crate
v1.2 (02-25-2015)
  • Removed touch-limits for Freeze, Shake and drugs.
v1.1 (02-15-2015)
  • Forward 'deathrace_win' edit.
  • Removed 'death'-crate in the list of items in 'Random Crate'

Add-on list
We realise most of these additions aren’t necessary. However, we’re trying to create a unique
server with unique functions and a lot of variety to make the gameplay more appealing.


Add-on: Reincarnation
The reincarnation add-on is partially self-explanatory in its name.
If you stumble upon one of the obstacles in an unfortunate manner, worry not!
You will be brought back to life on your spot and you can happily continue from there.

v1.2 (02-25-2015)
  • Deadtrap detect (Respawning at deathcrates)
  • Last checkpoint teleport - Leaderboard needed
  • Reincarnation forward added - deathrace_reincarnation(id, type)
  • Increased reincarnation speed
  • Added cmds (/checkpoint | /respawn)
v1.1 (02-21-2015)
  • Added cvar (deathrace_reincarnation_status)
  • Added 'stuck'-detection

Add-on: Slipstream
Splitstream is a form of blessing in disguise and is there in order to prevent huge gaps between the participators in the race.
Trying to catch up to a certain player in front of you? Simple: Run right behind him and he will catch wind while you have no opposing force and you will slowly go faster than him.

v1.0 (02-15-2015)

Add-on: Leaderboard
Showing time diffrence between players, and shows who is in the lead, and who is last place.

v1.0 (02-25-2015)
  • Cmd: /cpmaker - Create checkpoints for leaderboard. (Every cornor is recommended)
  • Forward: deathrace_checkpoint(id, entity, checkpointid, distance)
  • Forward: deathrace_finish(id, Float:flTime)

Xalus 04-07-2010 11:43

Deathrace [02/2015]
 
How to make a DeathRace map?

CS1.6 Deathrace Maplist

Code:

1. Make the map.

2. Make ur own textures for the crates.

3. Make the block, set the Name of the [/b]func_breakable[b]:
        - speedcrate: Gives u 3sec high speed.
        - hecrate: Gives u a he-grenade.
        - uzicrate: Gives u an uzi with 3 bullets.
        - shieldcrate: Gives u a shield.
        - godmodecrate: Gives u godmode for 10sec.
        - hpcrate: Gives u 50 health.
        - gravitycrate: Gives u gravity.
        - drugcrate: Touch it, and ur drugged.
        - armorcrate: Gives u 50 armor.
        - frostcrate: Gives u a frost nade. (Frostnade plugin needed for this!)
        - deathcrate: Touch it, and u dies.
        - shakecrate: Touch it, and ur screen shakes.
        - freezecrate: Touch it, and u freeze for 2secs
        - randomcrate
       

4. Make an end button (func_button
        - Set name: winbut


Misc
Code:

        - Server using this mod: Link
Textures
Crate Texture

Xalus 04-07-2010 11:48

Re: DeathRace [07/04/2010]
 
Fixed.
Thanks

Pukata 04-07-2010 11:52

Re: DeathRace [07/04/2010]
 
Love it xD

Btw. The movie deathrace and the game Mario Cart & Crash bandicoot inspired me to create such mod. thx to xalus & Huibert who made it a reality :)

Xalus 04-07-2010 11:55

Re: DeathRace [07/04/2010]
 
Quote:

Originally Posted by lazarev (Post 1142479)
steam://connect/81.169.129.200:27099/
gonna test it and maybe make a vid :D

[edit] make some API, so we can add new crates ^_^

1. Would be creat a vid!
2. Its easy to add crate? :)

In: public CrateTouch(..)

PHP Code:

else if(equal(target"CRATENAME")) { 
            
ColorChatidBLUE"^x04[DeathRace]^x01 You picked up: ^x04'...'" )
            
            
//CODE HERE 

            
if(get_pcvar_num(dr_glow) > 0)
                
set_user_rendering(idkRenderFxGlowShell02500kRenderNormal20);
        } 


Exolent[jNr] 04-07-2010 11:57

Re: DeathRace [07/04/2010]
 
Where it says you need the frost grenade plugin, you should notify that you are giving a flashbang and not a smoke grenade.

Xalus 04-07-2010 11:58

Re: DeathRace [07/04/2010]
 
K done.

EXteRmiNaToR 04-07-2010 12:06

Re: DeathRace [07/04/2010]
 
Very nice!Well done!It reminded me crash bandicoot!:):up:

crazyeffect 04-07-2010 12:18

Re: DeathRace [07/04/2010]
 
Quote:

[en]
ML = What about multilingual?
HELP = If you need help with MLling, PM me.

[nl]
ML = Waarom geen meerdere talen?
HELP = Als je hulp nodig hebt, stuur me dan een PB

Xalus 04-07-2010 12:20

Re: DeathRace [07/04/2010]
 
Sure!


How can I update the .sma? :p


All times are GMT -4. The time now is 11:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.