Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:21 PM (6 years ago)
Author:
ahuwyler
Message:

We have new template

Location:
code/branches/OrxoBlox_FS19/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw

    r12368 r12370  
    77
    88<?lua
    9   include("HUDTemplates3.oxo")
     9 
    1010  include("stats.oxo")
    1111  include("OrxoBloxHUD.oxo")
  • code/branches/OrxoBlox_FS19/data/levels/templates/spaceshipOrxoBlox.oxt

    r12367 r12370  
    66   spawnparticleduration  = 3
    77   explosionchunks        = 4
     8
     9   health            = 10
     10   maxhealth         = 10
     11   initialhealth     = 10
     12
     13   shieldhealth        = 20
     14   initialshieldhealth = 20
     15   maxshieldhealth     = 20
     16   shieldabsorption    = 0.1
     17   shieldrechargerate  = 1
     18   shieldrechargewaittime = 1
    819
    920   primaryThrust     = 150
     
    2637   linearDamping     = 0.9
    2738   angularDamping    = 0.9999999
     39
     40   collisiondamage = 100
     41   enablecollisiondamage = true
    2842   
    2943  >
     
    7286   boostfactor    = 2.2
    7387
     88
    7489   defEngineSndNormal = "sounds/Engine_low.ogg"
    7590   defEngineSndBoost = "sounds/Engine_high.ogg"
    76 
    77    accelerationfront     = 700
    78    accelerationbrake     = 700
    79    accelerationback      = 700
    80    accelerationleftright =  500
    81    accelerationupdown    =  500
    8291  >
    8392
  • code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo

    r12359 r12370  
    2121    />
    2222
     23
    2324  </OverlayGroup>
    2425</Template>
     26<Template name="spaceshiphud">
     27  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
     28    <HUDNavigation
     29     name          = "Navigation"
     30     correctaspect = true
     31     font          = "Monofur"
     32     textsize      = 0
     33     navMarkerSize = 0.06
     34     aimMarkerSize = 0
     35     healthMarkerSize = 0
     36     healthLevelMarkerSize = 0
     37    />
     38  </OverlayGroup>
     39</Template>
Note: See TracChangeset for help on using the changeset viewer.