57
How are video game mods/ports even made?
(lemm.ee)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Generally what needs to be changed in a game port is the input and graphics output parts, the rest of the game engine can stay mostly the same.
Sometimes you also end up writing game code that is platform specific due to how different platforms handle things like floating point arithmetic.