Sabre used in ISDF17
Moderators: GSH, VSMIT, Red Devil, Commando
- DarkCobra262
- Sabre
- Posts: 275
- Joined: Sat Feb 25, 2012 9:13 pm
- Contact:
Sabre used in ISDF17
That's the final mission, "Core" btw. Ok so, I opened the mission in editor, and learned what tank is used, it's "Player". So I modified player.odf and such, and it doesn't work?
Modding/Modelling like a noob...
- Axeminister
- Sabre
- Posts: 442
- Joined: Sat Feb 19, 2011 4:03 pm
- Location: Texas, USA
- Contact:
Re: Sabre used in ISDF17
When you say "it doesn't work" do you mean the changes you made didn't stick? Did you save the changes? Did you try to use it in a SP Mission?
He who does not advance themselves, endlessly becomes themselves.
http://www.reverbnation.com/tunepak/3606640
http://www.reverbnation.com/tunepak/3606640
- DarkCobra262
- Sabre
- Posts: 275
- Joined: Sat Feb 25, 2012 9:13 pm
- Contact:
Re: Sabre used in ISDF17
Extracted it, modified it, stuck it into my folder (and of course, put my folder first in bzone.cfg)... and it didn't load the changes, it apparently loads in other missions that use the same ship..Axeminister wrote:When you say "it doesn't work" do you mean the changes you made didn't stick? Did you save the changes? Did you try to use it in a SP Mission?
Modding/Modelling like a noob...
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Sabre used in ISDF17
isdf17 dll does this at mission start:
if (!missionstart)
{
SetMaxHealth(player,4000);
SetCurHealth(player,4000);
vo1time = (GetTime() + 2);
SetSkill(turret1,1);
SetSkill(turret2,1);
SetSkill(turret3,1);
GiveWeapon(player,"gspstab_c");
GiveWeapon(player,"gmortar");
SetAnimation(big_daddy,"spin",0);
missionstart = true;
}
So, the DLL gives you spstab and mortar, and sets ur curr health.
if (!missionstart)
{
SetMaxHealth(player,4000);
SetCurHealth(player,4000);
vo1time = (GetTime() + 2);
SetSkill(turret1,1);
SetSkill(turret2,1);
SetSkill(turret3,1);
GiveWeapon(player,"gspstab_c");
GiveWeapon(player,"gmortar");
SetAnimation(big_daddy,"spin",0);
missionstart = true;
}
So, the DLL gives you spstab and mortar, and sets ur curr health.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Sabre used in ISDF17
The trick to completing the last mission is to do it very slowly, your tank recharges health and ammo slowly, if you get out of it.
Let it charge up between fights with the sentry's to make the best use of the pods they drop. Its a very dull strategy to get to the end of the game, which is actually much too easy.
Let it charge up between fights with the sentry's to make the best use of the pods they drop. Its a very dull strategy to get to the end of the game, which is actually much too easy.
The Silence continues. The War Of Lies has no end.
Re: Sabre used in ISDF17
Its already a lot better than it used to be ... snipe, snipe, mission over ...
- DarkCobra262
- Sabre
- Posts: 275
- Joined: Sat Feb 25, 2012 9:13 pm
- Contact:
Re: Sabre used in ISDF17
Actually, you can't snipe the Sentries, at least in 1.3pb6, I remember you used to be able to snipe them thoughRed Spot wrote:Its already a lot better than it used to be ... snipe, snipe, mission over ...
Only seems to recharge Ammo, not HealthMrTwosheds wrote:The trick to completing the last mission is to do it very slowly, your tank recharges health and ammo slowly, if you get out of it.
Let it charge up between fights with the sentry's to make the best use of the pods they drop. Its a very dull strategy to get to the end of the game, which is actually much too easy.
Also, it would seem there is something else dictating ammo capacity/what recharges, etc... and I don't think this is in the DLL (because I looked)

Modding/Modelling like a noob...
Re: Sabre used in ISDF17
That is what I mean, in 1.2 you could just snipe the lot and than use those to fight to rest of the mission, while jumping back in your unused Sabre just before you lift off in the Condor.
- DarkCobra262
- Sabre
- Posts: 275
- Joined: Sat Feb 25, 2012 9:13 pm
- Contact:
Re: Sabre used in ISDF17
I already knew this, but I'm talking about 1.3...Red Spot wrote:That is what I mean, in 1.2 you could just snipe the lot and than use those to fight to rest of the mission, while jumping back in your unused Sabre just before you lift off in the Condor.
Modding/Modelling like a noob...
Re: Sabre used in ISDF17
He was saying the current version is better than the old one, back when you could snipe all of them. I assume you misread that and assumed he was talking about sniping being a viable strategy in 1.3.Red Spot wrote:Its already a lot better than it used to be ... snipe, snipe, mission over ...
battlezone.wikia.com needs your help!
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Sabre used in ISDF17
Well for a new player the sniping of sentries might not be such an obvious solution as they have no idea what lays ahead.
As it is you would need some serious combat skills to get your tank through the mission, unless you take lots of tea breaks
The thing with games is how to make them hard, without making success just highly unlikely or even worse boring, which the tea break solution is.
I'm not advocating any alterations, but personally I would have put a lot more action, weapons, health and ammo into the last mission.
As it is you would need some serious combat skills to get your tank through the mission, unless you take lots of tea breaks

The thing with games is how to make them hard, without making success just highly unlikely or even worse boring, which the tea break solution is.
I'm not advocating any alterations, but personally I would have put a lot more action, weapons, health and ammo into the last mission.
The Silence continues. The War Of Lies has no end.
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Sabre used in ISDF17
When I first played, I sniped them...
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- Axeminister
- Sabre
- Posts: 442
- Joined: Sat Feb 19, 2011 4:03 pm
- Location: Texas, USA
- Contact:
Re: Sabre used in ISDF17
I used to get past the guards somehow, barely, but when you enter the last room would always lose my ship (which you need to escape) by the mines. I finally figured out to park my ship back away from the last room, out of reach of the mines, and just kill the computer with my hand gun except for one little bit of life. Then I'd run back to my ship and come and kill the last computer and run out of the place.
He who does not advance themselves, endlessly becomes themselves.
http://www.reverbnation.com/tunepak/3606640
http://www.reverbnation.com/tunepak/3606640
Re: Sabre used in ISDF17
MrTwosheds wrote:which is actually much too easy.
Its not that hard to read a topic and see the context in which comments are made, is it?Red Spot wrote:Its already a lot better than it used to be ... snipe, snipe, mission over ...

- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: Sabre used in ISDF17
thanks for the feedback on this mission, guys. i'll fix it and make it not so easy now.
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA