Commit Graph

799 Commits

Author SHA1 Message Date
C.S. Melis
5962afdd80 Set all effect types to exist and update offscreen 2022-09-27 14:21:40 +02:00
C.S. Melis
212de36b71 Fix issue that caused the Nomad explosion effect to not always be shown 2022-09-25 11:49:53 +02:00
C.S. Melis
c163016f07 Remove all edited planet .sph and .mat files 2022-09-22 13:21:55 +02:00
C.S. Melis
6034c0809c Update ast_ice and and ast_rock.mat
Updated them based on the textures used in the new planet detailmaps.
2022-09-21 22:48:48 +02:00
C.S. Melis
56ae14db72 Recreate all planet detailmaps
This breaks most of the detailmap references used in the current planet textures. Will be fixed in the next commit(s).
2022-09-21 14:59:03 +02:00
C.S. Melis
87abb5162b Add delay before Q's Men ships fly away in mission 6 2022-09-18 11:27:35 +02:00
C.S. Melis
ddc524fe3c Fix Q's Men firing player properly
It turns out that after the previous changes made in this file, the issue where the Q's Men ships fire at the player after the race still occurs. Unfortunately I wasn't able to fix this, even after 5 hours of trying because the FL mission scripting engine doesn't really seem to agree (one of the two ships just always kept firing at the player, despite it being friendly to the player, no matter what). Instead, I've made the ships fly away at cruise speed to a different location. This way they just mind their own business and don't attack the player.
2022-09-18 01:28:53 +02:00
C.S. Melis
6b96291946 Repack Utility ship .mat files
The old mat file for some reason specified different overlay colors for the Armored Transport. All textures from the mat files have been repacked in the vanilla mat files so they all use the original colors.
2022-09-17 00:09:51 +02:00
C.S. Melis
83ac8d48d8 Prevent Q's Men from attacking the player after finishing the race 2022-09-16 23:17:20 +02:00
C.S. Melis
60c775ec8a Move base HUD maneuverboxes up slightly
In the base maneuver HUD boxes where there's 2 or 3 icons, you could see the top line of that HUD element. In all the others this can't be seen. So the HUD boxes have been moved up slightly so the line cannot be seen anywhere.
2022-09-15 21:40:08 +02:00
C.S. Melis
a4245522c5 Rebuild MultiIntro.dll
Rebuilt MultiIntro.dll using VC6. This was done because the previous version apparently got picked up by quite a few antivirus programs. According to virustotal.com, it got flagged 11 times as being malicious. The new VC6 build only has 1 malicious flag, and the plugin still works the exact same way code-wise.
2022-09-15 18:02:02 +02:00
C.S. Melis
49f25d1b30 Modify Freelancer.exe so the game can use 4GB of virtual memory instead of 2GB 2022-09-15 17:54:58 +02:00
C.S. Melis
3d4b1eeafe Add .gitattributes file
Detect .ini files and recognize .thn files as Lua.
2022-09-15 14:02:54 +02:00
C.S. Melis
cc8d5a777c Put custom version number in controls.dll
This ensures players with foreign installs will now see the updated in-game version number too.
2022-09-10 14:35:14 +02:00
C.S. Melis
fbdc2643ed Fix Liberty Cruiser main gun effect cutoff 2022-09-10 12:38:42 +02:00
C.S. Melis
01a75652a4 Revert ids_info change for fc_ln_grp 2022-09-06 19:22:36 +02:00
C.S. Melis
9318755245 Put ship control names in separate resource DLL
This resolves the issue where players with foreign installs will have the blank ship control names. Now they'll at least still be displayed in English, but they can always be translated later. This commit also adds a few missing tool tips for the new controls.
2022-09-02 01:26:49 +02:00
C.S. Melis
1923b06977 Add HD vanilla asteroids 2022-09-01 03:24:38 +02:00
C.S. Melis
1c5db2a057 Update Kusari ship textures in solar_mat_misc 2022-08-31 12:45:49 +02:00
C.S. Melis
33fcba5648 Ensure player takes damage from Mission 7 gas pocket field
For some reason, during Mission 7 when the player reaches the gas pocket field, the player is made invulnerable. Because of this, the player doesn't take any damage from the gas balls, despite Juni saying that they may damage your ship. Hence this could teach the player that the gas balls only show a cool effect and not actually do damage to the ship. This is unfortunately false and so the invulnerable state has been removed. These gas balls specifically do very little damage anyway.
2022-08-29 12:02:14 +02:00
C.S. Melis
412e1ab969 Add modified MP Rep plugin
This modified version is compatible with the no level requirements for ship and equipment patches. It fixes the NPC paths in multiplayer while still allowing no level requirements. This has been achieved by removing the patches for the level and rep requirement patches for multiplayer.
2022-08-28 23:32:09 +02:00
C.S. Melis
4ce9ca6180 Fix appearing battleship in mission 7 properly
Despite the fact that this issue has already been fixed (sort of), the battleship could still be seen if you stuck around at Holman and started going to the trade lane slowly. Now it spawns the battleship right before it uncloaks, so that fixes it.
2022-08-28 23:06:58 +02:00
C.S. Melis
a9ebbb0ea7 Fix link in README 2022-08-28 23:04:58 +02:00
C.S. Melis
436fbefb60 Fix new effect FOV cutoffs 2022-08-28 22:53:07 +02:00
C.S. Melis
378a9ceac4 Modify Tekagi Transport loadout
In the story, the Tekagi Transport strike force mentions the Transport cargo containing gold, diamonds, and thousands of articacts. However, the diamonds were missing in the cargo hold. It also only contains 1.000 artifacts, not thousands. The cargo hold has been edited so it matches what has been said by the strike force.
2022-08-28 22:50:28 +02:00
C.S. Melis
ab45778346 Reduce height for the lamp light texture
The lamp light height was reduced to ensure that Mr. Blix's artifact effect can be seen properly, just like in the original bar. It used to be kind of hidden behind the lamp light before.
2022-08-28 22:45:28 +02:00
C.S. Melis
08fae87e8d Fix voice line cutoff in Toledo pad scene
When one of the Order members says 'All set sir', his voice kind of cuts off when he says 'sir'. This happens bcause the set duration of the audio being played is about 0.2 seconds shorter than the audio track itself. Hence it's been fixed by setting the duration to 0.92 seconds.
2022-08-28 22:41:00 +02:00
C.S. Melis
fa32dac4c9 Update logo 2022-08-23 21:36:58 +02:00
C.S. Melis
387beb51d1 Set v0.6 release date 2022-08-23 21:31:22 +02:00
C.S. Melis
77691f2077 Add new NPC pitch variations to new faction_prop.ini file 2022-08-23 21:30:56 +02:00
C.S. Melis
a8d7f448c4 Add HD base interiors license 2022-08-22 15:22:04 +02:00
C.S. Melis
b161508258 Update s075x_nrm_orillion_li_05_deck2_01.thn
Made the klaxon at the end quieter by increasing the attenuation.
2022-08-22 12:02:52 +02:00
C.S. Melis
7a8b764268 Update br_avalon_bar.cmp
Fixed the transparent fireplace texture. Before it showed textured spots between the fireplace bars, which should have been transparent. This has been fixed.
2022-08-22 03:22:51 +02:00
C.S. Melis
9486bf86c0 Update space tank dmg texture
The transparent parts on the inside looked a bit weird in space, as if some areas weren't transparent at all. This has been fixed by completely deleting any colors in the transparent parts.
2022-08-22 02:01:20 +02:00
C.S. Melis
2ea4f5d5ba Make Ozu say something after encountering the hostile contacts during Mission 9 2022-08-21 13:27:59 +02:00
C.S. Melis
c10549059d Update ReShade to v5.3.0 (#106) 2022-08-21 10:32:45 +02:00
C.S. Melis
cdf4fcaaf2 Add HD Rheinland Deck base interiors 2022-08-21 00:44:33 +02:00
C.S. Melis
23ae202269 Add HD Rheinland station base interiors 2022-08-20 15:30:44 +02:00
C.S. Melis
b1cdead474 Use default Nomad explosion for new effects 2022-08-18 21:26:15 +02:00
C.S. Melis
2a274edbbd Remove unused ReShade effects 2022-08-17 14:39:58 +02:00
C.S. Melis
6a063f6ee8 Update ReShade technique sorting 2022-08-17 01:29:06 +02:00
C.S. Melis
124cf36c84 Add Adaptive Sharpening shader 2022-08-17 01:00:23 +02:00
C.S. Melis
d32da530d6 Add HD Rheinland Battleship base interiors 2022-08-16 13:44:34 +02:00
C.S. Melis
fc8e871068 Adjust next and previous sub-target button positions 2022-08-15 23:18:11 +02:00
C.S. Melis
e892bd3444 Add new optional set of icons 2022-08-15 23:13:28 +02:00
C.S. Melis
3d4ae86a52 Remove unedited icon file 2022-08-15 17:44:53 +02:00
C.S. Melis
f8a04df7f2 Remove noisy artefact from Rheinland clouds 2022-08-15 00:40:41 +02:00
C.S. Melis
120b7103e5 Add HD Stuttgart base interiors 2022-08-14 17:31:25 +02:00
C.S. Melis
4e376084e7 Disable encryption for save game files 2022-08-14 14:18:32 +02:00
C.S. Melis
f963c51cdd Use correct logos for LA and Crete news items 2022-08-14 14:13:37 +02:00