Advertisement
gopro2027

Goofy Skateboarding CFG Modding Information

Nov 18th, 2018
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. //documented by gopro_2027
  2. all the dvars registered using 004332C0 registerDvarCommand2:
  3. cam_distance
  4. cam_angle
  5. forward
  6. back
  7. left
  8. right
  9. trick1
  10. trick2
  11. trick3
  12. trick4
  13. t_autosizeoffset
  14. r_wireframe
  15. r_materials
  16. g_mousex
  17. g_mousey
  18. g_maxSpeedCrouched
  19. g_maxSpeedStanding
  20. g_maxSpeedExpression
  21. g_maxSpeed
  22. g_acceleration
  23. g_turnAcceleration
  24. g_turnDeceleration
  25. g_maxTurnSpeed
  26. g_brakeFriction
  27. g_minimumRailSpeed
  28. g_ollieVel
  29. g_wallSplatSpeed
  30. g_groundSplatSpeed
  31. g_gravity
  32. g_surfaceTestDist
  33. g_frictionUnknown
  34. g_frictionAir
  35. g_frictionJumpGuide
  36. g_frictionGrind
  37. g_frictionBitumen
  38. g_frictionConcrete
  39. g_frictionWood
  40. g_frictionRoughWood
  41. g_frictionDirt
  42. g_frictionSand
  43. g_frictionWater
  44. g_frictionGrass
  45. g_language
  46. g_showTriggers
  47.  
  48. dvars registered using 004332A0 registerDvarCommand1 ( https://i.imgur.com/CZOd2M8.png ):
  49. pause
  50. unlock
  51. listcmds
  52. listvars
  53. cls
  54. prompt
  55. addwatch
  56. remwatch
  57. exec
  58. showhistory
  59. log
  60. echo
  61. bind
  62. unbind
  63. unbindall
  64. usemouse
  65. killmouse
  66. snd_mp3volume
  67. snd_sfxvolume
  68. quit
  69. ver
  70. resstat
  71. reslist
  72. screens
  73. screen
  74. reset
  75. screenshot
  76. saveobject
  77. playerpos
  78.  
  79. position dvar aka teleport (something about _x _y _z, so maybe some other ones too)
  80. skateboard_x %f
  81. skateboard_y %f
  82. skateboard_z %f
  83.  
  84. some useful knowledge:
  85. go in data folder->config->config.cfg and you can edit stuff there
  86. you can add a bind to that... maybe do something like:
  87. bind f11 "exec script.cfg"
  88. and put script.cfg with more code in the config folder so you can test and reload the script real time.
  89. This cfg is very similar to the cfg in quake engine, so idk... very weird I guess. Also I'm sure there are a few more dvars but I got most of them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement