Removed Unnecessary Mod Files; Updated Mods
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<!-- ======================================================================
|
||||
Milspec PDA include file
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20230830
|
||||
Source: https://www.moddb.com/mods/stalker-anomaly/addons/milspec-pda-for-anomaly-151-152-and-gamma
|
||||
===========================================================================
|
||||
Mapspot icon definitions for MilPDA's body markers
|
||||
========================================================================-->
|
||||
|
||||
<deadbody_location_sdot hint="deadbody_sdot">
|
||||
<level_map spot="deadbody_pda_spot_sdot"/>
|
||||
<mini_map spot="deadbody_mini_spot_sdot"/>
|
||||
</deadbody_location_sdot>
|
||||
|
||||
<deadbody_location_mdot hint="deadbody_mdot">
|
||||
<level_map spot="deadbody_pda_spot_mdot"/>
|
||||
<mini_map spot="deadbody_mini_spot_mdot"/>
|
||||
</deadbody_location_mdot>
|
||||
|
||||
<deadbody_location_ldot hint="deadbody_ldot">
|
||||
<level_map spot="deadbody_pda_spot_ldot"/>
|
||||
<mini_map spot="deadbody_mini_spot_ldot"/>
|
||||
</deadbody_location_ldot>
|
||||
|
||||
<deadbody_location_skul hint="deadbody_skul">
|
||||
<level_map spot="deadbody_pda_spot_skull"/>
|
||||
<mini_map spot="deadbody_mini_spot_skull"/>
|
||||
</deadbody_location_skul>
|
||||
|
||||
<deadbody_location_whtx hint="deadbody_whtx">
|
||||
<level_map spot="deadbody_pda_spot_whtx"/>
|
||||
<mini_map spot="deadbody_mini_spot_whtx"/>
|
||||
</deadbody_location_whtx>
|
||||
|
||||
<deadbody_mini_spot_sdot width="7" height="7" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_mini_spot_sdot>
|
||||
|
||||
<deadbody_mini_spot_mdot width="8" height="8" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_mini_spot_mdot>
|
||||
|
||||
<deadbody_mini_spot_ldot width="9" height="9" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_mini_spot_ldot>
|
||||
|
||||
<deadbody_pda_spot_sdot width="8" height="8" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_pda_spot_sdot>
|
||||
|
||||
<deadbody_pda_spot_mdot width="10" height="10" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_pda_spot_mdot>
|
||||
|
||||
<deadbody_pda_spot_ldot width="12" height="12" stretch="1" alignment="c" location_level="5">
|
||||
<texture r="50" g="195" b="255">ui_mmap_common_actor</texture>
|
||||
</deadbody_pda_spot_ldot>
|
||||
|
||||
<deadbody_pda_spot_skull width="9" height="11" stretch="0" alignment="c" location_level="5">
|
||||
<texture>ui_mapspot_skull_large</texture>
|
||||
</deadbody_pda_spot_skull>
|
||||
|
||||
<deadbody_mini_spot_skull width="7" height="9" stretch="0" alignment="c">
|
||||
<texture>ui_mapspot_skull_small</texture>
|
||||
</deadbody_mini_spot_skull>
|
||||
|
||||
<deadbody_mini_spot_whtx width="7" height="7" stretch="0" alignment="c">
|
||||
<texture>ui_AlphaLion_XCorpseMarker-small</texture>
|
||||
</deadbody_mini_spot_whtx>
|
||||
|
||||
<deadbody_pda_spot_whtx width="9" height="9" stretch="0" alignment="c" location_level="5">
|
||||
<texture>ui_AlphaLion_XCorpseMarker-large</texture>
|
||||
</deadbody_pda_spot_whtx>
|
||||
@@ -0,0 +1,157 @@
|
||||
<!-- ======================================================================
|
||||
Personal Adjustable Waypoint
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20230830
|
||||
===========================================================================
|
||||
Mapspot icon includes and runtime asset definitions
|
||||
========================================================================-->
|
||||
#include "ui\map_spots_paw_pins.xml"
|
||||
#include "ui\map_spots_paw_patches.xml"
|
||||
#include "ui\map_spots_paw_bwhr.xml"
|
||||
#include "ui\map_spots_paw_npcs.xml"
|
||||
#include "ui\map_spots_milpda.xml"
|
||||
|
||||
<!-- Cartography Mode icon for smart terrain -->
|
||||
<paw_pin_magnifier32>
|
||||
<level_map spot="paw_pin_magnifier32_spot"/>
|
||||
<mini_map spot="paw_pin_magnifier32_spot"/>
|
||||
</paw_pin_magnifier32>
|
||||
|
||||
<paw_pin_magnifier32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_magnifier32</texture>
|
||||
</paw_pin_magnifier32_spot>
|
||||
|
||||
<!-- Cartography Mode icon for pings, opaque and semi-transparent -->
|
||||
<paw_ping ttl="5">
|
||||
<level_map spot="paw_ping_spot"/>
|
||||
<mini_map spot="paw_ping_spot"/>
|
||||
</paw_ping>
|
||||
|
||||
<paw_ping_spot width="12" height="12" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_ping_spot_alpha</texture>
|
||||
</paw_ping_spot>
|
||||
|
||||
<paw_ping_alpha50 ttl="5">
|
||||
<level_map spot="paw_ping_spot"/>
|
||||
<mini_map spot="paw_ping_spot"/>
|
||||
</paw_ping_alpha50>
|
||||
|
||||
<paw_ping_alpha50_spot width="12" height="12" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_ping_spot_alpha</texture>
|
||||
</paw_ping_alpha50_spot>
|
||||
|
||||
<paw_task_default ttl="15" hint="disable_hint" location_level="-1">
|
||||
<level_map spot="paw_task_default_spot"/>
|
||||
</paw_task_default>
|
||||
|
||||
<paw_task_default_spot x="-8" y="-40" width="39" height="39" stretch="1" light_anim="new_task_highlight_00" light_anim_cyclic="1" la_texture="1" xform_anim="new_task_highlight_xform" xform_anim_cyclic="1" alignment="c" location_level="-1">
|
||||
<texture color="blue">ui_pda2_stask_last_01a</texture>
|
||||
</paw_task_default_spot>
|
||||
|
||||
<!-- Vanilla icons -->
|
||||
<!-- These are given new names to avoid conflict with vanilla scripts that key off of the mapspot ID -->
|
||||
|
||||
<paw_stash_green>
|
||||
<level_map spot="paw_stash_green_spot"/>
|
||||
<mini_map spot="paw_stash_green_spot"/>
|
||||
</paw_stash_green>
|
||||
|
||||
<paw_stash_green_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>paw_vanilla_stash_icon_green</texture>
|
||||
</paw_stash_green_spot>
|
||||
|
||||
<paw_stash_white>
|
||||
<level_map spot="paw_stash_white_spot"/>
|
||||
<mini_map spot="paw_stash_white_spot"/>
|
||||
</paw_stash_white>
|
||||
|
||||
<paw_stash_white_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>paw_vanilla_stash_icon_white</texture>
|
||||
</paw_stash_white_spot>
|
||||
|
||||
<paw_stash_purple>
|
||||
<level_map spot="paw_stash_purple_spot"/>
|
||||
<mini_map spot="paw_stash_purple_spot"/>
|
||||
</paw_stash_purple>
|
||||
|
||||
<paw_stash_purple_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>paw_vanilla_stash_icon_purple</texture>
|
||||
</paw_stash_purple_spot>
|
||||
|
||||
<paw_stash_red>
|
||||
<level_map spot="paw_stash_red_spot"/>
|
||||
<mini_map spot="paw_stash_red_spot"/>
|
||||
</paw_stash_red>
|
||||
|
||||
<paw_stash_red_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>paw_vanilla_stash_icon_red</texture>
|
||||
</paw_stash_red_spot>
|
||||
|
||||
<!-- Body marks -->
|
||||
<paw_death_small>
|
||||
<level_map spot="paw_death_small_spot"/>
|
||||
<mini_map spot="paw_death_small_spot"/>
|
||||
</paw_death_small>
|
||||
|
||||
<paw_death_small_spot width="12" height="12" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_death64</texture>
|
||||
</paw_death_small_spot>
|
||||
|
||||
|
||||
<paw_blue_circle>
|
||||
<level_map spot="paw_blue_circle_spot"/>
|
||||
<mini_map spot="paw_blue_circle_spot"/>
|
||||
</paw_blue_circle>
|
||||
|
||||
<paw_blue_circle_spot width="7" height="7" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_blue_circle</texture>
|
||||
</paw_blue_circle_spot>
|
||||
|
||||
|
||||
<paw_crosshair_white>
|
||||
<level_map spot="paw_crosshair_white_spot"/>
|
||||
<mini_map spot="paw_crosshair_white_spot"/>
|
||||
</paw_crosshair_white>
|
||||
|
||||
<paw_crosshair_white_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_crosshair_white</texture>
|
||||
</paw_crosshair_white_spot>
|
||||
|
||||
|
||||
<paw_crosshair_red>
|
||||
<level_map spot="paw_crosshair_red_spot"/>
|
||||
<mini_map spot="paw_crosshair_red_spot"/>
|
||||
</paw_crosshair_red>
|
||||
|
||||
<paw_crosshair_red_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_crosshair_red</texture>
|
||||
</paw_crosshair_red_spot>
|
||||
|
||||
|
||||
<paw_crosshair_green>
|
||||
<level_map spot="paw_crosshair_green_spot"/>
|
||||
<mini_map spot="paw_crosshair_green_spot"/>
|
||||
</paw_crosshair_green>
|
||||
|
||||
<paw_crosshair_green_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_crosshair_green</texture>
|
||||
</paw_crosshair_green_spot>
|
||||
|
||||
<paw_crosshair_gradient>
|
||||
<level_map spot="paw_crosshair_gradient_spot"/>
|
||||
<mini_map spot="paw_crosshair_gradient_spot"/>
|
||||
</paw_crosshair_gradient>
|
||||
|
||||
<paw_crosshair_gradient_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_crosshair_gradient</texture>
|
||||
</paw_crosshair_gradient_spot>
|
||||
|
||||
<paw_pin_redskull>
|
||||
<level_map spot="paw_pin_redskull_spot"/>
|
||||
<mini_map spot="paw_pin_redskull_spot"/>
|
||||
</paw_pin_redskull>
|
||||
|
||||
<paw_pin_redskull_spot width="12" height="12" alignment="c" stretch="1" scale="1" scale_min="1" scale_max="1.5">
|
||||
<texture>ui_icons_paw_pin_redskull</texture>
|
||||
</paw_pin_redskull_spot>
|
||||
|
||||
@@ -0,0 +1,105 @@
|
||||
<!-- ======================================================================
|
||||
Personal Adjustable Waypoint
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20230830
|
||||
===========================================================================
|
||||
Hi-res BW mapspot icons - custom-made for PAW
|
||||
========================================================================-->
|
||||
<paw_bwhr_loot>
|
||||
<level_map spot="paw_bwhr_loot_spot"/>
|
||||
<mini_map spot="paw_bwhr_loot_spot"/>
|
||||
</paw_bwhr_loot>
|
||||
|
||||
<paw_bwhr_loot_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_loot64</texture>
|
||||
</paw_bwhr_loot_spot>
|
||||
|
||||
|
||||
<paw_bwhr_warn>
|
||||
<level_map spot="paw_bwhr_warn_spot"/>
|
||||
<mini_map spot="paw_bwhr_warn_spot"/>
|
||||
</paw_bwhr_warn>
|
||||
|
||||
<paw_bwhr_warn_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_warn64</texture>
|
||||
</paw_bwhr_warn_spot>
|
||||
|
||||
|
||||
<paw_bwhr_ak>
|
||||
<level_map spot="paw_bwhr_ak_spot"/>
|
||||
<mini_map spot="paw_bwhr_ak_spot"/>
|
||||
</paw_bwhr_ak>
|
||||
|
||||
<paw_bwhr_ak_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_ak64</texture>
|
||||
</paw_bwhr_ak_spot>
|
||||
|
||||
|
||||
<paw_bwhr_signal>
|
||||
<level_map spot="paw_bwhr_signal_spot"/>
|
||||
<mini_map spot="paw_bwhr_signal_spot"/>
|
||||
</paw_bwhr_signal>
|
||||
|
||||
<paw_bwhr_signal_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_signal64</texture>
|
||||
</paw_bwhr_signal_spot>
|
||||
|
||||
|
||||
<paw_bwhr_death>
|
||||
<level_map spot="paw_bwhr_death_spot"/>
|
||||
<mini_map spot="paw_bwhr_death_spot"/>
|
||||
</paw_bwhr_death>
|
||||
|
||||
<paw_bwhr_death_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_death64</texture>
|
||||
</paw_bwhr_death_spot>
|
||||
|
||||
|
||||
<paw_bwhr_ammo>
|
||||
<level_map spot="paw_bwhr_ammo_spot"/>
|
||||
<mini_map spot="paw_bwhr_ammo_spot"/>
|
||||
</paw_bwhr_ammo>
|
||||
|
||||
<paw_bwhr_ammo_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_ammo64</texture>
|
||||
</paw_bwhr_ammo_spot>
|
||||
|
||||
|
||||
<paw_bwhr_rad>
|
||||
<level_map spot="paw_bwhr_rad_spot"/>
|
||||
<mini_map spot="paw_bwhr_rad_spot"/>
|
||||
</paw_bwhr_rad>
|
||||
|
||||
<paw_bwhr_rad_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_rad64</texture>
|
||||
</paw_bwhr_rad_spot>
|
||||
|
||||
|
||||
<paw_bwhr_info>
|
||||
<level_map spot="paw_bwhr_info_spot"/>
|
||||
<mini_map spot="paw_bwhr_info_spot"/>
|
||||
</paw_bwhr_info>
|
||||
|
||||
<paw_bwhr_info_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_info64</texture>
|
||||
</paw_bwhr_info_spot>
|
||||
|
||||
|
||||
<paw_bwhr_magn>
|
||||
<level_map spot="paw_bwhr_magn_spot"/>
|
||||
<mini_map spot="paw_bwhr_magn_spot"/>
|
||||
</paw_bwhr_magn>
|
||||
|
||||
<paw_bwhr_magn_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_magn64</texture>
|
||||
</paw_bwhr_magn_spot>
|
||||
|
||||
|
||||
<paw_bwhr_bio>
|
||||
<level_map spot="paw_bwhr_bio_spot"/>
|
||||
<mini_map spot="paw_bwhr_bio_spot"/>
|
||||
</paw_bwhr_bio>
|
||||
|
||||
<paw_bwhr_bio_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_bwhr_bio64</texture>
|
||||
</paw_bwhr_bio_spot>
|
||||
@@ -0,0 +1,164 @@
|
||||
<!-- ======================================================================
|
||||
Personal Adjustable Waypoint
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20231012
|
||||
===========================================================================
|
||||
Hi-res colored NPC and service icons
|
||||
========================================================================-->
|
||||
<paw_diamond_friendly>
|
||||
<level_map spot="paw_diamond_friendly_spot"/>
|
||||
<mini_map spot="paw_diamond_friendly_spot"/>
|
||||
</paw_diamond_friendly>
|
||||
|
||||
<paw_diamond_friendly_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_diamond_f</texture>
|
||||
</paw_diamond_friendly_spot>
|
||||
|
||||
<paw_diamond_neutral>
|
||||
<level_map spot="paw_diamond_neutral_spot"/>
|
||||
<mini_map spot="paw_diamond_neutral_spot"/>
|
||||
</paw_diamond_neutral>
|
||||
|
||||
<paw_diamond_neutral_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_diamond_n</texture>
|
||||
</paw_diamond_neutral_spot>
|
||||
|
||||
<paw_diamond_enemy>
|
||||
<level_map spot="paw_diamond_enemy_spot"/>
|
||||
<mini_map spot="paw_diamond_enemy_spot"/>
|
||||
</paw_diamond_enemy>
|
||||
|
||||
<paw_diamond_enemy_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_diamond_e</texture>
|
||||
</paw_diamond_enemy_spot>
|
||||
|
||||
|
||||
<paw_chevron_friendly>
|
||||
<level_map spot="paw_chevron_friendly_spot"/>
|
||||
<mini_map spot="paw_chevron_friendly_spot"/>
|
||||
</paw_chevron_friendly>
|
||||
|
||||
<paw_chevron_friendly_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_chevron_f</texture>
|
||||
</paw_chevron_friendly_spot>
|
||||
|
||||
<paw_chevron_neutral>
|
||||
<level_map spot="paw_chevron_neutral_spot"/>
|
||||
<mini_map spot="paw_chevron_neutral_spot"/>
|
||||
</paw_chevron_neutral>
|
||||
|
||||
<paw_chevron_neutral_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_chevron_n</texture>
|
||||
</paw_chevron_neutral_spot>
|
||||
|
||||
<paw_chevron_enemy>
|
||||
<level_map spot="paw_chevron_enemy_spot"/>
|
||||
<mini_map spot="paw_chevron_enemy_spot"/>
|
||||
</paw_chevron_enemy>
|
||||
|
||||
<paw_chevron_enemy_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_chevron_e</texture>
|
||||
</paw_chevron_enemy_spot>
|
||||
|
||||
|
||||
<paw_flag_friendly>
|
||||
<level_map spot="paw_flag_friendly_spot"/>
|
||||
<mini_map spot="paw_flag_friendly_spot"/>
|
||||
</paw_flag_friendly>
|
||||
|
||||
<paw_flag_friendly_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_flag_f</texture>
|
||||
</paw_flag_friendly_spot>
|
||||
|
||||
<paw_flag_neutral>
|
||||
<level_map spot="paw_flag_neutral_spot"/>
|
||||
<mini_map spot="paw_flag_neutral_spot"/>
|
||||
</paw_flag_neutral>
|
||||
|
||||
<paw_flag_neutral_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_flag_n</texture>
|
||||
</paw_flag_neutral_spot>
|
||||
|
||||
<paw_flag_enemy>
|
||||
<level_map spot="paw_flag_enemy_spot"/>
|
||||
<mini_map spot="paw_flag_enemy_spot"/>
|
||||
</paw_flag_enemy>
|
||||
|
||||
<paw_flag_enemy_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_cursor_flag_e</texture>
|
||||
</paw_flag_enemy_spot>
|
||||
|
||||
|
||||
<paw_npc_mechanic>
|
||||
<level_map spot="paw_npc_mechanic_spot"/>
|
||||
<mini_map spot="paw_npc_mechanic_spot"/>
|
||||
</paw_npc_mechanic>
|
||||
|
||||
<paw_npc_mechanic_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_mechanic</texture>
|
||||
</paw_npc_mechanic_spot>
|
||||
|
||||
<paw_npc_trader>
|
||||
<level_map spot="paw_npc_trader_spot"/>
|
||||
<mini_map spot="paw_npc_trader_spot"/>
|
||||
</paw_npc_trader>
|
||||
|
||||
<paw_npc_trader_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_trade</texture>
|
||||
</paw_npc_trader_spot>
|
||||
|
||||
<paw_npc_guide>
|
||||
<level_map spot="paw_npc_guide_spot"/>
|
||||
<mini_map spot="paw_npc_guide_spot"/>
|
||||
</paw_npc_guide>
|
||||
|
||||
<paw_npc_guide_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_person</texture>
|
||||
</paw_npc_guide_spot>
|
||||
|
||||
<paw_npc_food_trader>
|
||||
<level_map spot="paw_npc_food_trader_spot"/>
|
||||
<mini_map spot="paw_npc_food_trader_spot"/>
|
||||
</paw_npc_food_trader>
|
||||
|
||||
<paw_npc_food_trader_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_food</texture>
|
||||
</paw_npc_food_trader_spot>
|
||||
|
||||
<paw_npc_medic>
|
||||
<level_map spot="paw_npc_medic_spot"/>
|
||||
<mini_map spot="paw_npc_medic_spot"/>
|
||||
</paw_npc_medic>
|
||||
|
||||
<paw_npc_medic_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_medic</texture>
|
||||
</paw_npc_medic_spot>
|
||||
|
||||
|
||||
<paw_sleep_zone>
|
||||
<level_map spot="paw_sleep_zone_spot"/>
|
||||
<mini_map spot="paw_sleep_zone_spot"/>
|
||||
</paw_sleep_zone>
|
||||
|
||||
<paw_sleep_zone_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_bed</texture>
|
||||
</paw_sleep_zone_spot>
|
||||
|
||||
<paw_obj_briefcase>
|
||||
<level_map spot="paw_obj_briefcase_spot"/>
|
||||
<mini_map spot="paw_obj_briefcase_spot"/>
|
||||
</paw_obj_briefcase>
|
||||
|
||||
<paw_obj_briefcase_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_impobj_briefcase</texture>
|
||||
</paw_obj_briefcase_spot>
|
||||
|
||||
<paw_obj_lock>
|
||||
<level_map spot="paw_obj_lock_spot"/>
|
||||
<mini_map spot="paw_obj_lock_spot"/>
|
||||
</paw_obj_lock>
|
||||
|
||||
<paw_obj_lock_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_obj_lock</texture>
|
||||
</paw_obj_lock_spot>
|
||||
|
||||
+339
@@ -0,0 +1,339 @@
|
||||
<!-- ======================================================================
|
||||
Personal Adjustable Waypoint
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20230830
|
||||
===========================================================================
|
||||
Mapspots for faction patches
|
||||
===========================================================================
|
||||
Faction badge icons - low-res, same as used for patches in inv
|
||||
========================================================================-->
|
||||
<paw_badge_army>
|
||||
<level_map spot="paw_badge_army_spot"/>
|
||||
<mini_map spot="paw_badge_army_spot"/>
|
||||
</paw_badge_army>
|
||||
|
||||
<paw_badge_army_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_army</texture>
|
||||
</paw_badge_army_spot>
|
||||
|
||||
<paw_badge_bandit>
|
||||
<level_map spot="paw_badge_bandit_spot"/>
|
||||
<mini_map spot="paw_badge_bandit_spot"/>
|
||||
</paw_badge_bandit>
|
||||
|
||||
<paw_badge_bandit_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_bandit</texture>
|
||||
</paw_badge_bandit_spot>
|
||||
|
||||
<paw_badge_csky>
|
||||
<level_map spot="paw_badge_csky_spot"/>
|
||||
<mini_map spot="paw_badge_csky_spot"/>
|
||||
</paw_badge_csky>
|
||||
|
||||
<paw_badge_csky_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_csky</texture>
|
||||
</paw_badge_csky_spot>
|
||||
|
||||
<paw_badge_dolg>
|
||||
<level_map spot="paw_badge_dolg_spot"/>
|
||||
<mini_map spot="paw_badge_dolg_spot"/>
|
||||
</paw_badge_dolg>
|
||||
|
||||
<paw_badge_dolg_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_dolg</texture>
|
||||
</paw_badge_dolg_spot>
|
||||
|
||||
<paw_badge_ecolog>
|
||||
<level_map spot="paw_badge_ecolog_spot"/>
|
||||
<mini_map spot="paw_badge_ecolog_spot"/>
|
||||
</paw_badge_ecolog>
|
||||
|
||||
<paw_badge_ecolog_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_ecolog</texture>
|
||||
</paw_badge_ecolog_spot>
|
||||
|
||||
<paw_badge_freedom>
|
||||
<level_map spot="paw_badge_freedom_spot"/>
|
||||
<mini_map spot="paw_badge_freedom_spot"/>
|
||||
</paw_badge_freedom>
|
||||
|
||||
<paw_badge_freedom_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_freedom</texture>
|
||||
</paw_badge_freedom_spot>
|
||||
|
||||
<paw_badge_killer>
|
||||
<level_map spot="paw_badge_killer_spot"/>
|
||||
<mini_map spot="paw_badge_killer_spot"/>
|
||||
</paw_badge_killer>
|
||||
|
||||
<paw_badge_killer_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_killer</texture>
|
||||
</paw_badge_killer_spot>
|
||||
|
||||
<paw_badge_monolith>
|
||||
<level_map spot="paw_badge_monolith_spot"/>
|
||||
<mini_map spot="paw_badge_monolith_spot"/>
|
||||
</paw_badge_monolith>
|
||||
|
||||
<paw_badge_monolith_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_monolith</texture>
|
||||
</paw_badge_monolith_spot>
|
||||
|
||||
<paw_badge_stalker>
|
||||
<level_map spot="paw_badge_stalker_spot"/>
|
||||
<mini_map spot="paw_badge_stalker_spot"/>
|
||||
</paw_badge_stalker>
|
||||
|
||||
<paw_badge_stalker_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_stalker</texture>
|
||||
</paw_badge_stalker_spot>
|
||||
|
||||
<paw_badge_greh>
|
||||
<level_map spot="paw_badge_greh_spot"/>
|
||||
<mini_map spot="paw_badge_greh_spot"/>
|
||||
</paw_badge_greh>
|
||||
|
||||
<paw_badge_greh_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_greh</texture>
|
||||
</paw_badge_greh_spot>
|
||||
|
||||
<paw_badge_isg>
|
||||
<level_map spot="paw_badge_isg_spot"/>
|
||||
<mini_map spot="paw_badge_isg_spot"/>
|
||||
</paw_badge_isg>
|
||||
|
||||
<paw_badge_isg_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_isg</texture>
|
||||
</paw_badge_isg_spot>
|
||||
|
||||
<paw_badge_renegade>
|
||||
<level_map spot="paw_badge_renegade_spot"/>
|
||||
<mini_map spot="paw_badge_renegade_spot"/>
|
||||
</paw_badge_renegade>
|
||||
|
||||
<paw_badge_renegade_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_renegade</texture>
|
||||
</paw_badge_renegade_spot>
|
||||
|
||||
<!-- ======================================================================
|
||||
Hi-res Faction badge icons - 64x64 source image
|
||||
========================================================================-->
|
||||
<paw_badge_hr_army>
|
||||
<level_map spot="paw_badge_hr_army_spot"/>
|
||||
<mini_map spot="paw_badge_hr_army_spot"/>
|
||||
</paw_badge_hr_army>
|
||||
|
||||
<paw_badge_hr_army_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_army</texture>
|
||||
</paw_badge_hr_army_spot>
|
||||
|
||||
<paw_badge_hr_bandit>
|
||||
<level_map spot="paw_badge_hr_bandit_spot"/>
|
||||
<mini_map spot="paw_badge_hr_bandit_spot"/>
|
||||
</paw_badge_hr_bandit>
|
||||
|
||||
<paw_badge_hr_bandit_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_bandit</texture>
|
||||
</paw_badge_hr_bandit_spot>
|
||||
|
||||
<paw_badge_hr_csky>
|
||||
<level_map spot="paw_badge_hr_csky_spot"/>
|
||||
<mini_map spot="paw_badge_hr_csky_spot"/>
|
||||
</paw_badge_hr_csky>
|
||||
|
||||
<paw_badge_hr_csky_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_csky</texture>
|
||||
</paw_badge_hr_csky_spot>
|
||||
|
||||
<paw_badge_hr_dolg>
|
||||
<level_map spot="paw_badge_hr_dolg_spot"/>
|
||||
<mini_map spot="paw_badge_hr_dolg_spot"/>
|
||||
</paw_badge_hr_dolg>
|
||||
|
||||
<paw_badge_hr_dolg_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_dolg</texture>
|
||||
</paw_badge_hr_dolg_spot>
|
||||
|
||||
<paw_badge_hr_ecolog>
|
||||
<level_map spot="paw_badge_hr_ecolog_spot"/>
|
||||
<mini_map spot="paw_badge_hr_ecolog_spot"/>
|
||||
</paw_badge_hr_ecolog>
|
||||
|
||||
<paw_badge_hr_ecolog_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_ecolog</texture>
|
||||
</paw_badge_hr_ecolog_spot>
|
||||
|
||||
<paw_badge_hr_freedom>
|
||||
<level_map spot="paw_badge_hr_freedom_spot"/>
|
||||
<mini_map spot="paw_badge_hr_freedom_spot"/>
|
||||
</paw_badge_hr_freedom>
|
||||
|
||||
<paw_badge_hr_freedom_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_freedom</texture>
|
||||
</paw_badge_hr_freedom_spot>
|
||||
|
||||
<paw_badge_hr_killer>
|
||||
<level_map spot="paw_badge_hr_killer_spot"/>
|
||||
<mini_map spot="paw_badge_hr_killer_spot"/>
|
||||
</paw_badge_hr_killer>
|
||||
|
||||
<paw_badge_hr_killer_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_killer</texture>
|
||||
</paw_badge_hr_killer_spot>
|
||||
|
||||
<paw_badge_hr_monolith>
|
||||
<level_map spot="paw_badge_hr_monolith_spot"/>
|
||||
<mini_map spot="paw_badge_hr_monolith_spot"/>
|
||||
</paw_badge_hr_monolith>
|
||||
|
||||
<paw_badge_hr_monolith_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_monolith</texture>
|
||||
</paw_badge_hr_monolith_spot>
|
||||
|
||||
<paw_badge_hr_stalker>
|
||||
<level_map spot="paw_badge_hr_stalker_spot"/>
|
||||
<mini_map spot="paw_badge_hr_stalker_spot"/>
|
||||
</paw_badge_hr_stalker>
|
||||
|
||||
<paw_badge_hr_stalker_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_stalker</texture>
|
||||
</paw_badge_hr_stalker_spot>
|
||||
|
||||
<paw_badge_hr_greh>
|
||||
<level_map spot="paw_badge_hr_greh_spot"/>
|
||||
<mini_map spot="paw_badge_hr_greh_spot"/>
|
||||
</paw_badge_hr_greh>
|
||||
|
||||
<paw_badge_hr_greh_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_greh</texture>
|
||||
</paw_badge_hr_greh_spot>
|
||||
|
||||
<paw_badge_hr_isg>
|
||||
<level_map spot="paw_badge_hr_isg_spot"/>
|
||||
<mini_map spot="paw_badge_hr_isg_spot"/>
|
||||
</paw_badge_hr_isg>
|
||||
|
||||
<paw_badge_hr_isg_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_isg</texture>
|
||||
</paw_badge_hr_isg_spot>
|
||||
|
||||
<paw_badge_hr_renegade>
|
||||
<level_map spot="paw_badge_hr_renegade_spot"/>
|
||||
<mini_map spot="paw_badge_hr_renegade_spot"/>
|
||||
</paw_badge_hr_renegade>
|
||||
|
||||
<paw_badge_hr_renegade_spot width="18" height="18" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_hr_renegade</texture>
|
||||
</paw_badge_hr_renegade_spot>
|
||||
|
||||
<!-- ======================================================================
|
||||
Ultra-hi-res Faction badge icons - 128x128px source image,
|
||||
high-visibility white outline
|
||||
========================================================================-->
|
||||
<paw_badge_uhr_army>
|
||||
<level_map spot="paw_badge_uhr_army_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_army_spot"/>
|
||||
</paw_badge_uhr_army>
|
||||
|
||||
<paw_badge_uhr_army_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_army</texture>
|
||||
</paw_badge_uhr_army_spot>
|
||||
|
||||
<paw_badge_uhr_bandit>
|
||||
<level_map spot="paw_badge_uhr_bandit_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_bandit_spot"/>
|
||||
</paw_badge_uhr_bandit>
|
||||
|
||||
<paw_badge_uhr_bandit_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_bandit</texture>
|
||||
</paw_badge_uhr_bandit_spot>
|
||||
|
||||
<paw_badge_uhr_csky>
|
||||
<level_map spot="paw_badge_uhr_csky_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_csky_spot"/>
|
||||
</paw_badge_uhr_csky>
|
||||
|
||||
<paw_badge_uhr_csky_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_csky</texture>
|
||||
</paw_badge_uhr_csky_spot>
|
||||
|
||||
<paw_badge_uhr_dolg>
|
||||
<level_map spot="paw_badge_uhr_dolg_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_dolg_spot"/>
|
||||
</paw_badge_uhr_dolg>
|
||||
|
||||
<paw_badge_uhr_dolg_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_dolg</texture>
|
||||
</paw_badge_uhr_dolg_spot>
|
||||
|
||||
<paw_badge_uhr_ecolog>
|
||||
<level_map spot="paw_badge_uhr_ecolog_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_ecolog_spot"/>
|
||||
</paw_badge_uhr_ecolog>
|
||||
|
||||
<paw_badge_uhr_ecolog_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_ecolog</texture>
|
||||
</paw_badge_uhr_ecolog_spot>
|
||||
|
||||
<paw_badge_uhr_freedom>
|
||||
<level_map spot="paw_badge_uhr_freedom_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_freedom_spot"/>
|
||||
</paw_badge_uhr_freedom>
|
||||
|
||||
<paw_badge_uhr_freedom_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_freedom</texture>
|
||||
</paw_badge_uhr_freedom_spot>
|
||||
|
||||
<paw_badge_uhr_killer>
|
||||
<level_map spot="paw_badge_uhr_killer_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_killer_spot"/>
|
||||
</paw_badge_uhr_killer>
|
||||
|
||||
<paw_badge_uhr_killer_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_killer</texture>
|
||||
</paw_badge_uhr_killer_spot>
|
||||
|
||||
<paw_badge_uhr_monolith>
|
||||
<level_map spot="paw_badge_uhr_monolith_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_monolith_spot"/>
|
||||
</paw_badge_uhr_monolith>
|
||||
|
||||
<paw_badge_uhr_monolith_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_monolith</texture>
|
||||
</paw_badge_uhr_monolith_spot>
|
||||
|
||||
<paw_badge_uhr_stalker>
|
||||
<level_map spot="paw_badge_uhr_stalker_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_stalker_spot"/>
|
||||
</paw_badge_uhr_stalker>
|
||||
|
||||
<paw_badge_uhr_stalker_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_stalker</texture>
|
||||
</paw_badge_uhr_stalker_spot>
|
||||
|
||||
<paw_badge_uhr_greh>
|
||||
<level_map spot="paw_badge_uhr_greh_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_greh_spot"/>
|
||||
</paw_badge_uhr_greh>
|
||||
|
||||
<paw_badge_uhr_greh_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_greh</texture>
|
||||
</paw_badge_uhr_greh_spot>
|
||||
|
||||
<paw_badge_uhr_isg>
|
||||
<level_map spot="paw_badge_uhr_isg_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_isg_spot"/>
|
||||
</paw_badge_uhr_isg>
|
||||
|
||||
<paw_badge_uhr_isg_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_isg</texture>
|
||||
</paw_badge_uhr_isg_spot>
|
||||
|
||||
<paw_badge_uhr_renegade>
|
||||
<level_map spot="paw_badge_uhr_renegade_spot"/>
|
||||
<mini_map spot="paw_badge_uhr_renegade_spot"/>
|
||||
</paw_badge_uhr_renegade>
|
||||
|
||||
<paw_badge_uhr_renegade_spot width="24" height="24" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_badge_uhr_renegade</texture>
|
||||
</paw_badge_uhr_renegade_spot>
|
||||
@@ -0,0 +1,89 @@
|
||||
<!-- ======================================================================
|
||||
Personal Adjustable Waypoint
|
||||
Author: Catspaw (CatspawMods @ ModDB)
|
||||
Updated: 20230830
|
||||
===========================================================================
|
||||
Mapspots for default pin-style icons
|
||||
========================================================================-->
|
||||
<paw_pin_redpush32>
|
||||
<level_map spot="paw_pin_redpush32_spot"/>
|
||||
<mini_map spot="paw_pin_redpush32_spot_mini"/>
|
||||
</paw_pin_redpush32>
|
||||
|
||||
<paw_pin_redpush32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redpush32</texture>
|
||||
</paw_pin_redpush32_spot>
|
||||
|
||||
<paw_pin_redpush32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redpush32</texture>
|
||||
</paw_pin_redpush32_spot_mini>
|
||||
|
||||
|
||||
<paw_pin_redmodern32>
|
||||
<level_map spot="paw_pin_redmodern32_spot"/>
|
||||
<mini_map spot="paw_pin_redmodern32_spot_mini"/>
|
||||
</paw_pin_redmodern32>
|
||||
|
||||
<paw_pin_redmodern32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redmodern32</texture>
|
||||
</paw_pin_redmodern32_spot>
|
||||
|
||||
<paw_pin_redmodern32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redmodern32</texture>
|
||||
</paw_pin_redmodern32_spot_mini>
|
||||
|
||||
|
||||
<paw_pin_redround32>
|
||||
<level_map spot="paw_pin_redround32_spot"/>
|
||||
<mini_map spot="paw_pin_redround32_spot_mini"/>
|
||||
</paw_pin_redround32>
|
||||
|
||||
<paw_pin_redround32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redround32</texture>
|
||||
</paw_pin_redround32_spot>
|
||||
|
||||
<paw_pin_redround32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_redround32</texture>
|
||||
</paw_pin_redround32_spot_mini>
|
||||
|
||||
|
||||
<paw_pin_stalker32>
|
||||
<level_map spot="paw_pin_stalker32_spot"/>
|
||||
<mini_map spot="paw_pin_stalker32_spot_mini"/>
|
||||
</paw_pin_stalker32>
|
||||
|
||||
<paw_pin_stalker32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_stalker64</texture>
|
||||
</paw_pin_stalker32_spot>
|
||||
|
||||
<paw_pin_stalker32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_stalker64</texture>
|
||||
</paw_pin_stalker32_spot_mini>
|
||||
|
||||
|
||||
<paw_pin_yelpush32>
|
||||
<level_map spot="paw_pin_yelpush32_spot"/>
|
||||
<mini_map spot="paw_pin_yelpush32_spot_mini"/>
|
||||
</paw_pin_yelpush32>
|
||||
|
||||
<paw_pin_yelpush32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_yelpush32</texture>
|
||||
</paw_pin_yelpush32_spot>
|
||||
|
||||
<paw_pin_yelpush32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_yelpush32</texture>
|
||||
</paw_pin_yelpush32_spot_mini>
|
||||
|
||||
|
||||
<paw_pin_whtsimple32>
|
||||
<level_map spot="paw_pin_whtsimple32_spot"/>
|
||||
<mini_map spot="paw_pin_whtsimple32_spot_mini"/>
|
||||
</paw_pin_whtsimple32>
|
||||
|
||||
<paw_pin_whtsimple32_spot width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_whtsimple32</texture>
|
||||
</paw_pin_whtsimple32_spot>
|
||||
|
||||
<paw_pin_whtsimple32_spot_mini width="20" height="20" alignment="c" stretch="0" scale="1" scale_min="1.0" scale_max="1.2">
|
||||
<texture>ui_icons_paw_pin_whtsimple32</texture>
|
||||
</paw_pin_whtsimple32_spot_mini>
|
||||
@@ -0,0 +1,125 @@
|
||||
<w>
|
||||
<pawhudind x="0" y="0" width="136" height="75" stretch="1">
|
||||
<head x="3" y="1" width="126" height="12" stretch="1">
|
||||
<text color="ui_gray_2" align="c" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="3" y="7" width="126" height="12" stretch="1">
|
||||
<text r="255" g="255" b="255" align="c" vert_align="c" stretch="1" font="letterica16"/>
|
||||
</head2>
|
||||
<curr x="52" y="33" width="32" height="37" stretch="1"/>
|
||||
<prev x="9" y="36" width="24" height="28" stretch="1"/>
|
||||
<next x="102" y="36" width="24" height="28" stretch="1"/>
|
||||
</pawhudind>
|
||||
|
||||
<pawhudind_vertleft x="0" y="0" width="100" height="154" stretch="1">
|
||||
<head x="5" y="3" width="100" height="12" stretch="1">
|
||||
<text color="ui_gray_2" align="l" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1" />
|
||||
<curr x="7" y="70" width="32" height="37" stretch="1"/>
|
||||
<prev x="11" y="121" width="24" height="28" stretch="1"/>
|
||||
<next x="11" y="25" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_vertleft>
|
||||
|
||||
<pawhudind_vertright x="0" y="0" width="100" height="154" stretch="1">
|
||||
<head x="-3" y="3" width="98" height="12" stretch="1">
|
||||
<text color="ui_gray_2" align="r" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1" />
|
||||
<curr x="60" y="69" width="32" height="37" stretch="1"/>
|
||||
<prev x="65" y="119" width="24" height="28" stretch="1"/>
|
||||
<next x="65" y="26" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_vertright>
|
||||
|
||||
<pawhudind_gamma_left x="0" y="0" width="130" height="150" stretch="1">
|
||||
<head x="5" y="3" width="124" height="12" stretch="1">
|
||||
<text r="255" g="255" b="255" align="l" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="5" y="10" width="126" height="12" stretch="1">
|
||||
<text r="255" g="255" b="255" align="l" vert_align="c" stretch="1" font="letterica16"/>
|
||||
</head2>
|
||||
<curr x="7" y="78" width="32" height="37" stretch="1"/>
|
||||
<prev x="12" y="119" width="24" height="28" stretch="1"/>
|
||||
<next x="12" y="41" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_gamma_left>
|
||||
|
||||
<pawhudind_gamma_right x="0" y="0" width="130" height="150" stretch="1">
|
||||
<head x="-4" y="3" width="124" height="12" stretch="1">
|
||||
<text r="255" g="255" b="255" align="r" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="-4" y="10" width="126" height="12" stretch="1">
|
||||
<text r="255" g="255" b="255" align="r" vert_align="c" stretch="1" font="letterica16"/>
|
||||
</head2>
|
||||
<curr x="92" y="76" width="32" height="37" stretch="1"/>
|
||||
<prev x="97" y="116" width="24" height="28" stretch="1"/>
|
||||
<next x="97" y="41" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_gamma_right>
|
||||
|
||||
<pawhudind_minimal_h x="0" y="0" width="94" height="52" stretch="1">
|
||||
<head x="1" y="2" width="90" height="12" stretch="1">
|
||||
<text color="ui_gray_1" align="c" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1" />
|
||||
<curr x="31" y="17" width="32" height="37" stretch="1"/>
|
||||
<prev x="3" y="17" width="24" height="28" stretch="1"/>
|
||||
<next x="67" y="17" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_minimal_h>
|
||||
|
||||
<pawhudind_minimal_v x="0" y="0" width="92" height="112" stretch="1">
|
||||
<head x="1" y="3" width="90" height="12" stretch="1">
|
||||
<text color="ui_gray_1" align="c" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1" />
|
||||
<curr x="56" y="46" width="32" height="37" stretch="1"/>
|
||||
<prev x="65" y="18" width="24" height="28" stretch="1"/>
|
||||
<next x="65" y="83" width="24" height="28" stretch="1"/>
|
||||
</pawhudind_minimal_v>
|
||||
|
||||
<pawhudind_minicom x="0" y="0" width="38" height="37" stretch="1">
|
||||
<head x="2000" y="2000" width="1" height="1" stretch="1">
|
||||
<text color="ui_gray_1" align="c" vert_align="c" stretch="1" font="arial_14"/>
|
||||
</head>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1" />
|
||||
<curr x="3" y="1" width="32" height="37" stretch="1"/>
|
||||
<prev x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
<next x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
</pawhudind_minicom>
|
||||
|
||||
<pawhudind_compact_noui x="0" y="0" width="32" height="37" stretch="1">
|
||||
<head x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
<head2 x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
<curr x="0" y="0" width="32" height="37" stretch="1"/>
|
||||
<prev x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
<next x="2000" y="2000" width="1" height="1" stretch="1"/>
|
||||
</pawhudind_compact_noui>
|
||||
|
||||
<paw_mcm_indicator x="0" y="0" width="563" height="50" stretch="1">
|
||||
<desc complex_mode="1" x="10" y="16" width="270" height="24" stretch="1">
|
||||
<text r="200" g="200" b="200" align="l" vert_align="c" stretch="1" font="letterica16"/>
|
||||
</desc>
|
||||
<curr x="283" y="0" width="41" height="50" stretch="1" align="c" vert_align="c">
|
||||
<icon x="5" y="7" width="32" height="38" stretch="1" align="c" vert_align="c" />
|
||||
</curr>
|
||||
<head x="332" y="4" width="220" height="24" stretch="1">
|
||||
<text r="200" g="200" b="200" align="l" vert_align="c" stretch="1" font="graffiti22"/>
|
||||
</head>
|
||||
<pname x="332" y="26" width="220" height="24" stretch="1">
|
||||
<text r="250" g="218" b="94" align="l" vert_align="c" stretch="1" font="graffiti22"/>
|
||||
</pname>
|
||||
<mini_left x="-25" y="-6" width="24" height="31" stretch="1" vert_align="c">
|
||||
<icon x="2" y="3" width="20" height="26" stretch="1" align="c" vert_align="c" />
|
||||
</mini_left>
|
||||
</paw_mcm_indicator>
|
||||
|
||||
<paw_mcm_pos_preview complex_mode="1" x="20" y="0" width="640" height="270" stretch="1" align="l">
|
||||
<preview_4_3 x="0" y="0" width="360" height="270" stretch="1" />
|
||||
<preview_16_9 x="0" y="0" width="480" height="270" stretch="1" />
|
||||
<preview_16_10 x="0" y="0" width="420" height="262" stretch="1" />
|
||||
<preview_21_9 x="0" y="0" width="640" height="270" stretch="1" />
|
||||
<widget x="0" y="0" width="1" height="1" stretch="1" />
|
||||
</paw_mcm_pos_preview>
|
||||
|
||||
|
||||
|
||||
</w>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<w>
|
||||
<marker x="0" y="0" width="20" height="20" stretch="1" alignment="c" location_level="5">
|
||||
<label_sh x="0" y="0" width="1" height="1" font="letterica16" stretch="1" alignment="c" r="0" g="0" b="0" />
|
||||
<label x="0" y="-1" width="0" height="0" font="letterica16" stretch="1" alignment="c" r="255" g="255" b="255" />
|
||||
|
||||
<distance_sh x="0" y="0" width="1" height="1" font="letterica16" stretch="1" alignment="c" r="0" g="0" b="0" />
|
||||
<distance x="0" y="-1" width="0" height="0" font="letterica16" stretch="1" alignment="c" r="255" g="255" b="255" />
|
||||
</marker>
|
||||
</w>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<w>
|
||||
<marker x="0" y="0" width="20" height="20" stretch="1" alignment="c" location_level="5" light_anim="ui_slow_blinking_alpha" la_cyclic="1" la_texture="1" la_text="0" la_alpha="1">
|
||||
<!-- <texture>ui_inGame2_PDA_icon_Secondary_mission</texture>-->
|
||||
<texture>ui_icons_paw_hud_waypoint</texture>
|
||||
<distance_sh x="0" y="0" width="1" height="1" font="letterica16" stretch="1" alignment="c" r="0" g="0" b="0" >
|
||||
<distance x="0" y="-1" width="0" height="0" font="letterica16" stretch="1" alignment="c" r="255" g="255" b="255" />
|
||||
</distance_sh>
|
||||
</marker>
|
||||
</w>
|
||||
@@ -0,0 +1,28 @@
|
||||
<w>
|
||||
<dialog x="392" y="341" width="240" height="110" stretch="1" >
|
||||
<background x="0" y="0" width="240" height="110" stretch="1" >
|
||||
<texture>ui_inGame2_message_box</texture>
|
||||
</background>
|
||||
|
||||
<titlebar x="6" y="3" width="230" height="32">
|
||||
<paw x="200" y="0" width="10" height="10" align="r" stretch="1" font="arial_14"/>
|
||||
<icon x="-1" y="0" width="24" height="32" align="c" vert_align="c" stretch="1" />
|
||||
<text x="30" y="6" width="200" height="26" r="255" g="255" b="255" align="r" vert_align="c" font="graffiti19" />
|
||||
</titlebar>
|
||||
|
||||
<input x="15" y="35" width="200" height="30" stretch="1">
|
||||
<text x="5" font="letterica16" vert_align="c" align="l"/>
|
||||
<texture>ui_inGame2_edit_box_2</texture>
|
||||
</input>
|
||||
|
||||
<btn_cancel x="35" y="72" width="70" height="28" stretch="1" check_mode="0">
|
||||
<text font="letterica16">ui_inv_cancel</text>
|
||||
<texture>ui_button_ordinary</texture>
|
||||
</btn_cancel>
|
||||
|
||||
<btn_ok x="125" y="72" width="70" height="28" stretch="1" check_mode="0">
|
||||
<text font="letterica16">ui_inv_ok</text>
|
||||
<texture>ui_button_ordinary</texture>
|
||||
</btn_ok>
|
||||
</dialog>
|
||||
</w>
|
||||
+219
@@ -0,0 +1,219 @@
|
||||
<!--
|
||||
** Personal Adjustable Waypoint
|
||||
** Author: Catspaw (CatspawMods @ ModDB)
|
||||
Contents: Texture definitions. You probably shouldn't
|
||||
mess with this unless you know what you're doing.
|
||||
|
||||
-->
|
||||
<w>
|
||||
<file name ="ui\paw\ui_icons_paw">
|
||||
|
||||
<texture id = "ui_icons_paw_pin_stalker32" x="0" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_redround32" x="32" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_redmodern32" x="64" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_redpush32" x="96" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_yelpush32" x="128" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_whtsimple32" x="160" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_skull32" x="192" y="0" width="32" height="32" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_stalker64" x="0" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_yelcircle256" x="480" y="0" width="256" height="256" />
|
||||
|
||||
<texture id = "ui_icons_paw_yelcircle256" x="480" y="0" width="256" height="256" />
|
||||
|
||||
<texture id = "ui_icons_paw_reticule256" x="736" y="0" width="256" height="256" />
|
||||
|
||||
<texture id = "ui_icons_paw_reticule128" x="736" y="256" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_magnifier32" x="64" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_loot64" x="128" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_warn64" x="192" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_ak64" x="256" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_signal64" x="320" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_death64" x="384" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_ammo64" x="448" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_rad64" x="512" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_bio64" x="576" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_magn64" x="640" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_bwhr_info64" x="704" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_ping_spot" x="768" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_ping_spot_alpha" x="832" y="32" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_hud_waypoint" x="0" y="96" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_redskull" x="320" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_diamond_f" x="384" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_diamond_n" x="448" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_diamond_e" x="512" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_chevron_f" x="576" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_chevron_n" x="640" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_chevron_e" x="704" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_flag_f" x="768" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_flag_n" x="832" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_cursor_flag_e" x="896" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_crosshair_gradient" x="320" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_mechanic" x="384" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_bed" x="448" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_trade" x="512" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_person" x="576" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_briefcase" x="640" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_food" x="704" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_impobj_medic" x="768" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_pin_obj_lock" x="832" y="160" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_crosshair_valid" x="128" y="96" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_crosshair_targetlock" x="896" y="160" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_crosshair_targetid" x="896" y="288" width="128" height="128" />
|
||||
|
||||
</file>
|
||||
|
||||
<file name ="ui\ui_icon_equipment">
|
||||
<texture id = "ui_icons_paw_badge_army" x="0" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_bandit" x="50" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_csky" x="100" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_dolg" x="150" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_ecolog" x="200" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_freedom" x="250" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_killer" x="300" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_monolith" x="350" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_stalker" x="400" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_isg" x="450" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_greh" x="500" y="50" width="50" height="50" />
|
||||
<texture id = "ui_icons_paw_badge_renegade" x="550" y="50" width="50" height="50" />
|
||||
</file>
|
||||
|
||||
<file name ="ui\paw\ui_icons_paw_body_marks">
|
||||
<texture id = "ui_icons_paw_badge_hr_stalker" x="0" y="384" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_bandit" x="64" y="384" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_dolg" x="128" y="384" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_freedom" x="192" y="384" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_monolith" x="256" y="384" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_isg" x="320" y="384" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_badge_hr_army" x="0" y="448" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_ecolog" x="64" y="448" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_csky" x="128" y="448" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_killer" x="192" y="448" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_renegade" x="256" y="448" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_badge_hr_greh" x="320" y="448" width="64" height="64" />
|
||||
|
||||
<texture id = "ui_icons_paw_badge_uhr_stalker" x="0" y="0" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_bandit" x="128" y="0" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_dolg" x="256" y="0" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_freedom" x="384" y="0" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_badge_uhr_army" x="0" y="128" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_ecolog" x="128" y="128" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_csky" x="256" y="128" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_killer" x="384" y="128" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_badge_uhr_monolith" x="0" y="256" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_isg" x="128" y="256" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_renegade" x="256" y="256" width="128" height="128" />
|
||||
<texture id = "ui_icons_paw_badge_uhr_greh" x="384" y="256" width="128" height="128" />
|
||||
|
||||
<texture id = "ui_icons_paw_blue_circle" x="0" y="512" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_crosshair_white" x="64" y="512" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_crosshair_red" x="128" y="512" width="64" height="64" />
|
||||
<texture id = "ui_icons_paw_crosshair_green" x="192" y="512" width="64" height="64" />
|
||||
|
||||
<texture id="ui_mapspot_skull_small" x="256" y="512" width="9" height="10" />
|
||||
<texture id="ui_mapspot_skull_large" x="266" y="512" width="11" height="12" />
|
||||
<texture id="ui_AlphaLion_XCorpseMarker-small" x="278" y="512" width="7" height="7" />
|
||||
<texture id="ui_AlphaLion_XCorpseMarker-large" x="286" y="512" width="9" height="9" />
|
||||
</file>
|
||||
|
||||
<file name="ui\ui_common">
|
||||
<texture id="ui_paw_wnd_title_1" x="3" y="87" width="113" height="25" />
|
||||
</file>
|
||||
|
||||
<file name="ui\ui_actor_hint_wnd">
|
||||
<texture id="paw_vanilla_stash_icon_green" x="51" y="562" width="27" height="27" />
|
||||
<texture id="paw_vanilla_stash_icon_white" x="932" y="932" width="27" height="27" />
|
||||
<texture id="paw_vanilla_stash_icon_purple" x="962" y="932" width="27" height="27" />
|
||||
<texture id="paw_vanilla_stash_icon_red" x="932" y="962" width="27" height="27" />
|
||||
</file>
|
||||
|
||||
<file name ="ui\paw\paw_hud_indicators">
|
||||
<texture id = "ui_paw_hud_indicator_classic" x="0" y="0" width="138" height="75" />
|
||||
<texture id = "ui_paw_hud_indicator_vertleft" x="0" y="76" width="100" height="154" />
|
||||
<texture id = "ui_paw_hud_indicator_vertright" x="0" y="232" width="100" height="154" />
|
||||
<texture id = "ui_paw_hud_indicator_gamma_left" x="100" y="75" width="136" height="150" />
|
||||
<texture id = "ui_paw_hud_indicator_gamma_right" x="100" y="228" width="136" height="150" />
|
||||
<texture id = "ui_paw_hud_indicator_minimal_h" x="153" y="0" width="94" height="52" />
|
||||
<texture id = "ui_paw_hud_indicator_minimal_v" x="248" y="0" width="92" height="112" />
|
||||
<texture id = "ui_paw_hud_indicator_minicom" x="303" y="46" width="38" height="38" />
|
||||
</file>
|
||||
|
||||
<file name ="ui\paw\paw_mcm_assets">
|
||||
<texture id = "ui_paw_menuslide_main" x="0" y="0" width="512" height="50" />
|
||||
<texture id = "ui_paw_menuslide_pins" x="0" y="50" width="512" height="50" />
|
||||
<texture id = "ui_paw_menuslide_widget" x="0" y="100" width="512" height="50" />
|
||||
<texture id = "ui_paw_menuslide_controls" x="0" y="150" width="512" height="50" />
|
||||
<texture id = "ui_paw_menuslide_badges" x="0" y="200" width="512" height="50" />
|
||||
<texture id = "ui_paw_menuslide_menus" x="0" y="250" width="512" height="50" />
|
||||
|
||||
<texture id = "ui_paw_mapsquarebg" x="514" y="2" width="70" height="78"/>
|
||||
<texture id = "ui_paw_mapsquareframe" x="585" y="2" width="70" height="78"/>
|
||||
|
||||
<texture id = "ui_paw_mcm_reticlesquare" x="684" y="0" width="342" height="342" />
|
||||
|
||||
<texture id = "ui_paw_mcm_reticle_header" x="0" y="300" width="512" height="50" />
|
||||
<texture id = "ui_paw_mcm_autotag_header" x="0" y="350" width="512" height="50" />
|
||||
<texture id = "ui_paw_mcm_messagebox_transbg" x="349" y="756" width="675" height="268" />
|
||||
|
||||
<texture id = "ui_paw_mcm_fix_mo2_load_order" x="0" y="400" width="575" height="50" />
|
||||
|
||||
</file>
|
||||
|
||||
|
||||
<file name ="ui\paw\mcm_screenpos_preview">
|
||||
<texture id = "ui_paw_mcmpre_21_9" x="0" y="0" width="640" height="270" />
|
||||
<texture id = "ui_paw_mcmpre_16_9" x="0" y="270" width="480" height="270" />
|
||||
<texture id = "ui_paw_mcmpre_16_10" x="480" y="270" width="420" height="262" />
|
||||
<texture id = "ui_paw_mcmpre_4_3" x="640" y="0" width="360" height="270" />
|
||||
<texture id = "ui_paw_mcm_loadframe" x="0" y="540" width="400" height="400" />
|
||||
<texture id = "ui_paw_mcm_loadframe_bg" x="400" y="540" width="400" height="400" />
|
||||
<texture id = "ui_paw_emptytex" x="270" y="0" width="1" height="1" />
|
||||
</file>
|
||||
</w>
|
||||
|
||||
Reference in New Issue
Block a user