Migrated DEV-Build 0.3.0

This commit is contained in:
NekuraMew
2025-05-14 11:44:48 +02:00
parent c26cb313cc
commit a37f28da9f
68 changed files with 2826 additions and 1824 deletions

View File

@@ -1 +1 @@
1
trent

View File

@@ -0,0 +1 @@
1

View 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

Binary file not shown.

BIN
EXE/REM/Fonts/AGENCYR.TTF Normal file

Binary file not shown.

Binary file not shown.

View File

View File

View File

@@ -0,0 +1 @@
14

View File

@@ -0,0 +1 @@
off

View File

@@ -0,0 +1 @@
origin

View File

@@ -0,0 +1 @@
May

View File

@@ -0,0 +1 @@
origin

View File

@@ -0,0 +1 @@
origin

0
EXE/REM/Lua/Dock.lua Normal file
View File

View File

View File

View File

View File

View File

View 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")

View 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.")

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB