Compare commits
13 Commits
c105e73c74
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c0a699c068 | |||
| 28f23a96fb | |||
| 0ccceb96f3 | |||
| f71de8f2cb | |||
| d6a7c00066 | |||
| f53f9cd7cd | |||
| 22acf17ff3 | |||
| ba5c857b05 | |||
| 747c56281f | |||
| 2e8e459df6 | |||
| aaf3bee0d0 | |||
| 9b3b41bb08 | |||
| 190dfba867 |
Binary file not shown.
Binary file not shown.
@@ -959,6 +959,15 @@ is_2d = true
|
|||||||
attenuation = 0
|
attenuation = 0
|
||||||
file = Audio\Rem_Audio\Trent\dx_lanehacker_0201_trent.wav
|
file = Audio\Rem_Audio\Trent\dx_lanehacker_0201_trent.wav
|
||||||
|
|
||||||
|
; Liberty Rogues Pilot
|
||||||
|
[Sound]
|
||||||
|
nickname = dx_rogues_0401_comm
|
||||||
|
type = voice
|
||||||
|
is_2d = true
|
||||||
|
attenuation = 0
|
||||||
|
file = Audio\Rem_Audio\ROGUES\dx_rogues_0401_comm.wav
|
||||||
|
|
||||||
|
|
||||||
; Marcus Walker Viginette
|
; Marcus Walker Viginette
|
||||||
|
|
||||||
[Sound]
|
[Sound]
|
||||||
@@ -967,3 +976,13 @@ type = voice
|
|||||||
is_2d = true
|
is_2d = true
|
||||||
attenuation = 0
|
attenuation = 0
|
||||||
file = Audio\Rem_Audio\viginettes\DX_EXP_VIGNETTE_WALKER_SP.wav
|
file = Audio\Rem_Audio\viginettes\DX_EXP_VIGNETTE_WALKER_SP.wav
|
||||||
|
|
||||||
|
|
||||||
|
; Rebus Flashback
|
||||||
|
|
||||||
|
[Sound]
|
||||||
|
nickname = dx_flashback_rebus_sp
|
||||||
|
type = voice
|
||||||
|
is_2d = true
|
||||||
|
attenuation = 0
|
||||||
|
file = Audio\Rem_Audio\Story_Arcs\rebus_flashback.wav
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2622,3 +2622,43 @@ effect_crc = -255315402
|
|||||||
textures = fx\efx.txm
|
textures = fx\efx.txm
|
||||||
textures = fx\standardeffects.txm
|
textures = fx\standardeffects.txm
|
||||||
|
|
||||||
|
|
||||||
|
; REM CUTSCENES
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_chronos_relic
|
||||||
|
alchemy = fx\rem_misc\rtc_chronos_relic.ale
|
||||||
|
effect_crc = 219533643
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_artifact_crystal
|
||||||
|
alchemy = fx\rem_misc\rtc_artifact_crystal.ale
|
||||||
|
effect_crc = 330610581
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_helios_shard
|
||||||
|
alchemy = fx\rem_misc\rtc_helios_shard.ale
|
||||||
|
effect_crc = -304427461
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_athena_orb
|
||||||
|
alchemy = fx\rem_misc\rtc_athena_orb.ale
|
||||||
|
effect_crc = 338121621
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_proteus_tome
|
||||||
|
alchemy = fx\rem_misc\rtc_proteus_tome.ale
|
||||||
|
effect_crc = -189157699
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
[VisEffect]
|
||||||
|
nickname = rtc_ancient_veins
|
||||||
|
alchemy = fx\rem_misc\rtc_ancient_veins.ale
|
||||||
|
effect_crc = 201434746
|
||||||
|
textures = fx\rem_cutscenes_relics.txm
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,6 +8,7 @@ ambient = ambience_deck_space_larger
|
|||||||
|
|
||||||
[PlayerShipPlacement]
|
[PlayerShipPlacement]
|
||||||
name = X/Shipcentre/01
|
name = X/Shipcentre/01
|
||||||
|
landing_script = Scripts\Bases\Li_alcatraz_deck_land_01.thn
|
||||||
|
|
||||||
[Camera]
|
[Camera]
|
||||||
name = Camera_0
|
name = Camera_0
|
||||||
|
|||||||
+4
-1
@@ -545,10 +545,13 @@ prop = pumpkin, bases\REM_MISC\pumpkin.3db
|
|||||||
room = bw_hallway01, bases\REM_MISC\bw_hallway01.cmp
|
room = bw_hallway01, bases\REM_MISC\bw_hallway01.cmp
|
||||||
room = st_02_lab_doors, bases\REM_MISC\cv_lab_doors.cmp
|
room = st_02_lab_doors, bases\REM_MISC\cv_lab_doors.cmp
|
||||||
room = bw_hallway01_connection, bases\REM_MISC\bw_hallway_connection.3db
|
room = bw_hallway01_connection, bases\REM_MISC\bw_hallway_connection.3db
|
||||||
prop = chronos_relic_prop, Characters\props\chronos_relic_prop.3db
|
prop = chronos_relic_prop, Characters\props2\chronos_relic_prop.3db
|
||||||
|
prop = chronos_relic_prop, Characters\props2\athena_orb_prop.3db
|
||||||
|
prop = chronos_relic_prop, Characters\props2\helios_shard_prop.3db
|
||||||
room = newsroom, bases\generic\newsroom.3db
|
room = newsroom, bases\generic\newsroom.3db
|
||||||
room = celebration_hall, bases\REM_MISC\celebration_hall.3db
|
room = celebration_hall, bases\REM_MISC\celebration_hall.3db
|
||||||
prop = celebration_hall_chairs, bases\REM_MISC\celebration_hall_chairs.3db
|
prop = celebration_hall_chairs, bases\REM_MISC\celebration_hall_chairs.3db
|
||||||
prop = pda_screen01, bases\REM_MISC\pda_screen01.3db
|
prop = pda_screen01, bases\REM_MISC\pda_screen01.3db
|
||||||
|
prop = pda_background01, bases\REM_MISC\pda_background01.3db
|
||||||
prop = comm_pi_pirate01, characters\commhelmets\comm_br_darcy.3db
|
prop = comm_pi_pirate01, characters\commhelmets\comm_br_darcy.3db
|
||||||
;prop = comm_pi_pirate02, characters\commhelmets\comm_pi_pirate.3db
|
;prop = comm_pi_pirate02, characters\commhelmets\comm_pi_pirate.3db
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
+2
-2
@@ -13,8 +13,8 @@ Website : https://rem-freelancer.moe/
|
|||||||
|
|
||||||
File Name : REM.zip
|
File Name : REM.zip
|
||||||
File Size : 15,00 GB
|
File Size : 15,00 GB
|
||||||
Mod Version : 0.4.5.2
|
Mod Version : 0.4.6.0
|
||||||
Date Released : 25/08/2026
|
Date Released : 05/09/2026
|
||||||
|
|
||||||
******************************************************
|
******************************************************
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user