SydneyMOD / SydneyHUD

All-In-One PAYDAY2 HUD mod
http://modworkshop.net/mydownloads.php?action=view_down&did=18716
Other
17 stars 12 forks source link

Add self asset loading system #80

Closed katabame closed 6 years ago

katabame commented 6 years ago

Some of SydneyHUD user didn't know this HUD has assets. because we separated the repo and folders... some of mod (e.g. VoidUI, BeardLib) has self assets loading system. I referenced that codes, but it difficult to understand for me.

If you're good to do it, please help me out.

This is what I found: DB:create_entry(Idstring("texture"), Idstring(path)), file)

katabame commented 6 years ago

This cost is very high. Using mod_override is best way I decide.