Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

scripted game huds added (proof of concept)

Talk about anything related to Platinum Arts Sandbox here!
Locked
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

scripted game huds added (proof of concept)

Post by offtools »

hi all,

i added a scriptable hud, you can test it in the fps. its not very pretty and realy a proof of concept. i added a new folder sb, to make this avabiable to all mods.
screenshot_7603.png

Code: Select all

timer = [
  time = (format "%1 Seconds" $seconds)
  seconds = (+ $seconds 1)
  sleep 1000 [timer]
]

seconds = 0
timer
pickup = "data/pickup"
smoke = "data/smoke_exp"

sbhudtext time
sbhudimage pickup 
sbhudimage smoke

sbhudshow 1
offtools.
Locked