Forged Alliance Forever Forged Alliance Forever Forums 2017-05-24T22:58:21+02:00 /feed.php?f=53&t=14640 2017-05-24T22:58:21+02:00 2017-05-24T22:58:21+02:00 /viewtopic.php?t=14640&p=149588#p149588 <![CDATA[Re: Indestructible reclaim possible?]]> Statistics: Posted by RocketRooster — 24 May 2017, 22:58


]]>
2017-05-24T18:53:42+02:00 2017-05-24T18:53:42+02:00 /viewtopic.php?t=14640&p=149574#p149574 <![CDATA[Re: Indestructible reclaim possible?]]> Are you making a custom prop?

This is a bp of theta bridge.
Code:
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:
    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.

Statistics: Posted by speed2 — 24 May 2017, 18:53


]]>
2017-05-24T18:06:25+02:00 2017-05-24T18:06:25+02:00 /viewtopic.php?t=14640&p=149567#p149567 <![CDATA[Indestructible reclaim possible?]]>
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

Statistics: Posted by RocketRooster — 24 May 2017, 18:06


]]>