Cash penalties not working?

Discussions about scenario games and user-defined scripts.
Post Reply
Tack
Posts: 2
Joined: Wed Apr 03, 2019 6:07 am

Cash penalties not working?

Post by Tack »

Just got the game not long ago, loving it. Can someone review this script? The penalties for personal and corporate cash don't seem to do anything. I tested on 1 year period (will extend after) to see if it worked and nothing happened when I failed...seems like a basic script that should work?

Code: Select all

[HEADER]
Title=Digital Goals and Subgoals
Description=Win the Digital Era!

//-------------------------------------------------------------------//

[MAIN GOAL]
Goal Title=PC Dominance
Goal Description=Become the main OS and hold 60% of the internet market share

Number of Game Years=1

[MAIN GOAL VALUES]
OS Dominance
Internet market share=60

[MAIN GOAL REWARDS] 
Corporate Cash change=100

//SUB1-------------------------------------------------------------------//

[SUBGOAL]
Goal Title=Security Software Dominance
Goal Description=Roll out the top Security Software

Goal Achieved Text=Congratulations! You are the market leader in Security Software!
Goal Failed Text=Sorry, you're too slow with your rollout...

Number of Game Years=1

[SUBGOAL VALUES]
Software Dominance=Computer Security

[SUBGOAL REWARDS] 
Score change=10
Corporate cash change=25

[SUBGOAL PENALTIES] 
Score change=-5
Corporate Cash change=-10

//SUB2-------------------------------------------------------------------//

[SUBGOAL]
Goal Title=Office Software Dominance
Goal Description=Roll out the top Office Software

Goal Achieved Text=Congratulations! You are the market leader in Office Software
Goal Failed Text=Sorry, you're too slow with your rollout...

Number of Game Years=1

[SUBGOAL VALUES]
Software Dominance=Office Software

[SUBGOAL REWARDS] 
Score change=10
Corporate Cash change=25

[SUBGOAL PENALTIES] 
Score change=-5
Corporate Cash change=-10

//SUB3-------------------------------------------------------------------//

[SUBGOAL]
Goal Title=Get Rich or Die Trying
Goal Description=Personal Wealth Accumulated!

Goal Achieved Text=Congratulations! You are one wealthy mofo
Goal Failed Text=Sorry, you're basically on welfare now

Number of Game Years=1

[SUBGOAL VALUES]
Player Wealth=100

[SUBGOAL REWARDS] 
Score change=10
Personal Cash change=10

[SUBGOAL PENALTIES] 
Score change=-5
Personal Cash change=-10
MagnusA
Level 3 user
Posts: 56
Joined: Sun Oct 21, 2018 5:41 am

Re: Cash penalties not working?

Post by MagnusA »

It is four boals so it is not that "basic". Have you tested the the goals one by one (adding one goal at a time) to nail down where it goes wrong? Do they show up correctly in the Goal Report? Do they trigger at all? Do you fulfill the goal requirements? Do you get the rewards/penalties?
User avatar
David
Community and Marketing Manager at Enlight
Posts: 9356
Joined: Sat Jul 03, 2010 1:42 pm
Has thanked: 17 times
Been thanked: 48 times

Re: Cash penalties not working?

Post by David »

The issue has been fixed. Please download the latest patch v5.7.09 from viewtopic.php?f=10&t=5538
Tack
Posts: 2
Joined: Wed Apr 03, 2019 6:07 am

Re: Cash penalties not working?

Post by Tack »

Thank you very much David and the dev team for such a quick fix! I also had noticed the negative values did not display millions before the patch (-10 was literally -10 dollars not -10 million as the script page stated it would be in millions) and now it does. Everything is working perfectly for all my goals :D
Post Reply