PDA

View Full Version : Delta Green Extension - Revised



Mach5RR
January 13th, 2022, 06:40
With all of the heavy changes in FGU and the CoC6e ruleset, it turns out a lot of the code that existed in the original extension had been deprecated.
Instead of repatching the existing code, I have rebuilt it using CoC6e as a template, and then just modding it to look/act like the original extension. I have also made some changes in performance, so you may have to redo your campaigns. Sorry, but I think you might like some of the new stuff. Because of this I have updated the version to 0.1
What is different.
The d100 is now out on the main dice selection (it is now first). Since the d100 is the most used dice, I hated having to dive into the d10 radial to roll it as a special dice. This was so stupidly easy to implement, I kick myself for not doing it earlier.
Breaking Point does not autocalculate anymore. You now have to double-click it to get it to change to a new value.
Tickboxes have been added for Permanent injuries, temporary insanities, and disorders. I thought I had these autocalculating, but I must have broken something. I will address this soon.

Weapons - I now have the attack roll synched with the skill required to use. Just bring up the weapon description, and type in the skill. I have it set to autofill using an existing module. Now, when you change the skill value, your weapon skill will automatically update. Don't use any skill with a sublabel (Art, Craft, MilSci, etc.). The system will only pick up the first in the series skill data. If you are using a different skill, just create a whole new one instead of a sub-one.
Fixed Lethal damage to play correctly with Out-of-Phase.
Skills - I have it setup that (what I deem) all useless knowledge while you are in play mode. Just click on the edit button to have it show up. I have created a tick box for Combat Skills. I'm trying to get the weapon selection to narrow the choice to only those items ticked, instead of every listed skill. This doesn't work (yet) and you may ignore it.
Personal Tab has been reworked to make information more easily viewable. Have added tickboxes to track sanity adaption.

What I'm working on (besides what listed), a party sheet, similar to the 5e and 7e rulesets.
Sanity damage, Called Shots, and Critical Hits.


