Posted: Mon Mar 11, 2013 9:45 am Post subject:
Visceroid combine
Noticed something interesting when messing around with SmallVisceroid=yes. Not sure if this is common knowledge, but when a neutral owned small visceroid and your unit with SmallVisceroid=yes meet up, the resulting unit (set in LargeVisceroid=) will be owned by you. It even remembers the team ID of the unit (3 in the anim below). Always thought it would turn into a neutral owned unit. The ownership might be defined by which unit initiates the combination. In the animation the neutral small visceroid decided to combine with my unit, so I gained the ownership of the large visceroid. Wonder what happened if 2 player owned units like these combined.
This thing could open up some new logics. If you were willing to replace the normal visceroid transformation, you could use the logic for example to place neutral weapon upgrades on the field, and when your unit touches them it upgrades to another unit. Or you could have a buildable unit that can be used to upgrade and gain control of small visceroids on the field. This wouldn't even require getting rid of the normal visceroid logic.
Interesting.
Though i fear the inherent random movement will make the unit very bad to handle.
btw, if you hex change in game.exe the only occurrence of Neutral to GDI and you play as GDI, all new spawned visceroids will automatically belong to your house.
Though this is not usable too due to too many sideeffects. e.g. AI sells every Neutral/civil building on the map right when the map starts. _________________ SHP Artist of Twisted Insurrection: Nod buildings
I'll post this here too. You can stop a unit with SmallVisceroid=yes or LargeVisceroid=yes from randomly moving around by giving it a fake weapon with max range. Use the reaper splits logic to make sure it can't actually harm anyone.
[ViscBusy]
Damage=0
ROF=150
Range=255
ProjectileRange=0
Projectile=ViscBusyPR ; Use the reaper splits logic here (need to define this)
Speed=25
Warhead=SA
This would open up the possibility for the buildable unit that can combine with neutral small visceroids to create player controlled large visceroids. Two of these units would also be able to merge into a large visceroid by themselves. If you wanted to get rid of that, give it BuildLimit=1, so only one can be active at a time. _________________ QUICK_EDIT
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum