stanuwu / PixelGunCheat

Pixel Gun 3D PC Cheat
6 stars 2 forks source link

How to compile into a dll? #3

Closed Fevirre closed 5 months ago

Fevirre commented 5 months ago

Since i have no experience into making bepinex mods from scratch figured i'd use this as a source template, i also was gonna add in some field functions but ofc i have no idea how to compile it to dll to be used anyways. Could use some help

stanuwu commented 5 months ago

1) Install Bepinex 6 il2cpp x64 2) clone repository 3) create ./libs folder in project root 4) copy all dll files from bepinex/interop to libs 5) build solution

make sure you have dotnet 7 installed