New installer 2.0.4 Release candidate 2 (12-22-24)
Moderator: thunderchero
- Deimos
- Lieutenant-Commander

- Posts: 218
- Joined: Sat Apr 26, 2008 2:00 am
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
Ah thank you all. Was always curious about that, I thought it might be because back in the 90's diskspace was at a premium.
- PTRACER
- Ensign

- Posts: 49
- Joined: Mon May 18, 2009 2:00 am
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
I'm running ECM mod from this installer. First thing I noticed was that Auto.sav and Last.sav do not appear to be working, though manual saves are.
I am running the EXE as admin and removed the Read Only flag from the folder, but didn't change security settings yet. The vanilla BOTF from an earlier installer is ok.
I am running the EXE as admin and removed the Read Only flag from the folder, but didn't change security settings yet. The vanilla BOTF from an earlier installer is ok.
- Deimos
- Lieutenant-Commander

- Posts: 218
- Joined: Sat Apr 26, 2008 2:00 am
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
Do you have auto save turned on in the options? I think that one mod has it turned off by default.
- thunderchero
- Site Administrator aka Fleet Admiral

- Posts: 8505
- Joined: Fri Apr 25, 2008 2:00 am
- Location: On a three month training mission, in command of the USS Valiant.
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
just a note I updated the BOTF_Most_Active_2.0.4RC2 installer.
this was a minor update to add missing compat setting (HIGHDPIAWARE) for Rai mod only.
so unless you are having issues with Rai mod no reason to redownload/re-install
so RC version is unchanged and no game play changes to any mod
download link also remained the same
this was a minor update to add missing compat setting (HIGHDPIAWARE) for Rai mod only.
so unless you are having issues with Rai mod no reason to redownload/re-install
so RC version is unchanged and no game play changes to any mod
download link also remained the same
- thunderchero
- Site Administrator aka Fleet Admiral

