LockpickInteractive / Rbx2Source

Rbx2Source is a utility tool that automatically assembles Roblox assets into geometry data, which is then compiled into the Source Engine.
14 stars 3 forks source link

Fix Configless steam directory logic #11

Closed qfoxb closed 1 year ago

qfoxb commented 2 years ago

Need to restore this functionality back to the previous mode - which is read libraryfolders.vdf. The reason this functionality has broken is steam has changed the libraryfolders.vdf format.
The plan is: Move to a vdf interpreter library, very similar to JSON.net Read all the directories and scrape through them afterwards

qfoxb commented 1 year ago

Ended up not using a vdf interpreter library, used ChatGPT to help me figure out where i was getting stuck and figured it out!