mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
New EXE Release (Build: 3329) incl. HAM 3.6
Bugfixes -------- - Fixed NPC and PC movement errors - Fixed boxers in San Mona do not leave the boxing ring after the fight - Fixed Darren does not pay the cash after you won the boxing fight - Removed a line of code which fiddled with chance to hit calculation. - Cover Display now works correctly with multiple enemies. - Cover Display has no problems with stance anymore. - Enhanced IMP Creation: When choosing female, after leaving color choosing, the "email" button is removed. That's because the code tries to remove a button which do not exist (for big/small body) so it grabs the first one around (fixed by Sandro) - Fixed CTD when throwing item (grenade, rock, throwing knife, ...) in tactical when item description box is open New Features ------------ - HAM 3.6 (by Headrock) o For more infos see: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=243620&page=1&fpart=1 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1208 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<!--
|
||||
STANDARD UNIFORMS
|
||||
|
||||
Please note that you need all six uniform types defined here,
|
||||
otherwise the game will not load:
|
||||
ENEMY_ADMIN
|
||||
ENEMY_TROOP
|
||||
ENEMY_ELITE
|
||||
MILITIA_ROOKIE
|
||||
MILITIA_REGULAR
|
||||
MILITIA_ELITE
|
||||
|
||||
Also, there's a limited choice of uniform types, and you need
|
||||
to select from this set of choices.
|
||||
(Please note that this is CASE SENSITIVE)
|
||||
|
||||
Possible vests:
|
||||
YELLOWVEST
|
||||
BLACKSHIRT
|
||||
REDVEST
|
||||
GREENVEST
|
||||
JEANVEST
|
||||
BLUEVEST
|
||||
greyVEST :: note capitalization here
|
||||
GYELLOWSHIRT
|
||||
WHITEVEST
|
||||
PURPLESHIRT
|
||||
BLUEVEST
|
||||
BROWNVEST
|
||||
|
||||
Possible pants:
|
||||
GREENPANTS
|
||||
BLACKPANTS
|
||||
BEIGEPANTS
|
||||
TANPANTS
|
||||
JEANPANTS
|
||||
BLUEPANTS
|
||||
|
||||
-->
|
||||
|
||||
<UNIFORMS>
|
||||
|
||||
<ENEMY_ADMIN>
|
||||
<Vest>YELLOWVEST</Vest>
|
||||
<Pants>GREENPANTS</Pants>
|
||||
</ENEMY_ADMIN>
|
||||
|
||||
<ENEMY_TROOP>
|
||||
<Vest>REDVEST</Vest>
|
||||
<Pants>GREENPANTS</Pants>
|
||||
</ENEMY_TROOP>
|
||||
|
||||
<ENEMY_ELITE>
|
||||
<Vest>BLACKSHIRT</Vest>
|
||||
<Pants>BLACKPANTS</Pants>
|
||||
</ENEMY_ELITE>
|
||||
|
||||
<MILITIA_ROOKIE>
|
||||
<Vest>GREENVEST</Vest>
|
||||
<Pants>BEIGEPANTS</Pants>
|
||||
</MILITIA_ROOKIE>
|
||||
|
||||
<MILITIA_REGULAR>
|
||||
<Vest>JEANVEST</Vest>
|
||||
<Pants>BEIGEPANTS</Pants>
|
||||
</MILITIA_REGULAR>
|
||||
|
||||
<MILITIA_ELITE>
|
||||
<Vest>BLUEVEST</Vest>
|
||||
<Pants>BEIGEPANTS</Pants>
|
||||
</MILITIA_ELITE>
|
||||
|
||||
</UNIFORMS>
|
||||
Reference in New Issue
Block a user