Indestructible reclaim possible?

Interesting mapping tools and mapping help.

Moderator: Morax

Indestructible reclaim possible?

Postby RocketRooster » 24 May 2017, 18:06

Howdy folks,

As above. Is it possible to make a specific piece of reclaim indestructible?

Also, what is the maximum amount of reclaim that any single piece can have? Is it MaxInt32? Is it possible to make its reclaim value infinite?

Thanks!
Ryan
RocketRooster
Avatar-of-War
 
Posts: 294
Joined: 08 Apr 2016, 11:29
Has liked: 29 times
Been liked: 52 times
FAF User Name: RocketRooster

Re: Indestructible reclaim possible?

Postby speed2 » 24 May 2017, 18:53

By piece of reclaim you mean unit wreck or prop?
Are you making a custom prop?

This is a bp of theta bridge.
Code: Select all
PropBlueprint {
    Categories = {
    },
    Defense = {
        Health = 50,
        MaxHealth = 50,
    },
    Display = {
        Mesh = {
            IconFadeInZoom = 4,
            LODs = {
                {

                    -- share other rock's albedo and specteam
                    LODCutoff = 500,
                    ShaderName = 'VertexNormal',
                },
            },
        },
        UniformScale = 0.05,
    },
    Economy = {
        ReclaimEnergyMax = '',
        ReclaimMassMax = 150,
        ReclaimTime = 5,
    },
    Footprint = {
        OccupancyCaps = 3,
    },
    Interface = {
        HelpText = 'Very Large Rock',
    },
    Physics = {
        BlockPath = true,
    },
    SizeX = 0,
    SizeY = 0,
    SizeZ = 0,
}

I havent done any testing of this so just a guess: it doesnt take any damage because it has 0 size hitbox.
Code: Select all
    SizeX = 0,
    SizeY = 0,
    SizeZ = 0,

Can't be reclaimed as it doesnt have 'RECLAIMABLE' in the Categories table.

No idea what the max reclaim possible is but it can be pretty high :D Surely not infinite, unless you'd write some function that would be constanly increasing it's value as it gets reclaimed to fake it.

P.S. You can delete your own threads/posts as long as no one replied there.
User avatar
speed2
Contributor
 
Posts: 3189
Joined: 05 Jan 2013, 15:11
Has liked: 636 times
Been liked: 1119 times
FAF User Name: speed2

Re: Indestructible reclaim possible?

Postby RocketRooster » 24 May 2017, 22:58

It would be a prop I suppose. I'm tossing about an idea for a mass income mechanic.
RocketRooster
Avatar-of-War
 
Posts: 294
Joined: 08 Apr 2016, 11:29
Has liked: 29 times
Been liked: 52 times
FAF User Name: RocketRooster


Return to Mapping

Who is online

Users browsing this forum: No registered users and 1 guest