Search found 12 matches

by jcooke278
Sun Jul 02, 2017 6:19 am
Forum: Battlezone 2 1.3 Public Betas Forum
Topic: BZ2 SP Mission Fixes
Replies: 350
Views: 156414

Re: BZ2 SP Mission Fixes

@Progressor: Strange. I can't seem to load your save, but I was able to repro the problem on my own. It happens when the 3 friendly ISDF ships get within 50m of the 3 Scion pursuers, and then you snipe and get into one of the Warriors. I have the fix here: CPP: https://www.dropbox.com/s/p1scr3pwuxv9...
by jcooke278
Tue Jun 27, 2017 8:59 pm
Forum: Battlezone 2 1.3 Public Betas Forum
Topic: BZ2 SP Mission Fixes
Replies: 350
Views: 156414

Re: BZ2 SP Mission Fixes

Just realised that I was building the DLLs in the wrong mode. I was building them in 'debug', when it should have been 'release'. I've rebuilt all the DLLs I've done so far and bundled them into one download: ISDF02: fixed rare mission hang when Shabayev starts moving towards the constructor ISDF04:...
by jcooke278
Tue Jun 27, 2017 7:44 pm
Forum: Battlezone 2 Mod Playing
Topic: Fleshstorm 1 DLL fixes for 1.3.7.2
Replies: 8
Views: 8021

Re: Fleshstorm 1 DLL fixes for 1.3.7.2

I just tried it on my laptop and you're right. The DLLs don't load at all. I found the problem. I was building in 'debug' mode and not 'release' mode like I should have been, so they only work on my pc. I rebuilt them in release mode. Just install it on top of your old install, and it should replace...
by jcooke278
Tue Jun 27, 2017 4:25 am
Forum: Battlezone 2 1.3 Public Betas Forum
Topic: BZ2 SP Mission Fixes
Replies: 350
Views: 156414

Re: BZ2 SP Mission Fixes

Fixes for isdf10 (On Thin Ice): -fixed jittery dropship movement in cutscene -fixed wrong objective displayed if you didn't investigate Shab's dropship before evacuating the transport CPP: https://www.dropbox.com/s/ux1rpyh0l8ncldn/isdf10-cpp.zip?dl=0 DLL: https://www.dropbox.com/s/48ve7djhaubamou/is...
by jcooke278
Mon Jun 26, 2017 8:25 pm
Forum: Battlezone 2 Mod Playing
Topic: Fleshstorm 1 DLL fixes for 1.3.7.2
Replies: 8
Views: 8021

Re: Fleshstorm 1 DLL fixes for 1.3.7.2

@Progressor: Hmm, I can't load your save game. How did you install FS? The way I did it was: -fresh install of BZ2 1.3.7.2 (I don't recommend installing it in "C:\Program Files (x86)\") -fleshstorm.exe -Fleshstorm1_2patch.zip -fsaddon13a.7z -FSAddon13_b2.7z -FS1_DXTfix.7z -FS1-dll-fixes-1....
by jcooke278
Sun Jun 25, 2017 9:57 pm
Forum: Battlezone 2 Mod Playing
Topic: Fleshstorm 1 DLL fixes for 1.3.7.2
Replies: 8
Views: 8021

Re: Fleshstorm 1 DLL fixes for 1.3.7.2

@Progressor: I just tested out the mission and it seemed to work for me. What's supposed to happen is once the transport reaches the outpost, 1 Striker (L) attacks you, then you get command of the 2 scouts, then 6 more attack, and the transport should start moving back to the main base. Do you have ...
by jcooke278
Tue Jun 13, 2017 1:25 am
Forum: Battlezone 2 Mod Playing
Topic: Fleshstorm 1 DLL fixes for 1.3.7.2
Replies: 8
Views: 8021

Fleshstorm 1 DLL fixes for 1.3.7.2

Hey everyone, As mentioned in the other thread http://bzforum.matesfamily.org/viewtopic.php?f=5&t=2491 , Mods that used the BZ2 DLL scriptor to make their mission DLLs no longer work under BZ2 1.3.7.0+. It is possible to get them to work again by rewriting them in C++. Since the Fleshstorm autho...
by jcooke278
Sat Jun 10, 2017 7:56 am
Forum: Battlezone 2 1.3 Public Betas Forum
Topic: BZ2 SP Mission Fixes
Replies: 350
Views: 156414

Re: BZ2 SP Mission Fixes

I spent some time looking over the missions and I have some more fixes :D (my previous scion06 fix is included in the bundle) ISDF02: fixed rare mission hang when Shabayev starts moving towards the constructor ISDF04: fixed Shabayev not going away when ordered to by Braddock ISDF05: fixed mission no...
by jcooke278
Thu Jun 08, 2017 9:55 am
Forum: Battlezone 2 Mod Playing
Topic: BZII mods and 1.3.7.0
Replies: 28
Views: 22252

Re: BZII mods and 1.3.7.0

I'm getting the same thing. I've tried Fleshstorm, QF Mod, and Fleshstorm 2 on both 1.3.6.5 and 1.3.7.1 and 1.3.7.2. On 1.3.6.5, they work fine, but on 1.3.7.1 and 1.3.7.2 BZ2 crashes every time a mission is ended, either through success, failure, or abort. I suspect it has to do with the BZ2 DLL sc...
by jcooke278
Thu Jun 08, 2017 9:11 am
Forum: Battlezone 2 1.3 Public Betas Forum
Topic: BZ2 SP Mission Fixes
Replies: 350
Views: 156414

Re: BZ2 SP Mission Fixes

@Sigma 27: I was able to reproduce your bug in 1.3.7.2. It happens when the convoy is destroyed before the player gets within 200m of the lead scout in the evil Scion convoy. I debugged it and was able to find a fix for it. The convoy_dead check should be moved outside the if ((!convoy_dead) &&a...