Skip to content

Commit

Permalink
add version.lua, update luasteam
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaisaDev committed Jun 28, 2024
1 parent f9b6e0d commit 10691f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified evaisa.mp/bin/luasteam.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions evaisa.mp/init.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
--------- STATIC VARIABLES ---------

game_id = 881100
--discord_app_id = 943584660334739457LL
MP_VERSION = 367
MP_PRESET_VERSION = 2

-- load version numbers
dofile("mods/evaisa.mp/version.lua")

VERSION_FLAVOR_TEXT = "$mp_release"
noita_online_download = "https://github.com/EvaisaDev/noita-online/releases"
exceptions_in_logger = false
Expand Down
2 changes: 2 additions & 0 deletions evaisa.mp/version.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MP_VERSION = 368
MP_PRESET_VERSION = 2

0 comments on commit 10691f7

Please sign in to comment.