Add unused 4th intro

This commit is contained in:
C.S. Melis 2022-08-03 02:10:40 +02:00
parent c0014e69d5
commit 2bc82a720a
8 changed files with 33 additions and 1 deletions

View File

@ -43,6 +43,7 @@
- Added more pitch variations for the NPC chatter
- Added the DelayDisplay plugin which shows the cooldown timer for weapons that require ammunition
- Allow the player to visit the lab on Planet Toledo
- Added the MultiIntro plugin which shows an unused 4th menu intro
### Fixes
- Fixed an issue that caused the debris explosion trail effect to stretch out tremendously
@ -50,7 +51,7 @@
- Added an engine to Battleship Arizona so it can properly move towards the Alaska -> New York jumpgate during mission 11
- Assigned correct descriptions to the nebulae in Omicron Theta
- Corrected numerous German typos and inconsistencies in the English text resources
- Fixed typos and newline issues in the neural net, interface, and account ID info text resources
- Fixed typos and newline issues in the neural net, interface and options menu text resources
- Changed "Weapons off-line" text to "Weapons offline"
- Fixed seams in ST03b (Dyson Sphere system) starsphere
- No longer overwrite the neural net and Pirate voice audio files with English versions by default
@ -67,6 +68,7 @@
- Ensure the correct help text is shown for the Change View button
- Fixed an issue that caused one of the uncloaking Rheinland ships from mission 5 to attack the player too early sometimes
- Updated the orientation of the Freeport station in the gasminer3 intro script so it's no longer upside down
- Fixed an issue that caused Rep. Benno Henning on Planet New Berlin to sometimes show an empty bribe dialog
### Misc
- Compressed nav map textures for faster load times

View File

@ -88,6 +88,13 @@ file = audio\music\music_friendly_encourage.wav
attenuation = -2
streamer = true
[Sound]
nickname = intro_music_friendly_encouragement
type = music
file = audio\music\music_friendly_encourage.wav
attenuation = -6
streamer = true
[Sound]
nickname = music_reveal_and_exposition
type = music

View File

@ -0,0 +1,6 @@
[Room_Info]
scene = ambient, Scripts\Intro\intro_waterplanet.thn
[Room_Sound]
music = intro_music_friendly_encouragement

View File

@ -0,0 +1,8 @@
[BaseInfo]
nickname = intro4_base
start_room = Cityscape
[Room]
nickname = Cityscape
file = Universe\Systems\Intro\Bases\Rooms\intro4_waterplanet.ini

View File

@ -1612,6 +1612,13 @@ strid_name = 196766
file = Universe\Systems\Intro\Bases\Intro3_Base.ini
BGCS_base_run_by = W02bF35
[Base]
nickname = Intro4_Base
system = Li01
strid_name = 196766
file = Universe\Systems\Intro\Bases\Intro4_Base.ini
BGCS_base_run_by = W02bF35
[Base]
nickname = Ew06_01_Base
system = Ew06

BIN
EXE/MultiIntro.dll Normal file

Binary file not shown.

View File

@ -31,6 +31,7 @@ ranks.dll
storyfactions.dll
Territory.dll
TurretZoom.dll max=1000 shift=100 ctrl=10 alt=2 s+c=0.2 c+a=0.1 switch=50 interval=250 adjust=0.85
MultiIntro.dll
flplusplus.dll
WheelScroll.dll
Zone.dll

View File

@ -136,6 +136,7 @@ Have something to contribute to make the mod even better? Feel free to create a
- [Freelancer SDK/QuickFix](https://swat-portal.com/forum/filebase/file/619-freelancer-quickfix-1-0c/) *(included in Jason's Freelancer Patch)*
- M0tah
- [DelayDisplay plugin](https://forge.the-starport.net/projects/delaydisplay)
- [MultiIntro plugin](https://forge.the-starport.net/projects/multiintro)
- [Microsoft](https://github.com/microsoft)
- [Freelancer Patch 1.1](https://www.moddb.com/games/freelancer/downloads/freelancer-patch-11)
- [Raikkonen](https://github.com/oliverpechey), [Keenan Weaver](https://github.com/keenanweaver) & [BC46](https://github.com/BC46)