SFOverhaul - Core
Overall changes.
- Fixed Security Force Naming-Colonel and securityForceTradeShow.
- Renaming/reworking some variables and called files.
- Updating Security Force Proposal.
- Convert some story variables into temp.
- Another diplomancy option.
- Cost rebalancing.
- More toggle usage.
- Targeting report reflow.
- SubsidyActive varible is now in use.
A new upgrade option.
Merge request reports
Activity
Immediately I don't like things like
$GiantRobot
. At least consider $secForce.giantRobot or something like that to make it descriptive as to what it is a port of.Also shouldn't the mod variables not need to check for the mod to be active if they can only exist IF the mod is turned on? I'm not a fan of being able to enable it mid-game, but I can see reasons to allow it and I figure that's why you have the combined check.
Also merge conflicts.
I'l go make the names more descriptive.
Also shouldn't the mod variables not need to check for the mod to be active if they can only exist IF the mod is turned on?
I would rather be safer than sorry and it doesn't make sense to me that the toggle should exist but it was used in four places (options,introSummary,storyinit and once in nonRandomEvent) which personally makes it being a toggle useless as with it off the content is still present even though isn't the whole point of a toggle is to control viewing of it. I know there is good chance I am wasiting my time, is there a chance that the mod could become cannon seeing as it been made slightly more realisitic (even though the game is set in 2038). If FCDev wanted to make writing lore/content easy, why have a large disconnect between the date (24+ years) actively techonlogy (<= 10 years)?
I know merge conflicts exist however as I have said ITT "<<<<" doesn't have any hits.
git stash save * src/pregmod/SecForceEX/securityForceTradeShow.tw: needs merge src/pregmod/SecForceEX/securityForceTradeShow.tw: needs merge src/pregmod/SecForceEX/securityForceTradeShow.tw: unmerged (9b2365b00248053e227e768e8ddd188b5fa3723d) src/pregmod/SecForceEX/securityForceTradeShow.tw: unmerged (c3037fc70415e49ab243fc179de9e842391cfcf0)
Edited by BlankI have BC all setup to handle converting over active variables and it's probably time I nuke and start over once more.
Do I mind not that it matters at all as it isn't my repo in the end. There goes one idea I enjoyed, oh well.
What is wrong with having a large arsenal is espcially in the unlickley event FCDev continues the story?
Simply SF.var causes a massive implosion of is undefined. If I follow the layout of
ndef $arcologyUpgrade
however that would make the conversion code worthless. - or _ is out of the question as well, so cammel case or such it is then.Edited by Blankadded 18 commits
-
ac670573...796d19ac - 15 commits from branch
pregmodfan:pregmod-master
- ca0c1741 - Inital code
- e5c7bd94 - Drop upgrade.
- aa31ec8d - Merge branch 'SFOverhaulInitalRelease' of ssh.gitgud.io:Blank/fc-pregmod into…
Toggle commit list-
ac670573...796d19ac - 15 commits from branch
Math clamp decided now was the time to give me greif on "oceanic""marine" terrain the other check works as expected, just what I wanted. In better news your suggestion is working in testing.
Edited by Blank