Raised This Month: $ Target: $400
 0% 

Deathrace (v2.3)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-07-2010 , 11:42   Deathrace (v2.3)
Reply With Quote #1

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)
Attached Files
File Type: sma Get Plugin or Get Source (Deathrace_Addon_Slipstream.sma - 2004 views - 9.3 KB)
File Type: sma Get Plugin or Get Source (Deathrace_Main.sma - 2262 views - 10.8 KB)
File Type: sma Get Plugin or Get Source (Deathrace_Crates.sma - 2223 views - 7.0 KB)
File Type: sma Get Plugin or Get Source (Deathrace_Addon_Reincarnation.sma - 1721 views - 9.4 KB)
File Type: zip Deathrace_Addon_Leaderboard.zip (10.2 KB, 1031 views)

Last edited by Xalus; 01-30-2016 at 07:56.
Xalus is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-07-2010 , 11:43   Deathrace [02/2015]
Reply With Quote #2

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
__________________
Retired.

Last edited by Xalus; 02-08-2015 at 14:54.
Xalus is offline
Old 04-07-2010, 11:46
lazarev
This message has been deleted by lazarev.
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-07-2010 , 11:55   Re: DeathRace [07/04/2010]
Reply With Quote #4

Quote:
Originally Posted by lazarev View Post
steam://connect/81.169.129.200:27099/
gonna test it and maybe make a vid

[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);
        } 
__________________
Retired.
Xalus is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 04-07-2010 , 11:57   Re: DeathRace [07/04/2010]
Reply With Quote #5

Where it says you need the frost grenade plugin, you should notify that you are giving a flashbang and not a smoke grenade.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-09-2010 , 04:43   Re: DeathRace [07/04/2010]
Reply With Quote #6

Quote:
Originally Posted by lazarev View Post
steam://connect/81.169.129.200:27099/
gonna test it and maybe make a vid

[edit] make some API, so we can add new crates ^_^
[edit2] if you have touch ICE, and then gun block, or any other, my maxspeed goes back to fast o_o
When weapon change, it goes back normal :{
__________________
Retired.
Xalus is offline
grimvh2
Veteran Member
Join Date: Nov 2007
Location: Fishdot Nation
Old 04-09-2010 , 04:48   Re: DeathRace [07/04/2010]
Reply With Quote #7

Quote:
Originally Posted by Xalus View Post
When weapon change, it goes back normal :{
register the curweapon event, and evrything its called you need to set the right speed.
__________________
I am out of order!
grimvh2 is offline
Janosch237
Member
Join Date: Apr 2007
Old 04-09-2010 , 09:27   Re: DeathRace [V1.2!] [New Map] [Competition]
Reply With Quote #8

lets go !





Levels: 6
size: 2,305Kb
Mapping time: 2 days
Pro run time: 1:40
Mapper: Janosch237
Name: deathrace_traumbox
Specials: - some teleporter
- no shortcuts!
- Timer (amxx)
- standard wads


Download:
rar:
http://www.file-upload.net/download-...umbox.rar.html
for the first 10 Downloads:
http://rapidshare.com/files/37386593...umbox.bsp.html



Pics:


















Jear baby Feedback !



U dont need amxmodx + deathrace to play this map !!!

Last edited by Janosch237; 04-09-2010 at 10:27.
Janosch237 is offline
Janosch237
Member
Join Date: Apr 2007
Old 04-09-2010 , 10:16   Re: DeathRace [V1.2!] [New Map] [Competition]
Reply With Quote #9

ideas:
- player will exploiding in 30 sekonds
- a player gets a checkpoint
- teleport to start
- 10 seks hook
- 20 seks jetpack
- parachute
- 10 slaps
- black screen for 3 seks
- teleport to the first place
- time display
- display witch shows the walked units
- stuck for 5seks
- the player who has won 5 times can chose the next map
- shoot on the ground and u can jump higher
- little bit more speed anytimes
- bhop enabler box
- wall jump box
- motd for top10 /top15
- teleporter to the next box
- teleporter to the last box


Gameplay:

Start: all player are freezed only one player can walk .. he must use te button. (after 10 sekonds the game will start automatic

- All player will teleport to the "Player" who ending the map and they are freezed... only the "Player".. can walk. After 10 sekonds everybody die-> The "player" is alive.

- 5 scorepoints for the winner.

- when anybody push the start button after 3 seconds all players where teleportet to the button/Player/Start.

- 321sounds

- sounds when u destroy a box

- boxes will respawn after 10sekonds

- players can grab a box when they stay 100 units before a box
(bind e +grab) [players can steal boxes]

- players can push people

Admin:
on the end is not a button there is a flag... admins can create it
Admin can create boxes.

more ideas?

my english is very bad...

I`m the master of ideas
Janosch237 is offline
TriBall
BANNED
Join Date: Mar 2010
Location: Lithuania
Old 04-09-2010 , 10:52   Re: DeathRace [V1.2!] [New Map] [Competition]
Reply With Quote #10

Quote:
Originally Posted by Janosch237 View Post
lets go !





Levels: 6
size: 2,305Kb
Mapping time: 2 days
Pro run time: 1:40
Mapper: Janosch237
Name: deathrace_traumbox
Specials: - some teleporter
- no shortcuts!
- Timer (amxx)
- standard wads


Download:
rar:
http://www.file-upload.net/download-...umbox.rar.html
for the first 10 Downloads:
http://rapidshare.com/files/37386593...umbox.bsp.html



Pics:


















Jear baby Feedback !



U dont need amxmodx + deathrace to play this map !!!
Wow here it is and maps! I click on the hand and praise you for a job!
TriBall is offline
Send a message via Skype™ to TriBall
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:30.


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