#Ladders

1 messages · Page 1 of 1 (latest)

trim isle
#

https://discord.gg/grouse
https://reforger.armaplatform.com/workshop/62697E8AE335B790-GG_Ladders

Made a ladder mod you can place and climb. Thought I'd make this for my fellow snipers who like getting nice vantage points. Discord to our community has been linked (If allowed) for any issues you run into.

TO DO:

[-] Redo icon displayed to the user.
[-] Add more ladder types.
[-] Add rotation to ladders for placement.
[-] Change item preview in arsenal.
Arma Reforger

Ladders that you can climb

Discord.gg/grouse - Grouse Gaming Discord, for any issues (Not that there is much going on with the mod¿).

analog fossil
#

Really neat, is it an item you carry+place like the landmines?

trim isle
pure mulch
crisp tusk
pure mulch
pure mulch
crisp tusk
pure mulch
trim isle
#

Yeah, definitely possible. I mean I whipped this up in a couple hours for my first mod haha

stable arrow
#

could you maybe make spike strips that are placeable like this?

meager bone
#

🥳

stable arrow
#

would be neat for ambushes

trim isle
trim isle
stable arrow
#

im not a modder so i dont have a clue about this kind of stuff, but you could put a zone around it where it makes all tires flat

silver willow
#

Now I can live my life long dream of being an arma fire fighter in Reforger

meager bone
silver willow
#

ahhhhhh ladder broken

#

;-; and you cant delete it when placed, LOL NVM OMFG, it explodes when ushoot it

astral agate
#

Nice work @trim isle .

trim isle
trim isle
silver willow
trim isle
#
1.1.0

ADDED:
[+] Added "Pickup" action to bottom and top of the ladder.

FIXED:
[-] Fixed shooting side of the ladder would make it explode.
[-] Fixed "Mine" icon and name would display while equipped.
trim isle
#

Am aware of the issue with "climb" action

silver willow
#

When it’s fixed the RP is gonna skyrocket, I’m legit havjng one of my boots carry the ladder for the team teeehee

trim isle
stark fiber
#

For future reference, always test your mods in a multiplayer environment before releasing them.

trim isle
stark fiber
trim isle
#
 protected SCR_CharacterCommandHandlerComponent FindCommandHandler(IEntity pUser)
    {
        ChimeraCharacter character = ChimeraCharacter.Cast(pUser);
        if (!character)
            return null;
        
        CharacterAnimationComponent animationComponent = character.GetCharacterController().GetAnimationComponent();
        if (!animationComponent)
            return null;
        
        return SCR_CharacterCommandHandlerComponent.Cast(animationComponent.FindComponent(SCR_CharacterCommandHandlerComponent));
    }
    
    protected override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
    {
        ChimeraCharacter character = ChimeraCharacter.Cast(pUserEntity);
        CharacterControllerComponent controller = character.GetCharacterController();
        controller.TryUseLadder(m_pLadderOwner, m_iLadderComponentIndex, MAX_LADDER_TEST_DISTANCE, MAX_LADDER_ENTRY_ANGLE);
    }    
    
    protected override bool CanBePerformedScript(IEntity user)
    {
        /*( ChimeraCharacter character = ChimeraCharacter.Cast(user);
        if (!character)
            return false; 
        
        CharacterControllerComponent controller = character.GetCharacterController();
        return controller && controller.CanUseLadder(m_pLadderOwner, m_iLadderComponentIndex, MAX_LADDER_TEST_DISTANCE, MAX_LADDER_ENTRY_ANGLE);
        */ return true;
    }
#

Had a chat with Justin (Justin Kelly), they are all "proto". I don't have alot of experience coding.. Really only a bit of of Python. From my understanding tho, This cannot be changed?

stark fiber
trim isle
silver willow
#

Was the mod deleted?

trim isle
#

Removed for now due to a bug with climbing, I'll update it when it's back

trim isle
#

Okay its coming along haha, there is this option and also one that takes ACE trench tool and places down a ladder. I Just have to work on collision and then position when you build the ladder

silver willow
#

bro this is amazing!!!

uncut spire
#

So I've noticed in map building if the ladder is facing the wrong direction the climb function is unavailable.

Judging by the video, it appears your placement orientation might be off.

If you're able to rotate the placement of the ladder when its "built" is the ladder then functional?

trim isle
trim isle
silver willow
#

it's down again

trim isle
edgy kelp
trim isle
# silver willow it's down again

The mod has a new link, I did have 2 others on there but i have removed them due to being all over the place. (New link above your msg)