Advertisement
Guest User

Untitled

a guest
Oct 10th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Mod made by Silvercide.
  2.  
  3. Thank you Laser, Scotty, Basinga, and the rest of the BYOC crew for helping me test.
  4.  
  5. All added graphics and sounds made by Sega I think.
  6.  
  7. Feel free to use the code for anything. If you need anything from me put it as a comment on the itch page.
  8.  
  9. Sorry for the formatting on this.
  10.  
  11. SERVER VARIABLES: (values set are the default)
  12. +sv_ropedistance = 20 (how long you can walk away from your partner before you get pulled closer (multiplied by 10).)
  13. +sv_combiheavywhenstill = FALSE (normally when your partner isnt moving you can drag them weightlessly. turn this on to considerably increase the challenge.)
  14. +sv_combihud = TRUE (display partner health, armor, and when being held.)
  15. +sv_combiholdslam = TRUE (slams you to the ground at a high force when holding. turn this off if you're playing with some sort of fall damage since this will pulp you in that case.)
  16. +sv_combizaxis = TRUE (pulls the player upwards towards a partner if they are high up.)
  17. +sv_combiholdsnap = TRUE (if the player holds while the partner tries to walk away, eventually when the player lets go they will both be flung forward at a high speed. may let you skip some map sections.)
  18. +sv_combiforcecompatibility = FALSE (constantly force the player tid to be what combidoom uses. this is SUPER UNSTABLE and will barely work but may make mods that dont work with combidoom work.)
  19. +sv_combitid = 1000 (what number plus your player number to set the tid to. some mods use different numbers but 1000 is the standard i believe. dont touch if you dont know what you're doing.)
  20. +sv_combiforcesameteam = TRUE (only partners people who are on the same team together. set this to 0 if it breaks some mod or you want to have the most morally confusing deathmatch of all time.)
  21.  
  22. //ZANDRONUM ONLY
  23. +sv_useserversidesparkles = FALSE (usually the sparkles are clientside. setting this to 1 will make them global at the cost of heavy server use. Dont use this if you plan to have a large group.)
  24. +sv_enableinsurancelives = TRUE (when your partner dies you get an extra life.)
  25. +sv_insurancelifelimit = 30 (if insurance lives are on, the health you have to be over when your partner dies to get one. Set to 0 to always get one.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement