mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Add unused 4th intro
This commit is contained in:
parent
c0014e69d5
commit
2bc82a720a
@ -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
|
||||
|
@ -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
|
||||
|
@ -0,0 +1,6 @@
|
||||
[Room_Info]
|
||||
scene = ambient, Scripts\Intro\intro_waterplanet.thn
|
||||
|
||||
[Room_Sound]
|
||||
music = intro_music_friendly_encouragement
|
||||
|
8
DATA/UNIVERSE/SYSTEMS/INTRO/BASES/intro4_base.ini
Normal file
8
DATA/UNIVERSE/SYSTEMS/INTRO/BASES/intro4_base.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[BaseInfo]
|
||||
nickname = intro4_base
|
||||
start_room = Cityscape
|
||||
|
||||
[Room]
|
||||
nickname = Cityscape
|
||||
file = Universe\Systems\Intro\Bases\Rooms\intro4_waterplanet.ini
|
||||
|
@ -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
BIN
EXE/MultiIntro.dll
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user