Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Company Shares
#1
Hi, First of all i want to thank you for this game. I am playing with enjoy.
My issue is how may i get back my company shares? I want to private company again but shareholders won't sell like 50 years..
Can you help me with this? I am open suggestion including using SQLiteStudio..
Thanks Smile
Reply
#2
If you're looking to cheat this using SQL, these statements should do the trick. Be sure to back up the save file though, because it's been a while since I messed with GearCity code in this capacity.

Code:
DELETE FROM StockOwnership WHERE CompanyShares = 0;
UPDATE CompanyList SET STOCKS_AVALIABLE = 0, STOCKS_ISSUED = 0, STOCKS_SELFOWNED = 0, STOCKS_PRICE = 0, STOCK_IPO_TIMER = 0, STOCK_INSTITUTIONAL_SHARES = 0, DIVIDEND_PERCENTAGE = 0, DIVIDEND_AMOUNT = 0, DIVIDEND_LOCK = 0 WHERE ID = 0;
"great writers are indecent people, they live unfairly, saving the best part for paper.
good human beings save the world, so that bastards like me can keep creating art, become immortal.
if you read this after I am dead it means I made it." ― Charles Bukowski
Reply
#3
Thanks i will try Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)