Many thanks to IanMWard. who's pieced together the original ruleset from scratch, where I just had the benefit of rebuilding off his designs.
DeltaGreen.ext v0.1.1.3 v2013-09-01 (https://www.dropbox.com/s/g0xd6tgxlx59ec6/DeltaGreen.ext?dl=0)

CthulhuRol
January 14th, 2022, 00:49
Uohhh how wonderful.
Thank you so much for the great job.
It is magnificent.
Eternally grateful.

damned
January 14th, 2022, 01:23
Well done Mach5RR

CthulhuRol
January 14th, 2022, 20:50
Hello.
I have detected a bug. The CONx5 does not autocalculate in the data sheet of the player. It stays at 0.

Another little thing. I don't understand why you have added Dexterityx5 as a skill, when you already have dodge. Is there any reason?

Apart from that, just as a possible improvement, there are quite a few terms that do not appear in the strings file and that would be good for a translation to another language. In the previous version they were reflected.

Another improvement is to add a check box next to willpower to mark when the player is exhausted.

Many thanks.

Mach5RR
January 15th, 2022, 10:46
Hello.
I have detected a bug. The CONx5 does not autocalculate in the data sheet of the player. It stays at 0.

Another little thing. I don't understand why you have added Dexterityx5 as a skill, when you already have dodge. Is there any reason?

Apart from that, just as a possible improvement, there are quite a few terms that do not appear in the strings file and that would be good for a translation to another language. In the previous version they were reflected.

Another improvement is to add a check box next to willpower to mark when the player is exhausted.

Many thanks.

I'll be posting an update to cover some of this soon.
"Why is Dexterity x5 a skill?" - I meant to clarify this in my original post. Dexterity x5 is a combat skill (sorta). Its the ability used for pepper spray, stun guns, and shock batons. When I built the weapons, I found some coding used for looking at the skill list and pulling the number back (Anyone interested, it was the coding for determining Max San by deducting your Mythos skill). With that, I was able to set it up that a user could type in an associated skill with a weapon, and it would auto-load the skill value. Plus, when the value of the skill changed, it would update in all of the associated weapons. Except Dexterity x5 isn't a skill. Its an ability roll. And -I- was on the verge of taking major sanity loss trying to get the script to track changes across abilities and skill in separate nodes. So I took the easy way out, and figured no one would mind, and added Dexterity x5 as a skill to resolve the problem.

The use of terms. What the Delta Green file is, is an an extension of the CoC6e ruleset. I've tried to keep as minimal an impact as I could with the coding and terms that I use. Since DG is a spinoff of CoC, it's only natural they share a lot of the same terms. "Dexterity", "Constitution", "Power", "Sanity Points", etc. The terms in the String File cover things unique to Delta Green, or have changed the names from CoC. (Magic Points become Willpower Points, Spells become Rituals, Magic becomes Hypergeometry,etc).
What I'm saying is, the majority of the terms you are looking to correct come from the CoC6e String file. The DG one just adds to, or overwrites portions of it. When you create your language extension, it should only contain three files. The extension.xml to define the file, a strings file which collates both the Coc6e and DG string files, with the translated terms, and an updated EraManager.xml file, to change the names of the skills.
Be advised, there are (currently) three skill names you cannot change unless you are willing to edit some files. The "language" skill (it breaks the manager_language2.lua script), the "unnatural" skill (DG version of the Mythos skill - changing the name stops the auto-calculation of max sanity; and Dexterity x5 as I have it set up to auto-update that skill.
Right now, I'm also trying to figure out how to set string values to equal names from String file. A lot of the scripts have English words embedded in them for output purposes (the action roll will tell you "Critical, Regular, Fail, or Fumble" but I can't figure out how to make it select those words from the Strings file. I can only seem to set them locally, or build a database of terms from the Era Manager and select from there. I may do that in the short term until I find out the easy way.

Mach5RR
January 18th, 2022, 08:09
Okay, I promised you guys an update to fix the listed issues, and v 0.1.1 is now live. Just use the same dl in the first post. One thing I've been working on, and finally figured out how to do, is to break text out of script files and place it in the Era Manager file. I've also got it where you can now change the names of Skills to match your language. Just leave the "special" name alone for the four skills (language, dodge, dexterity5, mythos) as those are the four skills that are being sought by other parts of the character sheet. I still have to do defensive qualities, so please leave those in English for now.

CthulhuRol
June 21st, 2022, 16:18
Okay, I promised you guys an update to fix the listed issues, and v 0.1.1 is now live. Just use the same dl in the first post. One thing I've been working on, and finally figured out how to do, is to break text out of script files and place it in the Era Manager file. I've also got it where you can now change the names of Skills to match your language. Just leave the "special" name alone for the four skills (language, dodge, dexterity5, mythos) as those are the four skills that are being sought by other parts of the character sheet. I still have to do defensive qualities, so please leave those in English for now.

Hello Mach5RR.
Any news about the incoming update?.

Mach5RR
July 21st, 2022, 06:53
I did a minor update to fix an equipment issue CthuluRoi pointed out. Sorry this has fallen on the backburner, but we've been playing with another system.

GageT800
September 19th, 2022, 01:26
Hello, I have added this to my extensions in my FGU appdata folder like I did the older version, but now I don't get the option to set the preset to Delta Green like I previously could when making a campaign. Any help would be appreciated if at all possible, TIA.

jackanapes
November 11th, 2022, 01:17
Dropped the .ext file into the extensions folder and tried to create a new CoC 6E campaign, but the extension is not appearing in the extensions list. Any troubleshooting advice?

Trenloe
November 11th, 2022, 04:02
Dropped the .ext file into the extensions folder and tried to create a new CoC 6E campaign, but the extension is not appearing in the extensions list. Any troubleshooting advice?
Welcome to the FG forums.

The extension file in post #1 had been packed incorrectly. EDIT: updated extension in post #1.

Trenloe
November 11th, 2022, 04:03
Hello, I have added this to my extensions in my FGU appdata folder like I did the older version, but now I don't get the option to set the preset to Delta Green like I previously could when making a campaign. Any help would be appreciated if at all possible, TIA.
Welcome to the FG forums!

Sorry I didn't spot this post until now. EDIT: Updated extension now in post #1.

Mach5RR
November 11th, 2022, 04:35
Well, I feel like an idiot. Thanks Trenloe. I have fixed the original download post to contain the correct version.

Trenloe
November 11th, 2022, 04:41
Well, I feel like an idiot. Thanks Trenloe. I have fixed the original download post to contain the correct version.
It happens to all of us at some point! To avoid confusion I've removed the extension I'd temporarily uploaded. Thanks for doing this extension and sharing with the community!

jackanapes
November 11th, 2022, 16:49
Many thanks to both for the fast turnaround! The extension is locked and loaded. One other question: Is there still a theme for DG? It's no longer in the DropBox link where I went looking for it.

Mach5RR
November 12th, 2022, 21:19
Many thanks to both for the fast turnaround! The extension is locked and loaded. One other question: Is there still a theme for DG? It's no longer in the DropBox link where I went looking for it.

At some point I just rolled the theme into the extension itself. Otherwise, it would look exactly like stock CoC6e (I hope it doesn't) and I thought it should have a more modern, government worker look.

sedgetone
November 17th, 2022, 22:45
Would you consider getting this into Forge?

Malaith
January 22nd, 2023, 08:51
Hi. Any theme for this ruleset? Thanks!

honeybadgergold
July 22nd, 2023, 16:58
This may be dumb, but I'm assuming I need the CoC6e ruleset? Or the 7th Edition to use this extension?

damned
July 22nd, 2023, 17:05
Yes it needs the CallOfCthulhu 6E ruleset for this to work.

honeybadgergold
July 22nd, 2023, 17:11
Thank you.

Mach5RR
July 22nd, 2023, 23:16
I have always wondered what my limitations are on working on this extension. There are things done in the base COC6e ruleset that I don't like, and wish it were implemented closer to how 5e does things. This includes modding the inventory sheet to load/unload weapons from the combat portion; being able to actually create new weapons -from- the items tab, and modifying books to hold hypergeometric rituals (aka spells), and a couple of other things.
Honestly, if I still played Delta Green (I have one or two player's that -loathe- the BRP ruleset and its variations, which means we never get to play it), for my use I would just flat out mod the core COC6e ruleset to BE a Delta Green ruleset, instead of relying off an extension.

damned
July 23rd, 2023, 09:57
CoC6E is one of the earliest rulesets there will be many things that would be done different if being done now Im sure.
5E is going to always be better than 90% of rulesets.
Copying 6E wholesale is not appropriate as it is a paid product.

Mach5RR
September 2nd, 2023, 04:54
My apologies, as I didn't realize a lot of the Combat Tracker had been deprecated. Although no one came for my head so I'm wondering if people still use this.

Anyway, this ext has been updated to 1.1.3 and I cleaned up some repetitive files where the CoC6e ruleset had modified.

sedgetone
September 2nd, 2023, 08:29
Thank you Mach5RR, I don't get to run DG as much as I would like, but I always prefer to use FG over Foundry.

CthulhuRol
September 3rd, 2023, 00:57
Lately I have only used it to prepare some games, but I intend to play them in FG using the extension. Thanks Mach5RR

Naurthoron
September 9th, 2023, 22:00
Thanks still do from time to time