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

Disable spawning of useless citizens: kids, drunkards, mothers, chickens #1038

Open
gynt opened this issue Dec 4, 2023 · 2 comments
Open
Labels
feasible Theoretically feasible enhancement

Comments

@gynt
Copy link
Collaborator

gynt commented Dec 4, 2023

It will solve the building placement issues some players find annoying.

@gynt
Copy link
Collaborator Author

gynt commented Dec 4, 2023

For a future dev:

--[[
Remove chicken spawning
--]]
core.writeCode(core.AOBScan("6A 3E 03 C9"), {0x90} * 29) -- 29 NOPS

--[[
Remove mother spawning
--]]
core.writeCode(core.AOBScan("6A 3F 51"), {0x90} * 30) -- 30 NOPS

--[[
Remove child spawning
--]]
core.writeCode(core.AOBScan("6A 40 51"), {0x90} * 30)

--[[
Remove drunk spawning
--]]
core.writeCode(core.AOBScan("6A 23 03 C9"), {0x90} * 29) -- 29 NOPS

@gynt gynt added the feasible Theoretically feasible enhancement label Dec 4, 2023
@TimTierholz
Copy link

This would be great. Alternatively, it would also be sufficient if you were simply allowed to place buildings on kids, etc. just like with chicken.

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

No branches or pull requests

2 participants