Frictional Games Forum (read-only)
Petition. Target: FG - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: Petition. Target: FG (/thread-11754.html)

Pages: 1 2


RE: Petition. Target: FG - Victor - 12-11-2011

What about corpses with clothes?


RE: Petition. Target: FG - Acies - 12-11-2011

Viewing your list at the moment I'm seeing some of the features implemented in HPL3. I really would like FG to make this available now, but I honestly do not think they will do it. And I support that. Attention should be kept on HPL3.

Still (dreaming along) I'd like to add something to your list. Make it possible to bind objects to enemies; much in the same way as the lantern is bound to the player's hand. It would be much easier to add weapons, tools etc. to enemies.


RE: Petition. Target: FG - Rapture - 12-11-2011

I'm not sure if this could count, because its more of a issue with objects themselves...

I sought out to create a old-school type of platforming game. I got it to partially work, but left it alone because of frustrating limitations. One being that if you stand on a box (I made it really big) and you give that box a vertical AddPropImpulse, you would simply fall right through it. But if I gave it a X/Y movement, you would be alright...

Other little scripts like AddAttachedPropToProp should actually work also. Sad




RE: Petition. Target: FG - nemesis567 - 12-11-2011

(12-11-2011, 06:29 PM)Acies Wrote: Viewing your list at the moment I'm seeing some of the features implemented in HPL3. I really would like FG to make this available now, but I honestly do not think they will do it. And I support that. Attention should be kept on HPL3.

Still (dreaming along) I'd like to add something to your list. Make it possible to bind objects to enemies; much in the same way as the lantern is bound to the player's hand. It would be much easier to add weapons, tools etc. to enemies.
Ability to bind something to a bone already requires messing around with the engine. Even so I'll add this to the list.

(12-11-2011, 07:41 PM)Rapture Wrote: I'm not sure if this could count, because its more of a issue with objects themselves...

I sought out to create a old-school type of platforming game. I got it to partially work, but left it alone because of frustrating limitations. One being that if you stand on a box (I made it really big) and you give that box a vertical AddPropImpulse, you would simply fall right through it. But if I gave it a X/Y movement, you would be alright...

Other little scripts like AddAttachedPropToProp should actually work also. Sad
You chose the wrong engine for that.




RE: Petition. Target: FG - palistov - 12-12-2011

Rapture, try MoveObjects instead.


RE: Petition. Target: FG - nemesis567 - 12-12-2011

With moveObjecttoWC function you could actually move the objects exactly how you wanted...I really think it'd bring many advantages for us developers(and certainly for FG, because we'd be developing better quality content). I guess we'll just have to wait for FG's reply(which I think it's no, but let's be hopefull).