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

Split mod (game) logic into pluggable minimods #80

Open
demoth opened this issue Aug 2, 2022 · 0 comments
Open

Split mod (game) logic into pluggable minimods #80

demoth opened this issue Aug 2, 2022 · 0 comments
Labels
gamemod game logic related help wanted Extra attention is needed

Comments

@demoth
Copy link
Owner

demoth commented Aug 2, 2022

Quake 2 mods are developed and distributed as one big chunk of logic, combining monster/weapon/item/coop/deathmatch rules, etc..

There are however many parts of the mod that don't interact with each other (like monster logic and weapon logic) and therefore could be isolated. Both code and resources.

This is just and idea and need more refinement

@demoth demoth added help wanted Extra attention is needed gamemod game logic related labels Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gamemod game logic related help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant