Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 4:05:48 PM (9 years ago)
Author:
tgidron
Message:

Pickups + Flags HUD

Location:
code/branches/tgidronFS16/data
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/data/levels/Hover.oxw

    r11163 r11168  
    33 description = "Level for Minigame Hover"
    44 tags = "minigame"
    5  screenshot = "emptylevel.png"
     5 screenshot = "Hover.png"
    66/>
    77
     
    2525?>
    2626
     27<?lua
     28    include("templates/pickupRepresentationTemplates.oxt")
     29    include("includes/pickups.oxi")
     30 ?>
     31
    2732<Template name=destroyhoverpickupRepresentation>
    2833    <PickupRepresentation>
     
    3944        </spawner-representation>
    4045    </PickupRepresentation>
     46</Template>
     47
     48<Template name=destroymetapickup baseclass=MetaPickup>
     49  <MetaPickup representation="destroy" metaType="destroy" />
    4150</Template>
    4251
     
    7483          cellSize="<?lua print(MAZE_CELL_SIZE)?>"
    7584          cellHeight="<?lua print(MAZE_CELL_HEIGHT)?>"
     85          pickuptemplate=destroyhoverpickupRepresentation
     86          pickupbase=destroymetapickup
    7687        />
    7788        <Model
  • code/branches/tgidronFS16/data/levels/includes/weaponSettingsHover.oxi

    r11052 r11168  
    1414    </links>
    1515    <Weapon>
    16       <IceGun mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="LaserBeam2.mesh" />
     16      <HsW01 mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1, 1,-18 " projectileMesh="LaserBeam2.mesh" />
    1717    </Weapon>
    1818    <Weapon>
    19       <IceGun mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="LaserBeam2.mesh" />
     19      <EnergyDrink mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.8, 1, -18.0" projectileMesh="LaserBeam2.mesh" />
    2020    </Weapon>
    2121  </WeaponPack>
     
    2727</weaponpacks> 
    2828<munition>
    29   <IceMunition initialmagazines=1 maxmagazines=1 munitionpermagazine=10/>
     29  <LaserMunition initialmagazines=1 maxmagazines=1 munitionpermagazine=10/>
     30  <FusionMunition initialmagazines=1 maxmagazines=1 munitionpermagazine=10/>
    3031</munition>
  • code/branches/tgidronFS16/data/levels/templates/spaceshipHover.oxt

    r11163 r11168  
    1818   reloadwaittime      = 0.5
    1919
    20    primaryThrust     = 100
     20   primaryThrust     = 200
    2121   auxilaryThrust    = 1
    22    rotationThrust    = 40
     22   rotationThrust    = 45
    2323
    24    jumpBoost = 120
     24   jumpBoost = 110
    2525
    2626   lift = 1;
  • code/branches/tgidronFS16/data/overlays/HoverHUD.oxo

    r11163 r11168  
    5555    />
    5656
     57
     58    <OverlayText
     59     position  = "0.02, 0.02"
     60     pickpoint = "0.0, 0.0"
     61     font      = "ShareTechMono"
     62     textsize  = 0.04
     63     colour    = "1.0, 1.0, 1.0, 1.0"
     64     align     = "left"
     65     caption   = "Total Flags: "
     66    />
     67
     68    <TotalFlagsHUD
     69     position  = "0.14, 0.02"
     70     pickpoint = "0.0, 0.0"
     71     font      = "ShareTechMono"
     72     textsize  = 0.04
     73     colour    = "1.0, 1.0, 1.0, 1.0"
     74     align     = "left"
     75
     76     showpoints     = true
     77    />
     78
     79   
     80  </OverlayGroup>
     81
    5782 </OverlayGroup>
     83
     84
    5885</Template>
     86
     87
     88 
     89
Note: See TracChangeset for help on using the changeset viewer.