1
1
DashFaction Changelog
2
2
=====================
3
3
4
- Version 1.5.0
5
- -------------
6
-
4
+ Version 1.5.0 (released 2020-09-05)
5
+ -----------------------------------
7
6
- increase object limit from 1024 to 65536
8
7
- remove additional limits on number of allocated bullet, item, debris and corpse objects
9
8
- remove limit of loaded object meshes (v3d files)
@@ -15,7 +14,7 @@ Version 1.5.0
15
14
- improve sound handling when active sounds pool is full
16
15
- allow custom meshes in Switch_Model event
17
16
- add 'rf' protocol handler (URLs has format: rf://IP: PORT )
18
- - add setup program
17
+ - add setup program which installs Dash Faction and patch Red Faction if needed
19
18
- add '/save' and '/load' chat commands and quick save/load controls handling for saving and restoring player position
20
19
in multiplayer (useful for runmap servers, can be enabled in dedicated_server.txt)
21
20
- add 'Big HUD' option and 'bighud' command for making the HUD larger
@@ -36,21 +35,21 @@ Version 1.5.0
36
35
- add support for RF.exe in version 1.20 NA with 4GB flag enabled
37
36
- stretch image header in launcher so it is properly displayed when system DPI is changed
38
37
- add option for switching game language (English, German or French)
39
- - improve hidding HUD by 'hud' command
38
+ - improve hiding HUD by 'hud' command
40
39
- add server-size validation of ammo when handling weapon fire
41
40
- use 24-bit depth buffer if supported even if video card is not Nvidia (fixes Z-fighting on Intel and AMD cards)
42
41
- use dynamic light detail texture for all cards if multi-texturing is available (improves graphics quality on Intel
43
42
cards)
44
43
- not treat every chat message starting with 'server' as a server command
45
44
- add GOG install directory auto-detection
46
- - add support for late joiners aware triggers (improves Pure Faction compatibility)
47
- - load .tbl files in user_maps (default files cannot be overriden ) - allows inclusion of HUD messages in custom maps
45
+ - add server-side support for late joiners aware triggers (improves Pure Faction compatibility)
46
+ - load .tbl files in user_maps (default files cannot be overridden ) - allows inclusion of HUD messages in custom maps
48
47
(* _ text.tbl)
49
48
- increase maximal number of simultaneously playing sounds to 64
50
49
- use port 7755 for server hosting when 'Force port' option is disabled
51
- - add UPnP automatic port forwarding
52
- - add 'download_level' command
53
- - improve alghoritm for selecting texture D3D format (should reduce VRAM usage)
50
+ - add UPnP automatic port forwarding when hosting a server
51
+ - add 'download_level' command which invokes level downloader
52
+ - improve algorithm for selecting texture D3D format (should reduce VRAM usage)
54
53
- add 'Rate' setting in Options window (allows specifying network connection speed)
55
54
- add 'Adapter' setting in Options window (allows selection of graphics card)
56
55
- insert server name in window title when hosting dedicated server
0 commit comments