Author Topic: RC Biplane [V2.6]  (Read 16564 times)

So why isn't
Code: [Select]
if($pref::Server::RCBiplane::Weapon == 2)
{
RCBiplaneVehicle.ShootOnClick_ShootDelay=400;
RCBiplaneVehicle.ShootOnClick_ReShootDelay=400;
RCBiplaneVehicle.ShootOnClick_ProjectileCount=2;
RCBiplaneVehicle.ShootOnClick_RequiredSlot=0;
RCBiplaneVehicle.ShootOnClick_Sound=rocketFireSound;

//Rockets
RCBiplaneVehicle.ShootOnClick_Projectile[0]=rocketLauncherProjectile;
RCBiplaneVehicle.ShootOnClick_Position[0]="0 1 0.7";
RCBiplaneVehicle.ShootOnClick_Velocity[0]="65 0 0";
RCBiplaneVehicle.ShootOnClick_Scale[0]="0.5 0.5 0.5";
RCBiplaneVehicle.ShootOnClick_Projectile[1]=rocketLauncherProjectile;
RCBiplaneVehicle.ShootOnClick_Position[1]="0 -1 0.7";
RCBiplaneVehicle.ShootOnClick_Velocity[1]="65 0 0";
RCBiplaneVehicle.ShootOnClick_Scale[1]="0.5 0.5 0.5";
}

if($pref::Server::RCBiplane::Weapon == 0)
{
RCBiplaneVehicle.ShootOnClick=0;
}

On the the firing function?
Added, now it updates when the RC is fired or spawned

Could you make it so to get the half-size ones only requires selecting a different item when wrenching a brick? Rather than having to edit stuff.
Thanks.

I found another bug,it's when you admin orb out of the plane spawn a new biplane,and the other biplane stays forever.
Also auto-jet was causing self destruct.

I found another bug,it's when you admin orb out of the plane spawn a new biplane,and the other biplane stays forever.
Also auto-jet was causing self destruct.
I don't think auto-jet causing self-destruct is an issue of this mod really.
It does what it has to do, tries to jet.
In this case, jetting = exploding.

Could you make it so to get the half-size ones only requires selecting a different item when wrenching a brick? Rather than having to edit stuff.
Thanks.
V2.6
+ HalfScale RC now has its own controller, can be used with regular sized RCs at the same time
+ Weapons now have increased damage


I found another bug,it's when you admin orb out of the plane spawn a new biplane,and the other biplane stays forever.
Also auto-jet was causing self destruct.
Orbing out of the plane destroys it. Whatever you are doing shouldn't happen and doesn't with me. You most have some other mod interfering.

Jetting and dismount are the same key. Self-destruct is triggered by dismounting; besides, control over your player is lost when using the RC plane so even if that key wasn't used your player would not continue to jet.