jackitch

room_vars_v1

Dec 12th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ============================================================================================================
  2. Room Variables - Held in Base/Entities/Rooms/your_room_file.cfg
  3. ============================================================================================================
  4.  
  5.  
  6. Variable: Name of the Variable
  7. Type: Data-type. Eg. String, Array, Float, Boolean
  8. Default Value: Value used if variable isn't defined.
  9. Description: Details about effects of the variable.
  10.  
  11.  
  12. Variable: v
  13. Type: t
  14. Default Value: d
  15. Description: x
  16.  
  17.  
  18. Variable: s32_sprite_frame_width
  19. Type: float
  20. Default Value: 24
  21. Description: Width (in px) of the sprite that displays for rooms
  22.  
  23.  
  24. Variable: s32_sprite_frame_height
  25. Type: float
  26. Default Value: 24
  27. Description: Height (in px) of the sprite that displays for rooms
  28.  
  29.  
  30. Variable: u8_gib_count
  31. Type: t
  32. Default Value: 9
  33. Description: x
  34.  
  35.  
  36. Variable: u8_gib_style
  37. Type: t
  38. Default Value: 0
  39. Description: x
  40.  
  41.  
  42. Variable: u8_frame_width
  43. Type: t
  44. Default Value: 8
  45. Description: x
  46.  
  47.  
  48. Variable: u8_frame_height
  49. Type: t
  50. Default Value: 8
  51. Description: x
  52.  
  53.  
  54. Variable: f32_gib_mass
  55. Type: t
  56. Default Value: d
  57. Description: x
  58.  
  59.  
  60. Variable: u8_gib_emit
  61. Type: t
  62. Default Value: d
  63. Description: x
  64.  
  65.  
  66. Variable: f32_velocity
  67. Type: t
  68. Default Value: d
  69. Description: x
  70.  
  71.  
  72. Variable: f32_offset_x
  73. Type: t
  74. Default Value: d
  75. Description: x
  76.  
  77.  
  78. Variable: f32_offset_y
  79. Type: t
  80. Default Value: d
  81. Description: x
  82.  
  83.  
  84. Variable: f32_blood_multiplier
  85. Type: t
  86. Default Value: d
  87. Description: x
  88.  
  89.  
  90. Variable: clr_blood_color
  91. Type: t
  92. Default Value: d
  93. Description: x
  94.  
  95.  
  96. Variable: u16_sprite_animation_default_time
  97. Type: t
  98. Default Value: d
  99. Description: x
  100.  
  101.  
  102. Variable: u8_sprite_animation_default_loop
  103. Type: t
  104. Default Value: d
  105. Description: x
  106.  
  107.  
  108. Variable: f32_light_radius
  109. Type: t
  110. Default Value: d
  111. Description: x
  112.  
  113.  
  114. Variable: clr_light_color
  115. Type: t
  116. Default Value: d
  117. Description: x
  118.  
  119.  
  120. Variable: 1_light_default_on
  121. Type: t
  122. Default Value: d
  123. Description: x
  124.  
  125.  
  126. Variable: f32_ball_width
  127. Type: t
  128. Default Value: d
  129. Description: x
  130.  
  131.  
  132. Variable: f32_ball_height
  133. Type: t
  134. Default Value: d
  135. Description: x
  136.  
  137.  
  138. Variable: f32_ball_radius
  139. Type: t
  140. Default Value: d
  141. Description: x
  142.  
  143.  
  144. Variable: f32_ball_max_upspeed
  145. Type: t
  146. Default Value: d
  147. Description: x
  148.  
  149.  
  150. Variable: f32_ball_max_fallspeed
  151. Type: t
  152. Default Value: d
  153. Description: x
  154.  
  155.  
  156. Variable: f32_ball_max_airspeed
  157. Type: t
  158. Default Value: d
  159. Description: x
  160.  
  161.  
  162. Variable: f32_ball_max_groundspeed
  163. Type: t
  164. Default Value: d
  165. Description: x
  166.  
  167.  
  168. Variable: f32_ball_max_actionspeed
  169. Type: t
  170. Default Value: d
  171. Description: x
  172.  
  173.  
  174. Variable: f32_ball_gravity
  175. Type: t
  176. Default Value: d
  177. Description: x
  178.  
  179.  
  180. Variable: f32_ball_ground_slide
  181. Type: t
  182. Default Value: d
  183. Description: x
  184.  
  185.  
  186. Variable: f32_ball_wall_slide
  187. Type: t
  188. Default Value: d
  189. Description: x
  190.  
  191.  
  192. Variable: f32_ball_ladder_slide
  193. Type: t
  194. Default Value: d
  195. Description: x
  196.  
  197.  
  198. Variable: f32_ball_ground_bounce
  199. Type: t
  200. Default Value: d
  201. Description: x
  202.  
  203.  
  204. Variable: f32_ball_wall_bounce
  205. Type: t
  206. Default Value: d
  207. Description: x
  208.  
  209.  
  210. Variable: 1_ball_opens_doors
  211. Type: t
  212. Default Value: d
  213. Description: x
  214.  
  215.  
  216. Variable: 1_ball_opens_bridges
  217. Type: t
  218. Default Value: d
  219. Description: x
  220.  
  221.  
  222. Variable: f32_ball_hit_momentum
  223. Type: t
  224. Default Value: d
  225. Description: x
  226.  
  227.  
  228. Variable: f32_health
  229. Type: t
  230. Default Value: d
  231. Description: x
  232.  
  233.  
  234. Variable: f32 gib_health
  235. Type: t
  236. Default Value: d
  237. Description: x
  238.  
  239.  
  240. Variable: u8_default_room
  241. Type: t
  242. Default Value: d
  243. Description: x
  244.  
  245.  
  246. Variable: v
  247. Type: t
  248. Default Value: d
  249. Description: x
  250.  
  251.  
  252. Variable: v
  253. Type: t
  254. Default Value: d
  255. Description: x
  256.  
  257.  
  258. Variable: v
  259. Type: t
  260. Default Value: d
  261. Description: x
  262.  
  263.  
  264. Variable: v
  265. Type: t
  266. Default Value: d
  267. Description: x
  268.  
  269.  
  270. Variable: v
  271. Type: t
  272. Default Value: d
  273. Description: x
  274.  
  275.  
  276. Variable: v
  277. Type: t
  278. Default Value: d
  279. Description: x
  280.  
  281.  
  282. Variable: v
  283. Type: t
  284. Default Value: d
  285. Description: x
  286.  
  287.  
  288. Variable: v
  289. Type: t
  290. Default Value: d
  291. Description: x
  292.  
  293.  
  294. Variable: v
  295. Type: t
  296. Default Value: d
  297. Description: x
  298.  
  299.  
  300. Variable: v
  301. Type: t
  302. Default Value: d
  303. Description: x
  304.  
  305.  
  306. ============================================================================================================
  307. Item Variables - Held in Base/Entities/Items/your_item_file.cfg
  308. ============================================================================================================
  309.  
  310.  
  311. Variable: v
  312. Type: t
  313. Default Value: d
  314. Description: x
  315.  
  316.  
  317. Variable: v
  318. Type: t
  319. Default Value: d
  320. Description: x
  321.  
  322.  
  323. Variable: v
  324. Type: t
  325. Default Value: d
  326. Description: x
  327.  
  328.  
  329. Variable: v
  330. Type: t
  331. Default Value: d
  332. Description: x
  333.  
  334.  
  335. Variable: v
  336. Type: t
  337. Default Value: d
  338. Description: x
  339.  
  340.  
  341. Variable: v
  342. Type: t
  343. Default Value: d
  344. Description: x
  345.  
  346.  
  347. Variable: v
  348. Type: t
  349. Default Value: d
  350. Description: x
  351.  
  352.  
  353. Variable: v
  354. Type: t
  355. Default Value: d
  356. Description: x
  357.  
  358.  
  359. Variable: v
  360. Type: t
  361. Default Value: d
  362. Description: x
  363.  
  364.  
  365. Variable: v
  366. Type: t
  367. Default Value: d
  368. Description: x
  369.  
  370.  
  371. Variable: v
  372. Type: t
  373. Default Value: d
  374. Description: x
  375.  
  376.  
  377. Variable: v
  378. Type: t
  379. Default Value: d
  380. Description: x
  381.  
  382.  
  383. Variable: v
  384. Type: t
  385. Default Value: d
  386. Description: x
  387.  
  388.  
  389. Variable: v
  390. Type: t
  391. Default Value: d
  392. Description: x
  393.  
  394.  
  395. Variable: v
  396. Type: t
  397. Default Value: d
  398. Description: x
  399.  
  400.  
  401. Variable: v
  402. Type: t
  403. Default Value: d
  404. Description: x
  405.  
  406.  
  407. Variable: v
  408. Type: t
  409. Default Value: d
  410. Description: x
  411.  
  412.  
  413. Variable: v
  414. Type: t
  415. Default Value: d
  416. Description: x
  417.  
  418.  
  419. Variable: v
  420. Type: t
  421. Default Value: d
  422. Description: x
  423.  
  424.  
  425. Variable: v
  426. Type: t
  427. Default Value: d
  428. Description: x
  429.  
  430.  
  431. Variable: v
  432. Type: t
  433. Default Value: d
  434. Description: x
  435.  
  436.  
  437. Variable: v
  438. Type: t
  439. Default Value: d
  440. Description: x
  441.  
  442.  
  443. Variable: v
  444. Type: t
  445. Default Value: d
  446. Description: x
  447.  
  448.  
  449. Variable: v
  450. Type: t
  451. Default Value: d
  452. Description: x
  453.  
  454.  
  455. Variable: v
  456. Type: t
  457. Default Value: d
  458. Description: x
  459.  
  460.  
  461. Variable: v
  462. Type: t
  463. Default Value: d
  464. Description: x
  465.  
  466.  
  467. Variable: v
  468. Type: t
  469. Default Value: d
  470. Description: x
  471.  
  472.  
  473. Variable: v
  474. Type: t
  475. Default Value: d
  476. Description: x
  477.  
  478.  
  479. Variable: v
  480. Type: t
  481. Default Value: d
  482. Description: x
  483.  
  484.  
  485. Variable: v
  486. Type: t
  487. Default Value: d
  488. Description: x
Advertisement
Add Comment
Please, Sign In to add comment