TD44

Bikes hard like rocks?

9 posts in this topic

Hi,

Exile is spawning bikes on the road. Cool.

BUT when i hit the bike with my vehicle , it kills me -> car crash..

I'm searching a way to make the bike go away after the smash-up. And of course no damage to my car.

 

Share this post


Link to post
Share on other sites

How about just remove them?

Inside exile_server_config

Change:

        spawnZoneVehicles[] =
        {
            {5, "Exile_Bike_OldBike"},
            {5, "Exile_Bike_OldBike"}
        };
    };

To

        spawnZoneVehicles[] =
        {
            {5, ""},
            {5, ""}
        };
    };

Share this post


Link to post
Share on other sites
Advertisement

spawnZoneVehicles[] =
        {
            {0, "Exile_Bike_OldBike"},
            {0, "Exile_Bike_MountainBike"}
        };

is working aswell.

Of course i can do that. However i'm using a deploy bike addon. But if a survivor abandons his bike on the road, it will kills someone.

I don't understand why this not fixed long time ago.

It's sick to die after many hours of farm, because a bike is strong like a wall..

 

Share this post


Link to post
Share on other sites

I'm not developer, so i'm not code friendly :)

Cleanup >100 m or 200m ... is not good for the gameplay. A guy who is visiting a city will back to his bike later.

It's sad to modify the gameplay because a bug/bad feature.

 

Share this post


Link to post
Share on other sites

What about leaves? I've touched a leaf with a chopper incredibly slow and softly only for the chopper to explode... and the amount of bushes that have killed me in an armoured vehicle...

Share this post


Link to post
Share on other sites
8 hours ago, Caatalyst said:

 

What about leaves? I've touched a leaf with a chopper incredibly slow and softly only for the chopper to explode

 

Depends on how well done the map is. Some leaves are like solid objects...

 

4 hours ago, FluffyBunnyFee said:

 

Replace bikes with quads

 

Indeed.

Share this post


Link to post
Share on other sites

its because the bikes are non official arma vehicles and missed some code for be moveable . exile cant fix it.

just replace the bikes with quads ore let them spawn near roads not on roads 

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.