This website requires JavaScript.
Explore
Help
Register
Sign In
Rim
/
h1-mod
Watch
1
Star
0
Fork
0
You've already forked h1-mod
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
572e61d667
h1-mod
/
data
/
cdata
/
ui_scripts
/
mods
/
__init__.lua
6 lines
78 B
Lua
Raw
Normal View
History
Unescape
Escape
add mods menu in lobby
2022-09-03 06:06:45 -04:00
require
(
"
loading
"
)
Mod downloading (#228) * basic template for mod downloading * better checks for unloading? * Mod download stuff * debug prints * basic UI popup for mod downloading * change notify location + abort download * Prevent mods from loading lua files * cleanup, fixes, mod aborting * use correct pipelines * change some messages * fix mod downloading * not a component * fix hardcoded changes Co-authored-by: Federico Cecchetto <fedecek3@gmail.com>
2022-09-11 09:07:19 -04:00
if
(
Engine.InFrontend
(
)
)
then
require
(
"
download
"
)
end
Reference in New Issue
Copy Permalink