Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1. Array
  2. (
  3. [object] => egg
  4. [attributes] => Array
  5. (
  6. [id] => 9
  7. [uuid] => 605a740a-6a2b-4cd0-b359-9152316dd5e3
  8. [nest] => 2
  9. [author] => support@pterodactyl.io
  10. [description] => Garrys Mod, is a sandbox physics game created by Garry Newman, and developed by his company, Facepunch Studios.
  11. [docker_image] => quay.io/pterodactyl/core:source
  12. [config] => Array
  13. (
  14. [files] => Array
  15. (
  16. )
  17.  
  18. [startup] => Array
  19. (
  20. [done] => gameserver Steam ID
  21. [userInteraction] => Array
  22. (
  23. )
  24.  
  25. )
  26.  
  27. [stop] => quit
  28. [logs] => Array
  29. (
  30. [custom] => 1
  31. [location] => logs/latest.log
  32. )
  33.  
  34. [extends] =>
  35. )
  36.  
  37. [startup] => ./srcds_run -game garrysmod -console -port {{SERVER_PORT}} +ip 0.0.0.0 +login anonymous +gamemode {{SRCDS_GAMEMODE}} +map {{SRCDS_MAP}} +maxplayers {{SRCDS_MAXPLAYERS}} +host_workshop_collection {{SRCDS_WORKSHOPID}} +tickrate {{SRCDS_TICKRATE}} +r_hunkalloclightmaps {{SRCDS_HUNK}} +rcon_password {{SRCDS_RCON}} -authkey {{SRCDS_AUTHKEY}} -strictportbind -norestart
  38. [script] => Array
  39. (
  40. [privileged] => 1
  41. [install] => #!/bin/bash
  42. # Garry's Mod Installation Script
  43. #
  44. # Server Files: /mnt/server
  45. rm -rf /mnt/server/
  46. apt -y update
  47. apt -y --no-install-recommends install curl lib32gcc1 ca-certificates
  48.  
  49. cd /tmp
  50. curl -sSL -o steamcmd.tar.gz http://media.steampowered.com/installer/steamcmd_linux.tar.gz
  51.  
  52. mkdir -p /mnt/server/steamcmd
  53. tar -xzvf steamcmd.tar.gz -C /mnt/server/steamcmd
  54. cd /mnt/server/steamcmd
  55.  
  56. # SteamCMD fails otherwise for some reason, even running as root.
  57. # This is changed at the end of the install process anyways.
  58. chown -R root:root /mnt
  59.  
  60. export HOME=/mnt/server
  61. ./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update 4020 +quit
  62.  
  63. mkdir -p /mnt/server/.steam/sdk32
  64. cp -v linux32/steamclient.so ../.steam/sdk32/steamclient.so
  65.  
  66.  
  67. cd /mnt/server/garrysmod/cfg
  68. echo '
  69. "mountcfg"
  70. {
  71. "cstrike" "/home/container/cstrike"
  72. }
  73. ' > mount.cfg
  74. [entry] => bash
  75. [container] => ubuntu:16.04
  76. [extends] =>
  77. )
  78.  
  79. [created_at] => 2019-01-03T00:41:34+00:00
  80. [updated_at] => 2019-01-19T10:48:00+00:00
  81. [relationships] => Array
  82. (
  83. [variables] => Array
  84. (
  85. [object] => list
  86. [data] => Array
  87. (
  88. [0] => Array
  89. (
  90. [object] => egg_variable
  91. [attributes] => Array
  92. (
  93. [id] => 22
  94. [egg_id] => 9
  95. [name] => Map
  96. [description] =>
  97. [env_variable] => SRCDS_MAP
  98. [default_value] => gm_flatgrass
  99. [user_viewable] => 1
  100. [user_editable] => 1
  101. [rules] => required|string|alpha_dash
  102. [created_at] => 2019-01-03 01:41:34
  103. [updated_at] => 2019-01-03 02:00:12
  104. )
  105.  
  106. )
  107.  
  108. [1] => Array
  109. (
  110. [object] => egg_variable
  111. [attributes] => Array
  112. (
  113. [id] => 24
  114. [egg_id] => 9
  115. [name] => Source AppID
  116. [description] =>
  117. [env_variable] => SRCDS_APPID
  118. [default_value] => 4020
  119. [user_viewable] => 1
  120. [user_editable] => 0
  121. [rules] => required|string|max:20
  122. [created_at] => 2019-01-03 01:41:34
  123. [updated_at] => 2019-03-16 18:38:30
  124. )
  125.  
  126. )
  127.  
  128. [2] => Array
  129. (
  130. [object] => egg_variable
  131. [attributes] => Array
  132. (
  133. [id] => 46
  134. [egg_id] => 9
  135. [name] => Gamemode
  136. [description] =>
  137. [env_variable] => SRCDS_GAMEMODE
  138. [default_value] => sandbox
  139. [user_viewable] => 1
  140. [user_editable] => 1
  141. [rules] => required|string|max:50
  142. [created_at] => 2019-01-03 02:00:37
  143. [updated_at] => 2019-01-03 02:00:37
  144. )
  145.  
  146. )
  147.  
  148. [3] => Array
  149. (
  150. [object] => egg_variable
  151. [attributes] => Array
  152. (
  153. [id] => 47
  154. [egg_id] => 9
  155. [name] => Maxplayers
  156. [description] =>
  157. [env_variable] => SRCDS_MAXPLAYERS
  158. [default_value] => 128
  159. [user_viewable] => 1
  160. [user_editable] => 1
  161. [rules] => required|string|max:128
  162. [created_at] => 2019-01-03 02:00:58
  163. [updated_at] => 2019-01-03 02:00:58
  164. )
  165.  
  166. )
  167.  
  168. [4] => Array
  169. (
  170. [object] => egg_variable
  171. [attributes] => Array
  172. (
  173. [id] => 48
  174. [egg_id] => 9
  175. [name] => Workshop Collection ID
  176. [description] =>
  177. [env_variable] => SRCDS_WORKSHOPID
  178. [default_value] => 0
  179. [user_viewable] => 1
  180. [user_editable] => 1
  181. [rules] => required|string|max:50
  182. [created_at] => 2019-01-03 02:01:20
  183. [updated_at] => 2019-01-03 02:01:20
  184. )
  185.  
  186. )
  187.  
  188. [5] => Array
  189. (
  190. [object] => egg_variable
  191. [attributes] => Array
  192. (
  193. [id] => 49
  194. [egg_id] => 9
  195. [name] => Authkey
  196. [description] =>
  197. [env_variable] => SRCDS_AUTHKEY
  198. [default_value] => 0
  199. [user_viewable] => 1
  200. [user_editable] => 1
  201. [rules] => required|string|max:50
  202. [created_at] => 2019-01-03 02:01:35
  203. [updated_at] => 2019-01-03 02:01:35
  204. )
  205.  
  206. )
  207.  
  208. [6] => Array
  209. (
  210. [object] => egg_variable
  211. [attributes] => Array
  212. (
  213. [id] => 50
  214. [egg_id] => 9
  215. [name] => Tickrate
  216. [description] =>
  217. [env_variable] => SRCDS_TICKRATE
  218. [default_value] => 22
  219. [user_viewable] => 1
  220. [user_editable] => 1
  221. [rules] => required|string|max:120
  222. [created_at] => 2019-01-03 02:01:55
  223. [updated_at] => 2019-01-03 02:01:55
  224. )
  225.  
  226. )
  227.  
  228. [7] => Array
  229. (
  230. [object] => egg_variable
  231. [attributes] => Array
  232. (
  233. [id] => 51
  234. [egg_id] => 9
  235. [name] => Hunk
  236. [description] =>
  237. [env_variable] => SRCDS_HUNK
  238. [default_value] => 0
  239. [user_viewable] => 1
  240. [user_editable] => 1
  241. [rules] => required|string|max:20
  242. [created_at] => 2019-01-03 02:02:18
  243. [updated_at] => 2019-01-03 02:02:18
  244. )
  245.  
  246. )
  247.  
  248. [8] => Array
  249. (
  250. [object] => egg_variable
  251. [attributes] => Array
  252. (
  253. [id] => 52
  254. [egg_id] => 9
  255. [name] => Rcon password
  256. [description] =>
  257. [env_variable] => SRCDS_RCON
  258. [default_value] => BuffedPassword123!?
  259. [user_viewable] => 1
  260. [user_editable] => 1
  261. [rules] => required|string|max:50
  262. [created_at] => 2019-01-03 02:02:47
  263. [updated_at] => 2019-01-03 02:02:47
  264. )
  265.  
  266. )
  267.  
  268. )
  269.  
  270. )
  271.  
  272. )
  273.  
  274. )
  275.  
  276. [status_code] => 200
  277. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement