C.S. Melis
b9468b4c83
Update exporter date for detailmap_ocean_light
2022-10-08 17:02:53 +02:00
C.S. Melis
c58cd56a37
Increase sharpness for detailmap_ground01
2022-10-08 16:54:02 +02:00
C.S. Melis
6ea1059511
Re-compress new planet detailmaps
...
The planet detailmaps were previously compressed with the NVIDIA texture tools. However, the mipmaps weren't sharp, which caused the detailmaps to look a bit blurry at great distances. Therefore, Crunch was used to recompress the texture files with more a more accurate and sharper downscaling algorithm.
2022-10-08 12:10:35 +02:00
C.S. Melis
1f1c35a2fc
Use correct faction flag rift images for story news
...
There were some inconsistencies based on the text and the used news images. There were stories regarding Rheinland and Bretonia. However, an appropriate faction flag rift image was missing. Therefore, I decided to make it myself. It's been added in the previous commit to newsvendor.txm
2022-10-07 16:09:04 +02:00
C.S. Melis
4aa95a9ba7
Add Bretonia Rheinland rift news image
2022-10-07 15:43:23 +02:00
C.S. Melis
7a80a68ed3
Add HD textures in solar_mat_misc02.mat
...
Turns out some textures in solar_mat_misc02.mat weren't HD yet. That's been taken care of.
2022-10-07 00:06:58 +02:00
C.S. Melis
67de30e442
Perfectly center dealer window animations
2022-10-05 15:03:15 +02:00
C.S. Melis
64b9a9b7cd
Compress mission and news vendor images
...
After all these months I finally noticed an issue with banding on the mission and news vendor images. This was caused by the fact that the uncompressed tga images were saved as 24-bit. I was aware of Freelancer rendering 24-big tga images poorly because I previously did experiments with tga starspheres and nav map images. However, I never noticed anything amiss with the news and vendor images, so I didn't bother changing them. But now I finally noticed it. So I've converted every images to dds DXT1.
2022-10-04 23:41:00 +02:00
C.S. Melis
7bcd41d557
Fix cloud background bar scripts - #114
...
Replaced the blank skybox with a generic starsphere exclusion background in both the bw05_02 and ku04_05 bar.
2022-10-02 17:21:44 +02:00
C.S. Melis
dc49d5691f
Update starsphere textures
...
Update the barrier_tile_cloud.dds and tile_cloud_generic.dds texture files. They used to be quite oversharpened. The new versions have a more natural look to them. feature_auroraC.dds has also been updated; the new version looks nicer and sharper.
2022-10-02 15:41:48 +02:00
C.S. Melis
7a210f3ea2
Update ocean detailmaps
...
Unflipped the ocean detailmap. Also added a lighter version of it for planets with both water and clouds.
2022-09-29 20:33:50 +02:00
C.S. Melis
25e5953b32
Reduce sharp edges of the code_beam effect
2022-09-29 17:05:50 +02:00
C.S. Melis
0b5a9b45f8
Reduce sharpness for the ocean detailmap
2022-09-28 14:49:19 +02:00
C.S. Melis
fece85e59e
Make trade lane lights easier to see
...
Essentially made the lights twice as large. Also the green light blink every second or so. I couldn't create new lights since that would cause crashes on vanilla servers. Instead I edited and used existing lights. The TradeLaneGreen light isn't used anyway. This commit also fixes an issue where trade lanes in some Border Worlds systems were missing 2 green lights. Those have now been added.
2022-09-28 14:48:42 +02:00
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
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
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
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
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
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
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
f963c51cdd
Use correct logos for LA and Crete news items
2022-08-14 14:13:37 +02:00
C.S. Melis
d66eeaa591
Remove duplicate news entry from mission 9
2022-08-11 22:55:03 +02:00
C.S. Melis
6551d31988
Improved mission and news vendor images
2022-08-11 22:52:41 +02:00
C.S. Melis
0e277a1fb5
Replace outdated jumphole infocards
2022-08-11 21:00:31 +02:00
C.S. Melis
808e148a1f
Center Scan Cargo window
2022-08-11 15:05:27 +02:00
C.S. Melis
b03b77434c
Add HD Berlin base interiors
2022-08-10 00:38:24 +02:00
C.S. Melis
deafbb8dc4
Add missing for sale ship in St01 Battleship Osiris
2022-08-09 20:10:05 +02:00
C.S. Melis
3ab2933cae
Reduce draw distances for Ew06 nomad asteroids
2022-08-09 20:08:28 +02:00
C.S. Melis
7a9b85ae65
Use new effects in new file
2022-08-09 14:31:28 +02:00
C.S. Melis
216a8f089c
Add new explosion effects
2022-08-09 14:10:01 +02:00
C.S. Melis
15c3755178
Rotate stars in intro_planetchunks.thn
2022-08-08 13:23:13 +02:00
C.S. Melis
c96332820f
Reduce stars in volcano planet intro
2022-08-07 01:26:31 +02:00
C.S. Melis
c4d9eb891a
Fix double spaces in Zoner pilot names
2022-08-07 00:47:48 +02:00
C.S. Melis
6c949de4ba
Improve Nomad asteroids
2022-08-07 00:44:38 +02:00
C.S. Melis
b33747ca19
Add unused Neutron Star effect
2022-08-06 23:08:57 +02:00
C.S. Melis
e362bb77a1
Update rh_01_bizmark_cityscape.cmp
...
Improved shipbuydetail.dds.
2022-08-05 17:11:42 +02:00
C.S. Melis
0a4fb4850e
Change new waterplanet intro music to Tau space
2022-08-05 15:15:57 +02:00
C.S. Melis
88b4929c2f
Add HD Bizmark base interiors
2022-08-05 15:05:07 +02:00
C.S. Melis
4a329b38e0
Improve Pittsburgh cliff textures
2022-08-05 03:49:15 +02:00
C.S. Melis
ba7aff3a8c
Update Rügen and Montezuma bar scripts
...
cv_01_bar_ambi_bw01_03: Fixed the black outlined stars by ensuring the srt_grp of the stars is lower than the starsphere. li_09_bar_ambi_iw04_02: Fixed an issue that caused the asteroids in the background to not render. This was fixed by increasing the usr_flag property of the starsphere
2022-08-05 01:27:27 +02:00
C.S. Melis
25d9a99a2d
Update a few Tau bar scripts
...
br_08_bar_ambi_bw10_02.thn: Previously this bar script used the correct starsphere but it didn't have the correct white tint that the Bw10 starsphere has. This has now been added for the bar script.
cv_01_bar_ambi_ew01_01.thn: This bar script used a generic nebula as a background. However, this station is not actually in a nebula. The script has been modified so it uses the Ew01 starsphere background.
2022-08-04 22:07:09 +02:00
C.S. Melis
dd35e91791
Improve Leeds bar space backgrounds
...
Adjusted the ambient lighting for all bar scripts so the space backgrounds look more like Leeds; the colors weren't accurate before. In the br04_02_base script, the stars have also been removed because Leeds doesn't have stars either.
2022-08-04 20:14:28 +02:00
C.S. Melis
2414b54ed5
Update Malta and Crete cityscapes
...
Improved the mountain textures
2022-08-04 01:12:27 +02:00
C.S. Melis
200da633ee
Add background stars to all menu intros
2022-08-03 23:00:11 +02:00
C.S. Melis
2bc82a720a
Add unused 4th intro
2022-08-03 02:10:40 +02:00
C.S. Melis
c0014e69d5
Fix empty bribe dialog on Planet New Berlin
2022-08-03 02:08:12 +02:00
C.S. Melis
7c4d766ffa
Update gasminer3.thn
...
Updated the orientation of the Freeport station so it's no longer upside down
2022-08-01 18:57:26 +02:00
C.S. Melis
dfa9134b27
Fixed an issue that caused one of the uncloaking Rheinland ships from mission 5 to attack the player too early sometimes
2022-07-29 01:10:29 +02:00
C.S. Melis
8c5198faea
Ensure the correct help text is shown for the Change View button
2022-07-29 00:59:41 +02:00
C.S. Melis
d522693285
Add HD Rheinland cityscape backgrounds
2022-07-11 00:29:52 +02:00
C.S. Melis
ce4642fefd
Add HD Holstein planetscape
2022-07-10 23:51:43 +02:00
C.S. Melis
2789889796
Add HD Junyo and Sigma base interiors
2022-07-10 15:26:54 +02:00
C.S. Melis
66d21482a7
Add ids_info to Racetrack Buoy in Dublin
2022-07-10 02:38:54 +02:00
C.S. Melis
f076ed5154
Add HD Kusari Depot deck base interiors
2022-07-10 02:37:26 +02:00
C.S. Melis
61d8615e49
Add HD Harajuku base interiors
2022-07-09 22:59:49 +02:00
C.S. Melis
73a2f6c6ae
Update cv_space_base_bar
...
Improve metal floor
2022-07-09 14:32:32 +02:00
C.S. Melis
5bed58beef
Add HD Kusari Battleship base interiors
2022-07-08 18:01:24 +02:00
C.S. Melis
f6149300a3
Add HD Kyushu base interiors
2022-07-08 02:13:33 +02:00
C.S. Melis
10c0cc9e07
Set correct ambient sound for Toledo lab
2022-07-05 21:04:14 +02:00
C.S. Melis
1f9994138c
Make new planets seamless
2022-07-04 18:02:36 +02:00
C.S. Melis
ea57cf8392
Improve mission vendor icon (suitcase)
2022-07-02 23:36:23 +02:00
C.S. Melis
5a9b6f1e39
Make Ozu say something when the first Kusari fleet has been encountered (M9)
2022-07-02 21:33:35 +02:00
C.S. Melis
5d9b3c7164
Ensure the player will always hear Juni's last voice line in New York (M4)
2022-07-02 21:32:44 +02:00
C.S. Melis
80cec5a7b1
Improve cv_lab
...
Add more marble and rock textures
2022-07-02 14:12:37 +02:00
C.S. Melis
0359ce5137
Improve Curacao and Ochorios backgrounds
...
Made the backgrounds look more like rocks
2022-07-02 13:56:48 +02:00
C.S. Melis
eb0ca3644d
Add ambient sound to lab
2022-07-02 13:35:37 +02:00
C.S. Melis
5831a11e96
Allow the player to visit the lab in Planet Toledo
2022-07-02 13:24:49 +02:00
C.S. Melis
096437dff1
Add Tekagi story scripts
...
Attached correct engines to Ozu's and Hakkera's ships. They were using the Corsair engines before.
2022-07-02 12:00:39 +02:00
C.S. Melis
5c7f17893d
Fix issue in ku_hokkaido_bar
...
Reduced size of dtl_tile_10 to 256x256 because it wouldn't load before
2022-07-02 11:20:26 +02:00
C.S. Melis
9cf76b8c17
Add denoised jump effect
2022-07-01 14:47:16 +02:00
C.S. Melis
926bd1c6c1
Add HD new glows effects
2022-07-01 00:44:52 +02:00
C.S. Melis
3381d9f219
Improve station numbers
...
Increased resolution of station numbers to 2048x2048
2022-06-29 00:01:23 +02:00
C.S. Melis
2c91520ccb
Add HD Honshu base interiors
2022-06-27 22:41:27 +02:00
C.S. Melis
5e86c5ca68
Add HD Hokkaido base interiors
2022-06-27 02:33:22 +02:00
C.S. Melis
0203274fb2
Correct Frankfurt nebula color on nav map
2022-06-23 12:18:31 +02:00
C.S. Melis
e9bcb25010
Decrease saturation and darkness for ice white blue planet
2022-06-21 13:05:21 +02:00
C.S. Melis
99151e3715
Update sun.txm
...
Increase glow2 and ice_halo resolutions to 1024x1024
2022-06-16 21:38:59 +02:00
C.S. Melis
ea34350d8b
Add more vanilla-looking HD ship textures
2022-06-16 21:32:56 +02:00
C.S. Melis
d700ffd7e7
Update cv_ships.mat
...
Use correct g_fightercockpit.TGA
2022-06-12 01:10:42 +02:00
C.S. Melis
81f204b1a1
Add HD Civilian ship texures that are more faithful to the originals
2022-06-11 16:08:23 +02:00
C.S. Melis
d42681dfee
Add more HD BW ship texures that are more faithful to the originals
2022-06-11 13:56:25 +02:00
C.S. Melis
db62a11e93
Update sun.txm
...
Improve stripe_narrow fade
2022-06-08 22:32:06 +02:00
C.S. Melis
23b8e5aaf8
GMG Station Glorious -> Mining Station Glorious
2022-06-01 12:34:03 +02:00
C.S. Melis
4f8f797f2c
Add HD icons and HUD license
2022-05-30 23:43:11 +02:00
C.S. Melis
3b1355ccf6
Fix green ocean texture color
2022-05-30 21:41:22 +02:00
C.S. Melis
3e4fe58c37
Update Liberty Resort textures
...
Replaced 6 station textures
2022-05-28 02:32:07 +02:00
C.S. Melis
6d3a2d1870
Add HD vanilla Tau-37 starsphere
2022-05-23 20:02:21 +02:00
C.S. Melis
44cd022ba7
Add HD Vanilla Liberty starspheres
2022-05-21 22:23:05 +02:00
C.S. Melis
2dbc306167
Add HD Vanilla iw04 and Galactic Ring starspheres
2022-05-21 21:08:17 +02:00
C.S. Melis
c8ea1edc0b
Add HD Vanilla Rheinland starspheres
2022-05-21 17:36:31 +02:00
C.S. Melis
93d314d71b
Add HD Vanilla Unknown starspheres
2022-05-21 17:06:02 +02:00
C.S. Melis
81a70bc353
Add HD Vanilla Bretonia starspheres
2022-05-21 16:26:14 +02:00
C.S. Melis
eed010915a
Update sun.txm
...
Improve LensGlowSpike and glow2_ring
2022-05-21 16:04:40 +02:00
C.S. Melis
59c7b65142
Improve sun ice halo effect
2022-05-21 03:08:39 +02:00
C.S. Melis
3208605138
Improve ship windows
2022-05-17 00:54:11 +02:00
C.S. Melis
8c66a97968
Remove unused effect file
2022-05-16 03:02:03 +02:00
C.S. Melis
4811b9a1be
Fix sun circle texture
...
Make the gradient smoother
2022-05-16 03:01:24 +02:00
C.S. Melis
68cdfd50f6
Add HD suns that look more like the originals
2022-05-16 02:08:14 +02:00
C.S. Melis
69a38285f8
Change track ring nav map icon to a trade lane ring
2022-05-15 00:30:13 +02:00
C.S. Melis
19dc89bf88
#107 - Fix Valkyrie landing on Planet Toledo cutscene
2022-05-07 21:38:00 +02:00
C.S. Melis
451058242e
Add HD Organism texures
2022-05-07 14:28:48 +02:00
C.S. Melis
148584234f
Fix Kensington and Waterloo bar backgrounds
...
Set starsphere pos to { 0, 0, 0 }
2022-05-07 14:28:27 +02:00
C.S. Melis
0a44aa199b
Fix a few metal textures
...
Made LB_Door and Dig_site_18 look more like metal
2022-05-07 01:25:30 +02:00
C.S. Melis
6937075325
Add HD Tekagi's Arch
2022-05-05 00:17:11 +02:00
C.S. Melis
7f3d1a8041
Add HD Kusari cityscape backgrounds
2022-05-03 14:12:37 +02:00
C.S. Melis
56fe098d6b
Add HD Bretonia Depot and Outpost deck
2022-05-02 23:46:22 +02:00
C.S. Melis
b8515b2bd7
Add HD Barbican base interiors
2022-05-01 22:53:07 +02:00
C.S. Melis
73b73b560f
Add HD Bretonia Battleship interiors
2022-05-01 19:29:32 +02:00
C.S. Melis
d809e1232c
Add HD Cambridge base interiors
2022-05-01 14:37:40 +02:00
C.S. Melis
720de18f44
Improve Badlands obsidian texture
2022-05-01 11:32:50 +02:00
C.S. Melis
a2c5d0df36
Add HD Avalon base interiors
2022-04-30 01:54:55 +02:00
C.S. Melis
5d0bb1896c
Add HD Bretonia ship dealer room
2022-04-24 00:58:46 +02:00
C.S. Melis
d09e71fa1e
Add HD Warwick base interiors
2022-04-23 23:24:36 +02:00
C.S. Melis
76bb89c390
Add HD Bretonia backgrounds
2022-04-20 23:03:44 +02:00
C.S. Melis
ec7f0ae285
Add HD Liberty Resort
2022-04-19 15:55:23 +02:00
C.S. Melis
00bdc8ee7f
Add HD Manhattan bar
2022-04-18 23:41:18 +02:00
C.S. Melis
8a5e6c58f9
Add HD Manhattan equipment and trader room
2022-04-18 19:51:24 +02:00
C.S. Melis
a06200c441
Add HD Columbia bases
2022-04-18 01:48:28 +02:00
C.S. Melis
48fe551eaa
Make a few earth and water planets look more like the originals
2022-04-15 01:17:57 +02:00
C.S. Melis
195a366423
Add improved lava asteroids
2022-04-13 19:55:19 +02:00
C.S. Melis
9642953dbb
Remove unedited planet and asteroid files
2022-04-13 19:07:53 +02:00
C.S. Melis
f6eca52dbd
Add HD Forbes trading room
2022-04-11 18:00:31 +02:00
C.S. Melis
c9952a68f0
Add HD California bar
2022-04-10 22:19:32 +02:00
C.S. Melis
249398a3aa
Add HD Rockefeller bar
2022-04-10 18:06:42 +02:00
C.S. Melis
eddae39f09
Add HD Rockefeller station
2022-04-09 18:05:36 +02:00
C.S. Melis
3a90c97e1b
Add HD California Minor planetscape
2022-04-07 23:05:06 +02:00
C.S. Melis
61dea05cd4
Add HD Liberty planetscapes
2022-04-06 23:01:36 +02:00
C.S. Melis
9baee3f80b
Add a few improved asteroids
2022-04-03 12:43:03 +02:00
C.S. Melis
f091da5d07
Improve jump effect
2022-04-03 00:45:16 +02:00
C.S. Melis
37fb2906ab
Add HD Liberty cityscape backgrounds
2022-04-02 22:46:59 +02:00
C.S. Melis
f5df4c5685
Add HD Havana bar and equipment rooms
2022-03-30 23:47:34 +02:00
C.S. Melis
c2447449cc
Add HD Madrid and Cadiz cityscapes
2022-03-29 18:40:50 +02:00
C.S. Melis
a043d14112
Add HD Madrid and Cadiz backgrounds
2022-03-27 16:41:58 +02:00
C.S. Melis
f770881466
Add HD Curacao bar and equip
2022-03-27 12:41:08 +02:00
C.S. Melis
0ef8f69966
Add more pitch variations for the NPC chatter
2022-03-26 14:57:41 +01:00
C.S. Melis
aac8d124dc
Improve mine textures
2022-03-24 00:25:08 +01:00
C.S. Melis
8f79ed67aa
Rename English audio files
2022-03-23 22:23:59 +01:00
C.S. Melis
d4854d6a0b
Update explosion debris trail fix
2022-03-23 21:14:13 +01:00
C.S. Melis
cc2788f6ed
Add HD Toledo planetscape
2022-03-20 16:58:03 +01:00
C.S. Melis
9cd677771d
Add HD Kyoto and Vogtland planetscapes
2022-03-20 12:29:47 +01:00
C.S. Melis
77c8937b62
Fix texture in li_outpost_deck
...
Forgot additional overlay texture for LB_map_23.tga
2022-03-20 10:29:34 +01:00
C.S. Melis
1b624630c0
Add updated and compressed character textures
...
The updated character model pack version 2.1 has been released. All the texures in total are about 1.2 GB smaller than before. Additionally, a few fixes have been applied
2022-03-19 22:37:38 +01:00
C.S. Melis
c1718fa793
Fix seam in st03b starsphere
2022-03-16 22:58:14 +01:00
C.S. Melis
1b22e39bc0
Add improved button textures
2022-03-15 21:57:29 +01:00
C.S. Melis
5dab3ba08b
Improve navmap mipmaps
2022-03-12 22:04:20 +01:00
C.S. Melis
d8d9dcf93d
Improve cargo pod mipmaps
2022-03-12 21:20:30 +01:00
C.S. Melis
ff222f9b5d
Add improved commodity icon
2022-03-12 16:14:28 +01:00
C.S. Melis
aca1c263c7
Add remaining HD Generic bases
2022-03-05 01:26:32 +01:00
C.S. Melis
908f31f062
Add HD Pygar airlock and depot
2022-03-01 18:01:58 +01:00
C.S. Melis
4542c51585
Add HD Pygar, Spruage, and Harris planetscapes
2022-02-28 23:31:47 +01:00
C.S. Melis
8e6caed03e
Add HD Liberty Outpost Deck
2022-02-26 20:52:13 +01:00
C.S. Melis
17946dc4f4
Delete unedited prop files
2022-02-26 20:51:40 +01:00
C.S. Melis
0402fba3a4
Add HD sky domes
2022-01-29 22:11:00 +01:00
C.S. Melis
669e52541a
Add HD mountains and news room
2022-01-29 19:22:57 +01:00
C.S. Melis
fdd3119637
Add HD oceans/water
2022-01-29 15:13:55 +01:00
C.S. Melis
14beeba0eb
Merge branch 'main' of https://github.com/BC46/freelancer-hd-edition into main
2022-01-23 17:30:01 +01:00
C.S. Melis
9f293ef2c0
Compress TGA base textures to DDS
2022-01-23 17:29:52 +01:00
C.S. Melis
646337f3bf
Fix Tobias' mustache color
2022-01-23 16:21:05 +01:00
C.S. Melis
30164a1514
Add mipmaps to previously edited navmap textures
2022-01-23 16:19:27 +01:00
Drakohen
5d859b4aa3
Update ew04.ini
...
Corrected ids_name references for the three nebulae in the system from Radioactive Zone to their proper names.
2022-01-22 19:16:54 -08:00
C.S. Melis
c7b12abc1e
Compress nav map textures (faster load times)
2022-01-23 02:16:39 +01:00
C.S. Melis
ea12d84d46
Add engine to M11 Battleship so it can move to the Alaska Jumpgate
2022-01-22 22:05:07 +01:00
C.S. Melis
d3f09b55cc
Change faction for Alaska -> NY gate to nameless
2022-01-20 21:34:52 +01:00
C.S. Melis
042d89c378
Fix debris explosion trail behavior
2022-01-20 01:05:35 +01:00
C.S. Melis
eb9a81dce8
Remove unused file
2022-01-16 20:37:49 +01:00
C.S. Melis
204602f292
Apply vanilla compatibility hotfixes
2022-01-15 19:51:28 +01:00
C.S. Melis
cbf3c23a76
Compress HD starspheres
2022-01-11 15:08:55 +01:00
C.S. Melis
00467e6446
Change mine detonation dist to 8
2022-01-09 17:03:29 +01:00
C.S. Melis
d2745a4145
Center chat and attention required window
2022-01-09 15:57:43 +01:00
C.S. Melis
b884487ce3
Revert last attenuation changes
2022-01-06 20:20:15 +01:00
C.S. Melis
408b027493
Put most dark HUD files in the original folders
2022-01-06 16:34:02 +01:00
C.S. Melis
175bb6ea11
Add HD arch textures
2022-01-06 13:54:03 +01:00
C.S. Melis
be4cd0ee3c
Add licenses
2022-01-04 12:35:34 +01:00
C.S. Melis
3ab273cd83
Adjust default target button positions for HD HUD
2022-01-02 20:28:15 +01:00
C.S. Melis
77af33d82c
Add missing HD textures in solar_mat_dockable01
2021-12-31 23:29:05 +01:00
C.S. Melis
312a638318
Add forgotten HD textures
...
HD comm backdrop, nav map jump gate icon, and the loot icon
2021-12-31 23:24:24 +01:00
C.S. Melis
020fc9b490
Add improved equipment icon
2021-12-31 17:28:53 +01:00
C.S. Melis
ccfe9f4223
Add HD hexagon effect texture
2021-12-31 17:12:32 +01:00
C.S. Melis
e3e614f991
Remove continuous damage effect
2021-12-31 14:41:16 +01:00
C.S. Melis
06e4cff56e
Add HD exhaust for Order capital ship
2021-12-31 01:16:29 +01:00
C.S. Melis
6e1acf561d
Ensure story systems are part of the Edge Worlds territory
2021-12-30 12:11:08 +01:00
C.S. Melis
338b2e2519
Rename Freelancer intro file
2021-12-30 10:30:39 +01:00
Drakohen
dd1dc149d8
Update music_anticipation_moref.wav
...
Corrected file duplication with music_anticipation_light.wav.
2021-12-29 08:50:04 -08:00
C.S. Melis
00da3686ee
Make adjustsments to a few nebula spheres
2021-12-28 20:34:59 +01:00
C.S. Melis
92c010c43b
Merge pull request #97 from BC46/music-compression
...
Compressed HQ Music
2021-12-28 19:58:06 +01:00
C.S. Melis
32b8e63ca5
Add HD Nebulae
2021-12-28 19:45:49 +01:00
Drakohen
c2dc1d6139
Corrected music file formatting
...
Used mpa2wav to correct the initial upload of these files in commit 051fa96
#96
2021-12-28 08:25:02 -08:00
Drakohen
051fa96142
Music files compressed to 320kbps
...
Tool: freac
Encoder: LAME MP3 v3.1
Bitrate: CBR 320kbps
Quality: 0 (best)
#96
2021-12-28 07:37:21 -08:00
C.S. Melis
80665533e6
Add HD startup movies
2021-12-28 01:05:37 +01:00
C.S. Melis
987326e08b
Add custom Ranks config
2021-12-26 22:37:04 +01:00
C.S. Melis
b477be5ee0
Reduce exclamation mark icon size
2021-12-25 12:28:56 +01:00
C.S. Melis
1f633349f7
Add HD equipment carts
2021-12-25 04:41:44 +01:00
C.S. Melis
d86264fe1d
Add all HD weapon models
2021-12-25 03:04:30 +01:00
C.S. Melis
df4bf375f7
Add HD smoke
2021-12-25 01:27:25 +01:00
C.S. Melis
6ebb554b6e
Replace Li defender with Juni's ship in Kress cutscene
2021-12-24 01:35:16 +01:00
C.S. Melis
8b59ae0736
Make sure the reveal and exposition music is the same length as the original
2021-12-23 23:47:59 +01:00
C.S. Melis
c3f6522e60
Further reduce LODCurve in dyson_city ale effect
2021-12-23 16:17:03 +01:00
C.S. Melis
c83fcdd655
Fix vanilla icon sizes
2021-12-23 01:48:50 +01:00
C.S. Melis
889ad7607c
Make beam effect less sharp
2021-12-22 22:51:04 +01:00
C.S. Melis
d6329a486e
Add HD vanilla HUD for Adv Wide as well
2021-12-22 18:00:33 +01:00
C.S. Melis
a1896d021c
Add HD vanilla HUD
2021-12-22 17:56:26 +01:00
C.S. Melis
b951b5bc1a
Add HD news and mission icons
2021-12-21 22:42:10 +01:00
C.S. Melis
1122a6c997
Add HD vanilla icons
2021-12-21 22:08:20 +01:00
C.S. Melis
b23d910c54
Fix second batleship spawning in mission 7 spoiler
2021-12-21 16:33:19 +01:00
C.S. Melis
b88d8072ff
Add HD beam effect
2021-12-21 16:15:14 +01:00
C.S. Melis
d4cd3e521c
Add HD Dyson textures
2021-12-21 02:31:30 +01:00
C.S. Melis
a7c4d155ab
Add HD Nomad Lair textures
2021-12-21 01:01:28 +01:00
C.S. Melis
b70904026b
Improve existing effects
2021-12-20 22:07:22 +01:00
C.S. Melis
ce517ed8f4
Replace story faction hex edits with the plugin
2021-12-18 17:59:05 +01:00
C.S. Melis
e6aa6b777d
Improve reflections
2021-12-18 15:51:38 +01:00
C.S. Melis
286f8b129e
Improve kioncannon effects
2021-12-17 17:28:53 +01:00
C.S. Melis
a2da991880
Improve panel screen textures
2021-12-17 01:07:49 +01:00
C.S. Melis
ab992ebcc3
Update HUD Shift
2021-12-16 21:44:51 +01:00
C.S. Melis
3e2a4e7fe7
Update Manhattan shipdealer tubes
2021-12-16 20:51:53 +01:00
C.S. Melis
8b44a9ed34
Add HD Li Dreadnought interiors
2021-12-15 02:36:17 +01:00
C.S. Melis
292d699d4b
Add more stars to zoomed map
2021-12-14 23:23:14 +01:00
C.S. Melis
2c1ea99c5e
Add all HD buildings for Manhattan
2021-12-13 21:31:43 +01:00
C.S. Melis
3fc6935d1e
Fix weird artifact on Orillion's lip
2021-12-13 21:13:27 +01:00
C.S. Melis
e1c929c0c7
Improve sarma effect
2021-12-13 20:49:20 +01:00
C.S. Melis
2446284a70
Add HD tables
2021-12-13 17:27:32 +01:00