maluramichael / dll-proxy-generator

Creates a proxy dll which sits between the game and original dll
https://malura.de
MIT License
118 stars 35 forks source link

Improvements #3

Open gustavopacheco1 opened 8 months ago

gustavopacheco1 commented 8 months ago

I don't know why GitHub doesn't show the diff in the main.cpp file.

maluramichael commented 7 months ago

Can you check which encoding your file has? I think mine is saved as UTF-16 LE. I think i should save it as utf8 and commit it.

maluramichael commented 7 months ago

I updated the file. I opened it in VSCode clicked at the bottom on the encoding

image

selected Save with Encoding and selected UTF-8. Hope that helps.

gustavopacheco1 commented 7 months ago

Cool, I'll do that when I have time. Thank you.