HaloSPV3 / HXE

A wrapper for HCE and loader for SPV3.
https://github.com/yumiris/HXE.Legacy
zlib License
4 stars 0 forks source link

File resources are being interpreted as String resources #250

Open BinToss opened 2 years ago

BinToss commented 2 years ago

Problem

Blame https://github.com/HaloSPV3/HXE/commit/942eafb12cf10a3f5dbe6d69d08f84cf8e5aa076

image

Solution

Revert commit changes OR switch to ResJ resources.

BinToss commented 2 years ago

I'll be using ResJ instead of ResX in the future. Unlike ResX, ResJ is cross-platform and usable in Visual Studio Code. ResJ is easier to edit as plain text compared to ResX.