Forge suggestion

I was thinking it would be great if we could have test dummies to test weapons that have been modded to check their damage out put for balancing things or even for training purposes for practicing tricky shots and maneuvers.

I was thinking the dummies could change whether they are crouched, standing, 1 shot, full shields, overshield, and maybe even moving or in a vehicle.

Companies could even make their own training courses.

> 2533274962122285;1:
> I was thinking it would be great if we could have test dummies to test weapons that have been modded to check their damage out put for balancing things or even for training purposes for practicing tricky shots and maneuvers.
>
> I was thinking the dummies could change whether they are crouched, standing, 1 shot, full shields, overshield, and maybe even moving or in a vehicle.
>
> Companies could even make their own training courses.

I need this

This would require forge AI implementation. It’s not hard to do as it is a type of scripting…

> 2533274888753908;3:
> This would require forge AI implementation. It’s not hard to do as it is a type of scripting…

I did start to realise that as I was describing it but they would need to be Spartan like too as well.

I think my idea isn’t all that complicated but forge ai would involve other things and movement can be scripted to objects any way for movement so it already has that.

I’m thinking this would be simple it has no real animation, other than highlighting its destructionno shields glow recharge, and maybe a snipers glow for trying to get the perfect quick shot.

> 2533274962122285;4:
> > 2533274888753908;3:
> > This would require forge AI implementation. It’s not hard to do as it is a type of scripting…
>
>
> I did start to realise that as I was describing it but they would need to be Spartan like too as well.
>
> I think my idea isn’t all that complicated but forge ai would involve other things and movement can be scripted to objects any way for movement so it already has that.
>
> I’m thinking this would be simple it has no real animation, other than highlighting its destructionno shields glow recharge, and maybe a snipers glow for trying to get the perfect quick shot.

It’s a type of scripting. They would have to allow you to customise the RNG (Random Number Generator) to suit the randomness. They could also make a simple version of it where there are 5 difficulties, Easy, Average, Heroic, Expert, Pro. This would make the game very in depth and allow people to make custom campaign levels. A really good way to execute this is with “if… then…” and “if… but not… then…” statements. 343i would have to release a list of statement variables that can be used for these.