Skip to content
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

[Suggestion]: Add settings to change Medium and Large field sizes #211

Open
SpiderTash opened this issue Jan 29, 2024 · 0 comments
Open

Comments

@SpiderTash
Copy link

For those that prefer very large fields, could you add some settings into the settings menu to change at what sizes the game changes up to Medium and Large sizes?

I know the code to hard code it into the main.lua file is below:
-- Increase the MED and LRG field sizes
AbstractFieldMission.FIELD_SIZE_MEDIUM = 6
AbstractFieldMission.FIELD_SIZE_LARGE = 20

I tried to make a lot more simplistic contract mod that the only settings were the number of contracts, active contracts, and this, but I can't even make it close enough to setting up in-game menus. Trying from scratch I just kill the game if I try and go any farther than a hard missionVehicle.xml overwrite.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant