Freedom Reborn

Freedom Force Forums => Scripting Forum => Topic started by: MarvelHero on April 30, 2025, 06:06:36 AM

Title: Is there an Attribute that prohibits carrying objects?
Post by: MarvelHero on April 30, 2025, 06:06:36 AM
Let's say my character has a 6 in strength and I want him to just be an attacker like a terminator. Only focused on shooting. But he keeps on carrying objects instead.

Is there an attribute that prohibits a character to carry anything?

Does an attribute like this is possible in the game? (FFVT3R and FFX)
Title: Re: Is there an Attribute that prohibits carrying objects?
Post by: oktokels on April 30, 2025, 02:21:16 PM
Quote from: MarvelHero on April 30, 2025, 06:06:36 AMLet's say my character has a 6 in strength and I want him to just be an attacker like a terminator. Only focused on shooting. But he keeps on carrying objects instead.

Is there an attribute that prohibits a character to carry anything?

Does an attribute like this is possible in the game? (FFVT3R and FFX)

You could modify his AI to just shoot and not pick anything.
Title: Re: Is there an Attribute that prohibits carrying objects?
Post by: MarvelHero on April 30, 2025, 02:41:28 PM
I don't know, sometimes the ai goes weird and just choose to throw stuff and run over and over.

By making his strength lower I could get the better results. Because he does not have the strength to lift. But he dies easily.

I was planning for a tanky enemy shooter(Terminator) and also for stationary towers.
Title: Re: Is there an Attribute that prohibits carrying objects?
Post by: oktokels on April 30, 2025, 03:24:05 PM
Delete this line from his AI and he should stop throwing stuff

Quote'TThrow(pickup_time=2.92,throw_time=2.52)',
Title: Re: Is there an Attribute that prohibits carrying objects?
Post by: MarvelHero on April 30, 2025, 03:46:20 PM
I will try that. :)

The goal is for slow and tanky characters. (I replaced the run anim to walk)

I'm really bad at FFX.

Is there also a way to auto revive a character once he dies suddenly?