Commit graph

13 commits

Author SHA1 Message Date
Tony Bark
5de5a0c315 [Broken] Removed news branding
- Ticker files are no longer baked into the game
- Removed secondary outlet
- News window uses outlet name from Json name
- Lowered maximum amount of news items
2022-08-08 18:29:56 -04:00
Tony Bark
65cc08fab6 Decoupling more hardcoded data
- Created a json helper to streamline decoupling of hardcoded data
- Removed non-existent VR bridge reference
- News ticker files are no longer hardcoded to the game.
- Removed hardcoded city and mayor names using Json helper
2022-08-08 16:10:14 -04:00
Tony Bark
f8a0f97767 Slightly rewrote the news ticker architecture
- The news ticker is now a stealth button that opens a window.
- News window now has brandings for FNN and Pawprint Press.
- Ticker now provides extra lore by me if is_caseyverse.txt is present.
- Moved the news ticker functions to the window source, for now.
- Added .gdignore
2022-08-08 03:53:39 -04:00
Tony Bark
aed8b266b8 Fixed news ticker not replacing text
Glad to get that annoying bug finally out of the way.
2022-08-07 23:00:59 -04:00
Tony Bark
1f038ea53c Initial foundation for VR Mode
A lot has happened since May that I couldn't begin to describe what was working at the time. What I can tell you that is new as of this commit is an upcoming VR mode.
2021-09-24 11:12:02 -04:00
Tony Bark
ef6b097ef2 Rewrote news ticker
- Rewrote news ticker based on JSON web API tutorials
- Simplified json files for news ticker as part of rewrite
- Renamed /dialog to /json
2021-05-30 12:38:41 -04:00
Tony Bark
72e2c96542 SC3k-style Ordinances
This wound up being a bigger commit than I had initially planned.

- New SC3k-style policies based on the advisor code.
- Added license file to Font Awesome folder.
- Refactored the advisor code so it can handle multiple files.
- Updated icons. Should be more consistent now.
- Replaced Sims with Animals in ticker text.
- Moved dialogs to windows directory.
2021-05-27 10:33:08 -04:00
Tony Bark
986789ae5d Organized city and advisor dialogs
- Added another existing character, Cindy Diamond, to take over as City Planning now that City Limits officially takes place in Nethington. Zack now handles transport.
- News keys are now properly shuffled after index.
- Updated screenshot to the recent look
- Simplified money cheat
- Updated credits in README
2021-05-26 10:30:41 -04:00
Tony Bark
8b37060d5c Fixed typo 2021-05-26 05:51:47 -04:00
Tony Bark
76b67cbe73 Added more news messages
- Shuffle news keys
- Brought back check if city name is named "Furtropolis" to change outlet to "FNN"
- Reduced ticker timer from 10 to 6 seconds
2021-05-26 05:50:47 -04:00
Tony Bark
cc4747ab65 FNN and Central Tower
If the Central Tower is present, change Pawprint Press to FNN.
2021-05-26 04:24:08 -04:00
Tony Bark
9dc5956e89 News outlet variable
Two possible news outlets: FNN (Furtropolis News Network) or Pawprint Press.
2021-05-26 03:48:50 -04:00
Tony Bark
d1da70a099 Streamlined advisor window
- Streamlined advisor window messages through signals.
- Added TODO file
- Ignore /except directory
- News ticker based on the advisor code with text from SC3k with news from the game, with some exceptions.
- New SC3k-like interface.
- Added icons from Font Awesome.
2021-05-26 03:35:52 -04:00