Search found 2 matches
- Wed Sep 21, 2022 2:42 am
- Forum: Mod Creation
- Topic: [UMod] Hi-Res UI Scaling
- Replies: 6
- Views: 16365
Re: [UMod] Hi-Res UI Scaling
Hello and thanks for spending time on this mod. I can't seem to get it to work though. I'm definitely on the correct beta branch, and the game crashes on launch if I delete my Mods\hires.lua file so I'm fairly sure that mod file is being loaded, but the game looks exactly the same. I tried setting [...
- Mon Jun 13, 2016 11:09 pm
- Forum: Modding
- Topic: Global functions?
- Replies: 7
- Views: 12841
Global functions?
Googling for this is turning up nothing so it seems impossible, but I'll ask anyway because this is such basic functionality that I refuse to believe that. Is it possible to define a global function in one of the lua files in my mod? I just want to create a reusable code snippet so I don't have a lo...