Visual Entertainment and Technologies Forum

Full Version: Company Shares
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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;
Thanks i will try Smile