Feb 11, 2018 at 3:21 PM
Join Date: Jul 20, 2015
Location: Under sea level or something
Posts: 804
Age: 26
Pronouns: 菓子
Assembly is pretty much the game's hardcode instead of just the TSC scripts. It contains stuff like physics, npc behavior, rendering, weapons and much else. With ASM hacking (done with often a debugger like ollydbg) we refer to editing the assembly of the game's .exe file. The hex editor and hacking tool in BL do asm hacking too.
Doing your own ASM hacking isn't easy though, and you can easily ruin your mod if you dont know what you're doing, so its kinda something like advanced modding.
Doing your own ASM hacking isn't easy though, and you can easily ruin your mod if you dont know what you're doing, so its kinda something like advanced modding.