-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenRCT2: Implement New Game #3229
base: main
Are you sure you want to change the base?
OpenRCT2: Implement New Game #3229
Conversation
Set up some options. Likely many, many errors
Created options and some funcitons. Likely many, many errors
The program now generates an OpenRCT2 World without logic
Openrct2Client initial work
openrct2 proxy fixes
Fixed Bug where items wouldn't generate
Added new categories to the item list Improved Options
Coming to realise __init__ needs to be redone
New items algorithm
Added options for random scenario from game/expansion pack
Started rule generation algorithm
Gravity Gardens won't be rolled with the random scenario option
Added option groups
Added icon for OpenRCT2 launcher
option_full = LocationBalancingMode.full.value | ||
default = LocationBalancingMode.compromise.value | ||
|
||
class SelectedScenario(Choice): |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran through it pretty recently. I think everything looks good!
Don't forget to update Readme.md and CODEOWNERS |
What are the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not look at Client.py
, the socket, or the unit test. I looked through the rest of the files, although I'll need to look at __init__.py
again later, since I got a bit lost. Various comments, I have not done generations yet
Fixed typos/typing conventions
Added ensurances that categories of required rides will be possible to build. If Allow High Construction is disabled, automatically remove items that can not be built at all. Started list of parks without water access. Cleaned code.
Style updates.
Please format your title with what portion of the project this pull request is
targeting and what it's changing.
What is this fixing or adding?
Adds support for OpenRCT2.
How was this tested?
Over the past 6 months, we've had several public beta tests, fixing many issues.
If this makes graphical changes, please attach screenshots.