SWORD-insane aip for mpi games.Extract in battlezone folder.

Moderators: GSH, VSMIT, Red Devil, Commando

User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Red Spot »

Create 10 ivtank odf's, ivtank_custom1, ivtank_custom2, etc.
Now make the AIP build a factory and tell it to build 1 of each tank, they may not all come out of the factory though :)
MrTwosheds wrote: Alternate ODF's is a far better way than trying to make a dll that does it all for you.
I respectfully disagree .. ;)
User avatar
Nielk1
Flying Mauler
Posts: 2991
Joined: Fri Feb 18, 2011 10:35 pm
Contact:

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Nielk1 »

I personally prefer the DLL but only in that it could be made to read external data. Hopefully OvermindDL1's recent work will help me realize the merger of DLL and AIP through adhoc script elements.
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by MrTwosheds »

Well I have yet to see a dll that makes a good job of upgrading all the weapons on all the units, let alone do it intelligently based on the same same tech restrictions a human player faces.
If you use inheritance to just alter the tank weapon loadouts and don't mess with the unit requirements, they will all be built by the factory, just like the originals.
The Silence continues. The War Of Lies has no end.
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Red Devil »

i tried handing out weapons in G66 using the method of current tech, but that made things somewhat predictable, plus you were faced with the choice of selecting from the entire array of weapons once a complete base is built, so i just wound up checking for the ship that just got built and randomizing everything according to their HP's, with ships getting advanced weapons if the advanced weapons options was selected.

that way, you, as player, never knew which weapons were being used by the enemy ships that you encountered.

another method of changing the weapon loadouts for AIP-built ships (which i had already mentioned in his previous topic) is to have the BuildMinimums plan make some powerups (with requirements for recycler or factory, depending on where you want them built) right before you build the ship, which i did for the Uler awhile back (FE originally did via spawnpoints in front of the factory).

AIP snippet:

buildType1 = "uphvmrtfact"
buildCount1 = 1
buildType2 = "uvartlcpu"
buildCount2 = 1
buildType3 = "uphvmrtfact"
buildCount3 = 1
buildType4 = "uvartlcpu"
buildCount4 = 1


uphvmrtfact.odf

[GameObjectClass]
geometryName = "apmortar.xsi"
classLabel = "wpnpower"
scrapCost = 40
scrapValue = 0
maxHealth = 150
maxAmmo = 0
unitName = NULL
aiName = "PowerUpProcess"

requireCount = 2
requireName1 = "ubarmo"
requireText1 = "Build Thutmose"
requireName2 = "ubfact"
requireText2 = "Build Cleopatra"

lightHard1 = "hp_light_1"
lightName1 = "omnidblue"

[PowerUpClass]
soundPickup = "apmort.wav"
soundReject = "reject.wav"

[WeaponPowerupClass]
weaponName = "ghvmrt"
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
User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Red Spot »

MrTwosheds wrote:If you use inheritance to just alter the tank weapon loadouts and don't mess with the unit requirements, they will all be built by the factory, just like the originals.
You may be correct, its been a long time since I toyed with AIPs in such way. It was cool to see the recy and fab to both build the same ships though :)
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by MrTwosheds »

Good idea's from RD there. A mixture of alternate odf's built by AIP (with conditions for variation) and weapon crate building for the main weapon would produce good unpredictability. Conditions are a very powerful way of making the AI less predictable, particularly if you use them to Switch AIP.
The Silence continues. The War Of Lies has no end.
Protrector
Thunderbolt
Posts: 105
Joined: Mon Sep 30, 2013 4:01 pm

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Protrector »

try my aip too, not just talk, please. It is better than the insane aip. Try it.
Building aips for everyone.
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Red Devil »

pretty sure i said this before. you have upgrade plans in there, like below, that are invalid:


[Plan55]
planType = "Upgrade"
planPriority = 40
unitType = "ibtcen"
targetType = "ivscout"

if you check the AIP log, you see entries like this:

Init - section(Plan55) planType(Upgrade) priority(40)
Upgrader::Init...ibtcen is not upgradeable...
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
Protrector
Thunderbolt
Posts: 105
Joined: Mon Sep 30, 2013 4:01 pm

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Protrector »

doesn't affect the game, so doesn't matter.
Building aips for everyone.
Protrector
Thunderbolt
Posts: 105
Joined: Mon Sep 30, 2013 4:01 pm

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Protrector »

also, you didn't evem downloaded the aip to check it! This one is a new aip ,not the old one, but a new one from scratch.
Building aips for everyone.
Protrector
Thunderbolt
Posts: 105
Joined: Mon Sep 30, 2013 4:01 pm

Re: New computer for MPI. PLEASE DOWNLOAD!!! Please!!!!Pleas

Post by Protrector »

tho you guys not even bother trying my work and you come here just for show-off, i will make, if not for others- for myself- aips. Tho it will be boring to play alone. Anyway, i am Frunza, if that would even matter... So much work for not even a little test...
Building aips for everyone.
mase
Thunderbolt
Posts: 160
Joined: Sat Mar 05, 2011 11:17 am

Re: New Challengeable AIP

Post by mase »

Protrector wrote:play it to the end please. Yes, it uses many scouts. Try to beat the ai instead of playing it for 3 minutes. It is very good. I tested it myself and lost.
The Sword AI will not build their base, simply. At least in IA. It never gets past Plan5 in ii3 where it tries to send a msl scouts somewhere without actually having msl scouts.
Protrector
Thunderbolt
Posts: 105
Joined: Mon Sep 30, 2013 4:01 pm

Re: Insane aip for mpi games. Extract in battlezone folder.

Post by Protrector »

Removed link.
Last edited by Protrector on Sun Mar 02, 2014 6:17 pm, edited 1 time in total.
Building aips for everyone.
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: Insane aip for mpi games. Extract in battlezone folder.

Post by MrTwosheds »

tho you guys not even bother trying my work and you come here just for show-off, i will make, if not for others- for myself- aips. Tho it will be boring to play alone. Anyway, i am Frunza, if that would even matter... So much work for not even a little test...
Your in the wrong place for finding testers. Here you will find lots of advice and knowledge to help you, but testers are in short supply. You would be better off recruiting a few players in game for your testing. :)
The Silence continues. The War Of Lies has no end.
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Insane aip for mpi games. Extract in battlezone folder.

Post by Red Devil »

'protrector', i did try your second attempt/zip last night about 2 am, but got tired. it ran well while i was checking it out; will check it later on today. superbowl is tomorrow, so don't expect much.
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
Post Reply