Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "tf2_dodgeball"
- {
- "general"
- {
- "music" "1" // Play music on Dodgeball gamemode?
- "round start" "" // Music to play on round start
- "round end (win)" "" // Music to play for the winner team
- "round end (lose)" "" // Music to play for the loser team
- "gameplay" "" // Music to play when the gameplay starts
- "use web player" "0" // If the use of web player is enabled, these will be
- "web player url" "" // used instead of the gameplay music
- }
- "classes"
- {
- "common"
- {
- // >>> Basic parameters <<<
- "name" "Homing Rocket" // Full name of the rocket type
- "behaviour" "homing" // The only behaviour right now is homing :P
- "model" "" // Default: Common rocket model
- "is animated" "0" // Only works when using a custom model
- "play spawn sound" "1" // Does the rocket emit a sound when spawning?
- "play beep sound" "0" // Does the rocket emit a beeping sound?
- "play alert sound" "1" // Does the rocket emit an alert sound to the client when being targetted?
- "spawn sound" "" // Default: Sentry rocket sound
- "beep sound" "" // Default: Sentry searching sound
- "alert sound" "" // Default: Sentry client spotted sound
- "beep interval" "0" // Emit sound every x time
- // >>> Specific behaviour modificators <<<
- "elevate on deflect" "0" // Does the rocket can elevate after deflection?
- "neutral rocket" "0" // Does this rocket has no team based targets?
- // >>> Movement parameters <<<
- "damage" "1000" // Base damage done by the rocket.
- "damage increment" "0" // Increment per reflection.
- "speed" "1000" // Base speed for the rocket.
- "speed increment" "200" // Speed increment per reflection.
- "turn rate" "0.205" // Turn rate / tick for this rocket.
- "turn rate increment" "0.0205" // Increment per deflection.
- "elevation rate" "0.50" // Elevation rate when deflected (if enabled)
- "elevation limit" "0.50" // Maximum elevation when deflected (if enabled)
- "control delay" "0.0001" // Delay until the rocket starts tracking the target after a deflection.
- "critical chance" "100" // Percentage of chance for a critical rocket.
- "no. players modifier" "0" // Increment based upon the number of players in the server.
- "no. rockets modifier" "0" // Increment based upon the number of rockets fired since the start of the round.
- "direction to target weight" "15" // Weight modifier for target selection, based upon the direction of the rocket
- // to the client.
- // >>> Events <<<
- "on spawn" "" // Actions to execute on rocket spawn.
- "on deflect" "" // Actions to execute when a rocket is deflected.
- "on kill" "" // Actions to execute when a rocket kills a client.
- "on explode" "" // Actions to execute when a rocket kills a client (triggered once).
- }
- }
- "spawners"
- {
- // >>> Default RED spawner <<<
- "red"
- {
- // >>> Basic parameters <<<
- "max rockets" "1" // Max no. of rockets before the spawner can fire another.
- "interval" "2.0" // Minimum time between rocket fires.
- // >>> Chances table <<<
- "common%" "100" // Chance to spawn a common rocket
- "nuke%" "0" // Chance to spawn a nuke rocket
- }
- // >>> Default BLU spawner <<<
- "blu"
- {
- // >>> Basic parameters <<<
- "max rockets" "1" // Max no. of rockets before the spawner can fire another.
- "interval" "2.0" // Minimum time between rocket fires.
- // >>> Chances table <<<
- "common%" "100" // Chance to spawn a common rocket
- "nuke%" "0" // Chance to spawn a nuke rocket
- }
- }
- }
- // sm plugins reload TF2_Dodgeball
Advertisement
Add Comment
Please, Sign In to add comment