Commit Graph
72 Commits
Author SHA1 Message Date
KittyandGitHub 55871baca4 Adjusted item coolness
Adjusted item coolness
2024-12-13 22:28:21 +01:00
kitty624 caf94e449d Adjusted item coolness
- surgical mask and gloves lowered coolness
- medical splint lowered coolness
- empty PPE-Bag lowered coolness
- full PPE-Bag lowered coolness
reasoning: those are semi-essential for disease feature,
therefore it's important to have the otion to get them soon.
and all are rather common items in the real world, so that's reasonable
Typo Fix
- typo fix in merchant inventory
2024-12-13 22:17:59 +01:00
KittyandGitHub c687d4eed1 Updated AttachmentPoint.xml (#99)
- Surgical Mask and Gloves use AttachmentPoint to attach to PPE Bag
- updated xml with that
2024-11-08 10:55:14 +01:00
kitty624 93a69baa63 Updated AttachmentPoint.xml
- Surgical Mask and Gloves use AttachmentPoint to attach to PPE Bag
- updated xml with that
2024-11-08 10:45:09 +01:00
KittyandGitHub 157ca0fc8f Merge pull request #97 from kitty624/dev-gamedir
New item PPE Bag
2024-11-07 08:14:14 +01:00
kitty624 0981111ab4 BigItem sti for PPE Bag
- missed in previous commit
2024-11-07 07:58:55 +01:00
kitty624 52fbd83c23 New Item PPE Bag
- empty PPE Bag will transform into full PPE Bag when Surgical Mask and Gloves get attached
- full PPE Bag will have both disease protection qualities (face and hand)
- instead of two inventory slots (mask and glove) it takes only one while providing same level of protection
- replaced mask and gloves in Fox's Starting Gear with PPE Bag
- added PPE Bag to (one) Starting Gear of Stella and Hurl
- added PPE Bag to dealer inventory of Rebel-Quartermaster, Pharmacy Cambria and Tina
- empty PPE Bag available at BR (can be filled/transformed with surgical mask and gloves also available at BR)
2024-11-07 07:28:07 +01:00
kitty624 1aba98d5a0 Comments on Merges.xml 2024-11-07 04:39:26 +01:00
KittyandGitHub 9c43e3d9cf Merge pull request #92 from kitty624/gamedir-dev
Fix to C5.npc and CIV36.edt
2024-04-30 07:33:26 +02:00
kitty624 556cc7c447 Fix to CIV36.edt
The correspomding .npc-file for CIV35.edt and CIV36.edt  is Miners.npc
This .npc is looking for quote lines up to 14 in those .edt
CIV36.edt did only have up to line 9 which was resulting in an "AAAA" in dialogue box when lines 10-14 couldn't be found
In vanilla this "only up to 9" was working, but sometime inbetween the Quote system had a code-rework and the .edt probably wasn't adjusted at that time

Fix: added lines 10-14 to CIV36.edt
2024-04-30 07:28:10 +02:00
kitty624 b22e95cd03 Fix to C5.npc
Record 03 in the .npc-file was pointing to non existing line 03 in corresponding .edt-file, resulting in an "AAAAA" in dialogue text when trying to call it

fixed record
2024-04-30 07:20:29 +02:00
KittyandGitHub 1f8811efb6 UB added missing subdirectory for Extra Items (#91)
added rhe missing subdirectory for Extra Items and moved existing files into the new subdirectory
2024-04-15 18:48:02 +02:00
KittyandGitHub f214a81a8a Merge pull request #90 from kitty624/gamedir-dev
Accompanying to rework of  r9343
2024-04-15 07:18:54 +02:00
kitty624 41941b114d Update Items.xml
accompanying to rework of  r9343

- a tag introduced with r9343 never got actually implemented in gamedir

- added the tag, items with this tag will be exclusive to disease feature

- added a few other tags suitable for those items

- slightly adjusted their coolness
2024-04-15 06:01:29 +02:00
KittyandGitHub 9ac36af106 Merge pull request #89 from kitty624/gamedir-dev
Update StructureConstruct.xml
2024-04-01 17:54:07 +02:00
kitty624 0a4f5b62d4 Update StructureConstruct.xml
the tag fFortifyAdjacentAdjustment doesn't mesh well with how actual graphics for concertina look like and are sorted in .sti-file

that resulted in concertina being shown facing wrong direction when using fortification assignment and placing them next to each other

which was caused by that attempt to align to adjacent tile

setting the tag to 0 instead of 1 solved that issue
2024-04-01 17:50:41 +02:00
KittyandGitHub 3a3850efe6 Merge pull request #88 from Hazapuza/1dot13-gamedir-dev
Several changes to backgrounds
2024-03-31 21:24:43 +02:00
KittyandGitHub 76d9014d3d Merge pull request #87 from kitty624/gamedir-dev
Update ItemFlag.xml
2024-03-30 05:40:29 +01:00
kitty624 f5b1d2ebbc Update ItemFlag.xml
- added a missing name
2024-03-30 05:38:56 +01:00
KittyandGitHub b2dbb63f16 Merge pull request #86 from kitty624/gamedir-dev
Updates to TableData/Lookup
2024-03-30 04:48:40 +01:00
kitty624 48c8b42be3 Updates to TableData/Lookup
- updated AttachmentClass.xml, ItemClass.xml and ItemFlag.xml to match code
- removed wrong ItemFlag 8 (camera) from items 1724 and 1725 (Wooden Wall and Wooden Planks)
2024-03-30 04:34:35 +01:00
KittyandGitHub 72e5ca57d1 Merge pull request #85 from Hazapuza/1dot13-gamedir-dev
Fixed typos, reworded some parts of the new backgrounds
2024-03-20 21:43:55 +01:00
KittyandGitHub 276c6df27c Merge pull request #84 from kitty624/backgrounds
Alternative IMP Background Selection (gamedir)
2024-03-19 23:13:40 +01:00
kitty624 a08a15b18a Alternative IMP Background Selection (gamedir)
- added two new options in ja2options.ini
- added new category, "Backgrounds", in INIEditorJA2Options.xml
and ja2options.ini
- added new tag, <alt_impcreation>
in backgrounds.xml
- added information about new options into backgrounds.xml
- added new backgrounds for the new options into backgrounds.xml

- also added tags needed for disease feature to medical staff in merc backgrounds

this change is accompanying the relevant change in source
2024-03-19 21:35:02 +01:00
KittyandGitHub 10d755b075 Merge pull request #83 from Hazapuza/1dot13-gamedir-dev
Added palette-swapped black versions of the basic shotgun and sawn-of…
2024-03-17 22:25:52 +01:00
KittyandGitHub ee5ad205f4 Merge pull request #82 from Hazapuza/1dot13-gamedir-dev
Added LOBOT graphics for a short AK-style compact carbine
2024-03-16 02:11:15 +01:00
KittyandGitHub ed7f7d177b Merge pull request #80 from Hazapuza/1dot13-gamedir-dev
Added a new weapon, the FN PS90
2024-03-11 01:24:55 +01:00
KittyandGitHub 047cdc6805 Merge pull request #79 from Hazapuza/1dot13-gamedir-dev
New LOBOT graphics for XM25 and G11
2024-03-07 09:08:38 +01:00
KittyandGitHub e6927d6452 Merge pull request #78 from Hazapuza/1dot13-gamedir-dev
Change AR57 11" and 6"-Silenced variants' weapon class from Rifle to SMG
2024-03-06 23:28:14 +01:00
KittyandGitHub c5f3392f19 Merge pull request #76 from Hazapuza/1dot13-gamedir-dev
Fixed a crash caused by wrong formatting
2024-02-29 02:09:24 +01:00
KittyandGitHub 146c2e1384 Merge pull request #75 from Hazapuza/1dot13-gamedir-dev
Add a few new hints, update LoadScreenHints.xml in Data to match …
2024-02-27 17:12:25 +01:00
KittyandGitHub 87b3a8cca8 Merge pull request #74 from Hazapuza/1dot13-gamedir-dev
Updated Data-UB-1.13...
2024-02-21 00:49:23 +01:00
KittyandGitHub 7a84ce082a Merge pull request #73 from Hazapuza/1dot13-gamedir-dev
Fix more typos
2024-02-19 22:19:17 +01:00
KittyandGitHub cb194fddff Merge pull request #72 from Hazapuza/1dot13-gamedir-dev
Fix typos in backgrounds.xml
2024-02-19 21:53:50 +01:00
KittyandGitHub b26cb411cf Merge pull request #71 from Hazapuza/1dot13-gamedir-dev
Rewrite background names and descriptions
2024-02-19 21:32:19 +01:00
KittyandGitHub 7beb8e10e3 Merge pull request #70 from Hazapuza/1dot13-gamedir-dev
Add missing AIM alumni entries, fix typos in MERCBIOS
2024-02-14 01:12:52 +01:00
KittyandGitHub dc701fc495 Merge pull request #69 from kitty624/gamedir-dev
Update to ja2.ini for scaling tooltips

he source pr 1dot13/source#151 made it possible to scale up tooltips

added the setting and description to ja2.ini to allow to make use of it
2024-02-09 23:32:49 +01:00
kitty624 d7ef658f30 Update to ja2.ini for scaling tooltips
the source pr https://github.com/1dot13/source/pull/151
made it possible to scale up tooltips

added the setting and description to ja2.ini to allow to make use of it
2024-02-09 23:28:57 +01:00
KittyandGitHub 95ca46df79 Merge pull request #67 from Hazapuza/1dot13-gamedir-dev
Fix for errors in enemy and militia gun choices
2024-02-09 18:11:06 +01:00
KittyandGitHub 25c765e81a Merge pull request #68 from kitty624/gamedir-dev
Adjusted attachments.xml for G36C



previous change removed the default in-build 2xscope from G36C in items.xml

to avoid assertion error, adjusted attachments.xml to refelct the change in there as well
2024-02-08 22:07:40 +01:00
kitty624 2a4fd8ac21 Adjusted attachments.xml for G36C
previous change removed the default in-build 2xscope from G36C in items.xml

to avoid assertion error, adjusted attachments.xml to refelct the change in there as well
2024-02-08 22:05:58 +01:00
KittyandGitHub 3edfca04bd Merge pull request #66 from Hazapuza/1dot13-gamedir-dev
Fix for two wrong default attachments
2024-02-08 19:05:36 +01:00
KittyandGitHub a9654ca666 Merge pull request #65 from kitty624/gamedir-dev
Biographies revised (by  Hazapuza)
2024-02-01 05:21:48 +01:00
kitty624 3164fa0599 biographies revised (by Hazapuza)
texts in AIMBIOS.edt and MERCBIOS.edt adjusted to better match lore from JA1, DG , Alumni, etc
2024-02-01 05:18:58 +01:00
KittyandGitHub b64fdd506e Merge pull request #64 from kitty624/gamedir-dev
Update SectorNames.xml

D2 - changed water type to 1 (drinkable) since there are watertabs in buildings, a reasonable watersource
2024-01-03 03:54:06 +01:00
kitty624 023cbcb88e Update SectorNames.xml
D2 Changed water type to 1 (drinkable) since there are watertabs in buildings, a reasonable watersource
2024-01-03 03:52:10 +01:00
KittyandGitHub b23e78b62d Merge pull request #63 from kitty624/gamedir-dev
[Fix] missing attachment for G36C
2023-09-25 00:36:10 +02:00
kitty624 d08b1a5f21 [Fix] missing attachment for G36C
item 664, the G36C, has two default attachments defined in items.xml (1746, Folding Stock and 1322, in-build 2x Scope)

It missed 1322 in attachments.xml and  when using the Folding Stock (fold/unfold) it resulted in an error for not finding 1322 attached after the transformation

Added entry for 1322 (in-build 2x Scope) on 664 (G36C) in attachments.xml to fix that
2023-09-25 00:31:39 +02:00
KittyandGitHub f6e9648617 Merge pull request #58 from andrzejfalkowski/loading-screens-multi-res
Loadscreen - Multiple resolutions and stretch modes
2023-09-02 16:12:25 +02:00
KittyandGitHub dcadd40dad Merge pull request #57 from kitty624/mercprofiles
added possible nationalities to mercprofiles

- code has more posabilities as comment in header of mercprofiles
- added the missing ones to comment
2023-08-23 06:43:32 +02:00
kitty624 d6a50c6a2a added possible nationalities to mercprofiles
- code has more posabilities as comment in header of mercprofiles
- added the missing ones to comment
2023-08-23 06:41:59 +02:00
KittyandGitHub 5c77c91650 Merge pull request #56 from kitty624/ExtraItemsDir
adjustments to ExtraItems

- currently only works on ground-level
- adjusted readme to inform that it doesn't work at  underground levels
- replaced the former example file that happened to be underground with one at groundlevel
2023-08-22 09:45:33 +02:00
kitty624 f89dc79e3c adjustments to ExtraItems
- currently only works on ground-level
- adjusted readme to inform that it doesn't work at  underground levels
- replaced the former example file that happened to be underground with one at groundlevel
2023-08-22 09:44:14 +02:00
KittyandGitHub 3942d9b1d2 Merge pull request #55 from kitty624/ExtraItemsDir
Update Extra Sector Items readme.txt
2023-08-22 03:53:50 +02:00
kitty624 e2c0195a29 Update Extra Sector Items readme.txt
- small fix on Extra Items readme
2023-08-22 03:52:27 +02:00
KittyandGitHub 8370757e55 Merge pull request #54 from kitty624/ExtraItemsDir
Extra Items by difficulty

- sector specific xml that allow to add extra items
- based on difficulty level
- as I understand, it's realtime
- an old forgotten feature, now revived
- added a few examples, nothing realy fancy, just to show the idea
- when novice the stuff is slightly usefull, when insane it's bonkers
- the readme informs about details
2023-08-22 03:01:46 +02:00
kitty624 bc8b3a467b Extra Items by difficulty
- sector specific xml that allow to add extra items
- based on difficulty level
- as I understand, it's realtime
- an old forgotten feature, now revived
- added a few examples, nothing realy fancy, just to show the idea
- when novice the stuff is slightly usefull, when insane it's bonkers
- the readme informs about details
2023-08-22 03:00:01 +02:00
KittyandGitHub ce152053d7 Merge pull request #53 from kitty624/gamedir-dev
Update Items.xml

added usAdministrationModifier-tag to items.xml
it already exists in code and feature description at forum indicates that it just was forgotten to be added
used the tag for item 1021 "Laptop", just as picture in feature description shows
2023-08-21 16:45:34 +02:00
kitty624 f8fdfe8dc2 Update Items.xml
- added  <usAdministrationModifier>-tag to items.xml
- it already exists in code and feature description at forum indicates that it just was forgotten to be added
- used the tag for item Laptop, just as picture in feature description shows
2023-08-21 16:38:29 +02:00
KittyandGitHub 59e4d1952d Merge pull request #52 from kitty624/mercprofiles
updated mercprofiles25.xml

 - edited to match recent changes to merc traits in mercprofiles.xml
    to ensure UB-1.13 and ja2-1.13 mercprofiles are in sync

-  fix to manuel in mercprofiles.xml (ja2-1.13)
    I had previously neglected to delete athletics after he gained covert ops, did that now
2023-08-21 10:46:23 +02:00
kitty624 dd7721ef7e updated mercprofiles25.xml
- edited to match recent changes to merc traits in mercprofiles.xml
- to ensure UB-1.13 and ja2-1.13 mercprofiles are in sync

- fix to manuel in mercprofiles.xml (ja2-1.13)
I previously neglected to delete athletics  after he gained covert ops, did that now
2023-08-21 10:33:49 +02:00
KittyandGitHub a6ddc59cc1 Merge pull request #50 from kitty624/gamedir-dev
updates to documentation


- deleted Starter documentaion.md no need for .md-file, there are several links to it in other docs here
- deleted folder about additional UB campaigns, the svn-link inside wasn't working anymore
- updated links in other  files
- added some comments in other files
- added link to discord
- updated link for download latest 1.13 and deleted outdated or unofficial ones (i.e. maeyeanie)
2023-08-21 06:23:26 +02:00
kitty624 15190e7952 updates to documentation
- deleted Starter documentaion.md
no need for .md-file, there are several links to it in other docs here
- deleted folder about additional UB campaigns, the svn-link inside wasn't working anymore
- updated links in other  files
- added some comments in other files
- added link to discord
- updated link for download latest 1.13 and deleted outdated or unofficial ones (i.e. maeyeanie)
2023-08-21 06:21:12 +02:00
KittyandGitHub ddafe51588 Merge pull request #49 from kitty624/gamedir-dev
Update strategicmap.lua
2023-08-21 02:59:36 +02:00
kitty624 f701405933 Update strategicmap.lua
fix to comment in latest commit

- comment in lua said B2, but it's B8
2023-08-21 02:58:04 +02:00
KittyandGitHub a74d4a3a01 Merge pull request #47 from kitty624/gamedir-dev
fix invalid  GridNo Maria/Angel BH-quest

- the common used GridNo for one bountyhunter was invalid in some of the possible sectors
- this had been already addressed for B14 in original commit
- now expanded to use altenate GridNo in B2 and B12 as well
- checked in MapEditor, other possible sectors allow a valid spawn at common used GridNo
2023-08-21 02:40:57 +02:00
kitty624 ea6ffbd04d fix invalid GridNo Maria/Angel BH-quest
maria/angel bountyhunter quest

- the common used GridNo for one bountyhunter was invalid in some of the possible sectors
- this had been already addressed for B14 in original commit
- now expanded to use altenate GridNo in B2 and B12 as well
- checked in MapEditor, other possible sectors allow a valid spawn at common used GridNo
2023-08-21 02:38:39 +02:00
KittyandGitHub 1bd4bea3a5 Merge pull request #45 from FunkyFr3sh/FunkyFr3sh-patch-1
update to latest cnc-ddraw
2023-08-18 05:56:23 +02:00
KittyandGitHub 7b42c38af9 Merge pull request #44 from kitty624/mercprofiles
Update MercProfiles.xml



    adjusted Sidney, Dimitri, Grace and Wink to remodeled throwing/demolition trait

    therefore removed their demolition-trait, since grenade throwing bonus is now under throwing-trait

    they still have throwing-trait to match what their Bio descriptions says

    Igor now Hunter instead of Survivalist, according to balance discussion at discord
2023-08-15 23:53:36 +02:00
kitty624 a856a8e3dd Update MercProfiles.xml
- adjusted Sidney, Dimitri, Grace and Wink to remodeled throwing/demolition trait
- therefore removed their demolition-trait, since grenade throwing bonus is now under throwing-trait
- they still have throwing-trait to match what their Bio descriptions

- Igor now Hunter instead of Survivalist, according to balance discussion at discord
2023-08-15 23:49:50 +02:00
KittyandGitHub 10e7258e73 Merge pull request #39 from kitty624/mercprofiles
Balance attempt MercProfiles.xml
2023-08-05 21:57:11 +02:00
kitty624 ca9943d535 Update MercProfiles.xml
balance attempt, as discussed in discord

- give high-price mercs more traits
- more available radio-operators
- change some trait-choices that seemed unreasonable/bad fit according to Bio of merc
- preperation for further planned changes
2023-08-05 21:09:18 +02:00