Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5567


Ignore:
Timestamp:
May 28, 2009, 2:00:03 AM (15 years ago)
Author:
landauf
Message:

Added gameplay messages to the HUD

Location:
data/media
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • data/media/defaultConfig/keybindings.ini

    r5533 r5567  
    5858KeyLeftWindows=
    5959KeyLessThan=
    60 KeyM=
     60KeyM=openMap
    6161KeyMail=
    6262KeyMediaSelect=
  • data/media/levels/includes/weaponsettings3.oxi

    r5563 r5567  
    1616        <Weapon>
    1717          <attached>
    18             <Model mesh="LightningGun.mesh" pitch="78" roll="90" yaw="90" position="0,-1.3,0" scale="0.5,0.5,0.5"/>
    19             <Model mesh="LightningGun-s.mesh" pitch="78" roll="90" yaw="90" position="0.2,-1.3,0" scale="0.5,0.5,0.5"/>
    20             <Model mesh="hs-w01.mesh" roll="195" position="0,1,0"/>
    21             <Model mesh="hs-w01s.mesh" roll="195" position="0.1,0.5,0"/>
     18            <Model mesh="LightningGun.mesh" pitch="78" roll="90" yaw="90" position="0,-1.3,0" />
     19            <Model mesh="LightningGun-s.mesh" pitch="78" roll="90" yaw="90" position="0.2,-1.3,0" />
     20            <Model mesh="hs-w01.mesh" roll="195" position="0,1,0" scale=2 />
     21            <Model mesh="hs-w01s.mesh" roll="195" position="0.1,0.5,0" scale=2 />
    2222          </attached>
    2323          <HsW01 mode=0 munitionpershot=0 delay=0 material="Flares/point_lensflare" muzzleoffset="-2,-0.2,-20" />
     
    2727        <Weapon>
    2828          <attached>
    29             <Model mesh="LightningGun.mesh" pitch="103" roll="90" yaw="90" position="0,-1.35,0" scale="0.5,0.5,0.5"/>
    30             <Model mesh="LightningGun-s.mesh" pitch="103" roll="90" yaw="90" position="0.2,-1.35,0" scale="0.5,0.5,0.5"/>
    31             <Model mesh="hs-w01.mesh" roll="165" position="0,1,0"/>
    32             <Model mesh="hs-w01s.mesh" roll="165" position="-0.1,0.5,0"/>
     29            <Model mesh="LightningGun.mesh" pitch="103" roll="90" yaw="90" position="0,-1.35,0" />
     30            <Model mesh="LightningGun-s.mesh" pitch="103" roll="90" yaw="90" position="0.2,-1.35,0" />
     31            <Model mesh="hs-w01.mesh" roll="165" position="0,1,0" scale=2 />
     32            <Model mesh="hs-w01s.mesh" roll="165" position="-0.1,0.5,0" scale=2 />
    3333          </attached>
    3434          <HsW01 mode=0 munitionpershot=0 delay=0  material="Flares/point_lensflare"muzzleoffset="2,-0.2,-20" />
  • data/media/overlay/debug.oxo

    r5508 r5567  
    4646    <ChatOverlay
    4747     name     = "chat"
    48      position = "0.03, 0.5"
     48     position = "0.03, 0.03"
    4949     font     = "VeraMono"
    5050     caption  = ""
    5151     textsize = 0.025
     52    />
     53
     54    <KillMessage
     55     name     = "killmessage"
     56     position = "0.5, 0.15"
     57     font     = "VeraMono"
     58     textsize = 0.035
     59     colour   = "1.0, 1.0, 0.5, 1.0"
     60     align    = "center"
     61    />
     62
     63    <DeathMessage
     64     name     = "deathmessage"
     65     position = "0.5, 0.20"
     66     font     = "VeraMono"
     67     textsize = 0.035
     68     colour   = "1.0, 0.3, 0.3, 1.0"
     69     align    = "center"
     70    />
     71
     72    <AnnounceMessage
     73     name     = "announcemessage"
     74     position = "0.5, 0.75"
     75     font     = "VeraMono"
     76     textsize = 0.05
     77     colour   = "0.5, 0.5, 1.0, 1.0"
     78     align    = "center"
    5279    />
    5380
Note: See TracChangeset for help on using the changeset viewer.