Migrated DEV-Build 0.3.0
@@ -1 +1 @@
|
||||
1
|
||||
trent
|
||||
1
EXE/REM/Avatars/characters.txt
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
58
EXE/REM/FPV-Zones/Li01_06_Base_Deck.ini
Normal file
@@ -0,0 +1,58 @@
|
||||
; Zonen- und Objektdefinition für Trenton Outpost (Li01_06_Base_Deck)
|
||||
; Koordinaten sind in Metern, relativ zum Ursprung der Szene
|
||||
; Y-Achse ist Vorwärtsrichtung, Z ist Höhe, X ist seitwärts
|
||||
|
||||
[Init]
|
||||
target_z = 2.0 ; Feste Z-Position der Kamera (Höhe)
|
||||
start_x = 29.403124 ; Start-X-Position
|
||||
start_y = 17.587891 ; Start-Y-Position
|
||||
start_blickrichtung = 30.0 ; Start-Blickrichtung (Yaw-Winkel in Grad)
|
||||
|
||||
[Zone1]
|
||||
; Hauptbereich
|
||||
min_x = -20.596876
|
||||
min_y = -32.412109
|
||||
min_z = -48.0 ; Etwas unter target_z=2.0, da Z fixiert ist
|
||||
max_x = 79.403124
|
||||
max_y = 67.587891
|
||||
max_z = 52.0 ; Etwas über target_z=2.0
|
||||
|
||||
[Zone2]
|
||||
; Angrenzender Korridor
|
||||
min_x = 60.0
|
||||
min_y = -32.412109
|
||||
min_z = -48.0
|
||||
max_x = 100.0
|
||||
max_y = 67.587891
|
||||
max_z = 52.0
|
||||
|
||||
[Zone3]
|
||||
; Ausbuchtung (Alkoven)
|
||||
min_x = 20.0
|
||||
min_y = -32.412109
|
||||
min_z = -48.0
|
||||
max_x = 40.0
|
||||
max_y = 67.587891
|
||||
max_z = 52.0
|
||||
|
||||
[Object1]
|
||||
; Kiste im Hauptbereich
|
||||
name = Crate
|
||||
min_x = 5.0
|
||||
min_y = 5.0
|
||||
min_z = -10.0
|
||||
max_x = 10.0
|
||||
max_y = 10.0
|
||||
max_z = 10.0
|
||||
|
||||
[InteractiveObject1]
|
||||
name = ControlPanel
|
||||
min_x = 2.0
|
||||
min_y = 3.0
|
||||
min_z = -1.0
|
||||
max_x = 3.0
|
||||
max_y = 4.0
|
||||
max_z = 1.0
|
||||
action = control_panel.lua
|
||||
in_range = 3.0
|
||||
facing = 0.0 ; Vorderseite in positive Y-Richtung
|
||||
BIN
EXE/REM/Fonts/AGENCYB.TTF
Normal file
BIN
EXE/REM/Fonts/AGENCYR.TTF
Normal file
BIN
EXE/REM/Fonts/AGENCYR_CR.TTF
Normal file
0
EXE/REM/Lua/CreateNewCharacter.lua
Normal file
0
EXE/REM/Lua/CreateNewCharacter_After.lua
Normal file
@@ -0,0 +1 @@
|
||||
14
|
||||
@@ -0,0 +1 @@
|
||||
off
|
||||
@@ -0,0 +1 @@
|
||||
origin
|
||||
@@ -0,0 +1 @@
|
||||
May
|
||||
@@ -0,0 +1 @@
|
||||
origin
|
||||
@@ -0,0 +1 @@
|
||||
origin
|
||||
0
EXE/REM/Lua/Dock.lua
Normal file
0
EXE/REM/Lua/Dock_After.lua
Normal file
0
EXE/REM/Lua/LocationEnter.lua
Normal file
0
EXE/REM/Lua/LocationEnter_After.lua
Normal file
0
EXE/REM/Lua/LocationExit.lua
Normal file
0
EXE/REM/Lua/LocationExit_After.lua
Normal file
@@ -1,10 +1,10 @@
|
||||
print("Lua started!")
|
||||
|
||||
-- Open the console after a delay
|
||||
rem.StartTimer(2000, function()
|
||||
rem.ShowNNMessage(9000)
|
||||
print("Console open after 2 seconds.")
|
||||
end)
|
||||
-- rem.StartTimer(2000, function()
|
||||
-- rem.ShowNNMessage(9000)
|
||||
-- print("Console open after 2 seconds.")
|
||||
-- end)
|
||||
|
||||
-- Add Infocard
|
||||
rem.AddInfoCard(9000, "TestSpam")
|
||||
|
||||
7
EXE/REM/Lua/testwindow-nnmessage.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Start a timer for 3 seconds
|
||||
rem.StartTimer(3000, function()
|
||||
rem.ShowNNMessage(1699)
|
||||
print("Message displayed after 3 seconds!")
|
||||
end)
|
||||
|
||||
print("This happens immediately while the timer runs.")
|
||||
BIN
EXE/REM/UI/COMMODITIES/commod_Azurite.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
EXE/REM/UI/COMMODITIES/commod_Citrine.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
EXE/REM/UI/COMMODITIES/commod_Morganite.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
EXE/REM/UI/COMMODITIES/commod_Obsidian.png
Normal file
|
After Width: | Height: | Size: 1001 KiB |
BIN
EXE/REM/UI/COMMODITIES/commod_Pyrope.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
EXE/REM/UI/COMMODITIES/commod_Viridian.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
EXE/REM/UI/HUD/mousecursor.png
Normal file
|
After Width: | Height: | Size: 18 KiB |