Anuken / Mindustry-Suggestions

Repository for Mindustry suggestions and feedback
131 stars 58 forks source link

Adjustable max line limit property for processors #5116

Closed Arcticzomb closed 3 months ago

Arcticzomb commented 4 months ago

Describe the content or mechanics you are proposing.

Make the maximum line limit in logic processors a moddable property.

Describe how you think this content will improve the game. If you're proposing new content, mention how it may add more gameplay options or how it will fill a new niche.

It will allow for much more complex programming when porting code from an external source. Personally, I re-wrote another person's script that no longer works to converts images to 176x176 and outputs pixel data as mindustry code. ((176^2)*2 lines of code, aka, ~60,000 lines of code or 60 processors to run it (The max line limit is 999 lines)).

Before making this issue, check the boxes below to confirm that you have acknowledged them.

mahdoosh1 commented 4 months ago

just needs a method to set that property (or just make the variable public directly)

github-actions[bot] commented 3 months ago

This suggestion is now stale, and will be automatically closed.