- Posts: 8505
- Joined: Fri Apr 25, 2008 2:00 am
- Location: On a three month training mission, in command of the USS Valiant.
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
Hi Everyone,
I thought I would give some notice to other mod developers, sometime this summer I hope to get the next RC/release of installer.
so if you have any updates for your mod let me know so everything can be updated/added.
here is my plan for installer update;
all mods will get following patches and files
updated mpr565.dll increasing palette limit
viewtopic.php?p=63958#p63958
Add light source / shading data for screensaver and stations in combat
Improved Vanilla Evade/Retreat Crash fix
Max Test patch for MP packet sending
dplayx.dll will be re-added back into install path of all mods.
any mod using 18 fleet taskforce will get;
Task force patch allows AI to have 18 ship taskforce
UM5 will get scanner upgrade id patch
ship texture palette improvements will be made to following mods
"vanilla" will get slight palette/image improvements (no major image replacements only getting best possible textures/palettes)
"UDM-MUM-FAW" will get major texture replacement with even some models replacements.
I am sure I have forgot some planned changes.
thunderchero
I thought I would give some notice to other mod developers, sometime this summer I hope to get the next RC/release of installer.
so if you have any updates for your mod let me know so everything can be updated/added.
here is my plan for installer update;
all mods will get following patches and files
updated mpr565.dll increasing palette limit
viewtopic.php?p=63958#p63958
Add light source / shading data for screensaver and stations in combat
Code: Select all
NAME: Add light source / shading data for screensaver and stations in combat
DESC: Add light source / shading data for screensaver and stations in combat
AUTHOR: Spocks-cuddly-tribble
DESC: patch file name: lighting.patch
URL: https://www.armadafleetcommand.com/onscreen/botf/viewtopic.php?p=64030#p64030
# >> = vanilla/original value
# << = new value
>> 0x0009dd27 8b 41 04 d9 59 24 85 c0 75 0c d9 81 5c 01 00 00 d8 49 24 d9 59 24 8b 41 48 8b 94 24 74 01 00 00 89 90 8c
>> 0x0009dd4b 00 00 83 79 04 00 75 20
>> 0x000d390b 89 35 b8 ae 5c 00
>> 0x00100d80 4c 0f
>> 0x00100de9 e3 0e
>> 0x00102f52 00 00 00 00 00 00 00
>> 0x00102f5b 00 00 00 00 00
<< 0x0009dd27 d9 59 24 8b 41 48 8b 94 24 74 01 00 00 89 90 8c 00 00 00 8b 41 04 85 c0 74 04 3c 06 75 2e d9 81 5c 01 00
<< 0x0009dd4b d8 49 24 d9 59 24 90 90
<< 0x000d390b 90 90 90 90 90 90
<< 0x00100d80 ce 21
<< 0x00100de9 65 21
<< 0x00102f52 56 57 55 81 ec fc 08
<< 0x00102f5b e9 6d 09 fd ff
# add station light/shadow in combat
# 0049E927 D959 24 FSTP DWORD PTR DS:[ECX+24]
# 0049E92A 8B41 48 MOV EAX,DWORD PTR DS:[ECX+48]
# 0049E92D 8B9424 7401000>MOV EDX,DWORD PTR SS:[ESP+174]
# 0049E934 8990 8C000000 MOV DWORD PTR DS:[EAX+8C],EDX
# 0049E93A 8B41 04 MOV EAX,DWORD PTR DS:[ECX+4]
# 0049E93D 85C0 TEST EAX,EAX
# 0049E93F 74 04 JE SHORT trek.0049E945
# 0049E941 3C 06 CMP AL,6
# 0049E943 75 2E JNZ SHORT trek.0049E973
# 0049E945 D981 5C010000 FLD DWORD PTR DS:[ECX+15C]
# 0049E94B D849 24 FMUL DWORD PTR DS:[ECX+24]
# 0049E94E D959 24 FSTP DWORD PTR DS:[ECX+24]
# 0049E951 90 NOP
# 0049E952 90 NOP
# nop to prevent loading of b.gif tech/screensaver
# 004D450B 90 90 90 90 90 90
# screensaver new call for light/shadow sub
# 0050197F E8 CE210000 CALL trek.00503B52
# screensaver new call for light/shadow sub
# 005019E8 E8 65210000 CALL trek.00503B52
# new screensaver light/shadow sub
# 00503B52 56 PUSH ESI
# 00503B53 57 PUSH EDI
# 00503B54 55 PUSH EBP
# 00503B55 81EC FC080000 SUB ESP,8FC
# 00503B5B E9 6D09FDFF JMP trek.004D44CD
Code: Select all
NAME: Improved Vanilla Evade/Retreat Crash fix
DESC: prevent _b.hobs and _c.hobs and _b.gifs and _c.gifs
AUTHOR: Spocks-cuddly-tribble
AUTHOR: thunderchero
DESC: patch file name: prevent.patch
URL: https://www.armadafleetcommand.com/onscreen/botf/viewtopic.php?p=64030#p64030
# >> = vanilla/original value
# << = new value
>> 0x0009DCB8 0F 85
>> 0x001309C5 03
>> 0x00131128 03
<< 0x0009DCB8 90 E9
<< 0x001309C5 01
<< 0x00131128 01Code: Select all
NAME: Max Test patch for MP packet sending
DESC: Max (500kb) Test patch for MP packet sending
AUTHOR: Flocke
DESC: patch file name: max_packet.patch
URL: https://www.armadafleetcommand.com/onscreen/botf/viewtopic.php?p=63979#p63979
# >> = vanilla/original value
# << = new value
>> 0x14D5CE 0A
<< 0x14D5CE 00
#max packet data size = 466 bytes, limits packetizing the savegame files at:
>> 0x14D3C0 B9 D2 01 00 00
<< 0x14D3C0 B9 D1 7F 00 00
>> 0x14D3D3 BB D2 01 00 00
<< 0x14D3D3 BB D1 7F 00 00
#rcv host packet, validates 512 bytes MAX_PACKET_SIZE at:
>> 0x14CE56 81 7C 24 08 00 02 00 00
<< 0x14CE56 81 7C 24 08 FF 7F 00 00
#rcv client packet, validates 512 bytes MAX_PACKET_SIZE at:
>> 0x14CE99 81 7C 24 08 00 02 00 00
<< 0x14CE99 81 7C 24 08 FF 7F 00 00
>> 0x14CB96 81 FE 00 02 00 00
<< 0x14CB96 81 FE FF 7F 00 00any mod using 18 fleet taskforce will get;
Task force patch allows AI to have 18 ship taskforce
Code: Select all
NAME: Task force patch allows AI to have 18 ship taskforce
AUTHOR: thunderchero
DESC: This patch edits the Task force patch to allows AI to have 18 ship taskforce
DESC: patch file name: 18_task_fix.patch
URL:
# >> = vanilla/original value
# << = new value
>> 0x00008115 01
>> 0x00008177 01
>> 0x00047479 0c
<< 0x00008115 12
<< 0x00008177 12
<< 0x00047479 0aCode: Select all
NAME: UM5 scanner patch
DESC: UM5 scanner patch
AUTHOR: UE_changes
URL: https://www.armadafleetcommand.com/onscreen/botf/viewtopic.php?p=63497#p63497
>> 0x000f3506 18
>> 0x000f358b 18
>> 0x0018efae 18
<< 0x000f3506 17
<< 0x000f358b 17
<< 0x0018efae 17"vanilla" will get slight palette/image improvements (no major image replacements only getting best possible textures/palettes)
"UDM-MUM-FAW" will get major texture replacement with even some models replacements.
I am sure I have forgot some planned changes.
thunderchero
- Flocke
- BORG Trouble Maker

- Posts: 3662
- Joined: Sun Apr 27, 2008 2:00 am
- Location: Hamburg, Germany
- Contact:
Re: New installer 2.0.4 Release candidate 2 (12-22-24)
The ones that have not yet been annouced for example.
Sometime this summer is a good time frame.
I tried to get something done for christmas, but time rushes way too fast...
Love it, but please add a warning, that this patch breaks MP compatibility with unpatched version.
I bet there are still some people joining MP vanilla games with some very dated version.
