Frictional Games Forum (read-only)
will my idea work - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: will my idea work (/thread-9028.html)



will my idea work - stormhound - 07-08-2011

Hello noob Cool here I'm wondering if I could put a ragdoll of a body in a suit of knights armor then put a add prop impulse (thanks to JenniferOrange) and a sanity damage script(need help with)Huh.
plz don't steal my idea it was hard for me to think of it now I dont want it spreading to every custom story.

Lots Of Love

xxx

Stormhound.(I'm not a girl!!!!)Angry


RE: will my idea work - X4anco - 07-08-2011

Hello Stormhound.
In the level editor there are bits of the suit that the player can move around in the entity
category, then ornaments.
Place each piece down until you have created a suit of armor (don't use the arms).

Then for the code:

void YOURFUNC (parameters)
{
AddPropImpulse("leg1", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("leg2", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("body", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("head", 255.0f, 0.0f, 0.0f, "world");
}

Note: I have entered random figures and named the individual pieces.
Your welcome Michael


RE: will my idea work - stormhound - 07-08-2011

(07-08-2011, 10:07 PM)X4anco Wrote: Hello Stormhound.
In the level editor there are bits of the suit that the player can move around in the entity
category, then ornaments.
Place each piece down until you have created a suit of armor (don't use the arms).

Then for the code:

void YOURFUNC (parameters)
{
AddPropImpulse("leg1", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("leg2", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("body", 255.0f, 0.0f, 0.0f, "world");
AddPropImpulse("head", 255.0f, 0.0f, 0.0f, "world");
}

Note: I have entered random figures and named the individual pieces.
Your welcome Michael
why why why did you do that your not ment to call me michael your supposed to call me stormhound... errr yes me and x4anco are bro's


RE: will my idea work - Synatic - 07-09-2011

if u do not want this idea to be spread couldn't u just ask ur bro?Big Grin guess it's solved then Smile


RE: will my idea work - stormhound - 07-09-2011

GOD DAMN IT!

custom story in progress:The Grunt Of Brennenburg
I still need help with sanity damage by the way



RE: will my idea work - laser50 - 07-09-2011

(07-09-2011, 12:11 PM)stormhound Wrote: custom story in progress:The Grunt Of Brennenburg

Why not: The Stormhound Of Brennenburg? Big Grin


RE: will my idea work - TheDavenia - 07-09-2011

(07-09-2011, 01:09 AM)Synatic Wrote: if u do not want this idea to be spread couldn't u just ask ur bro?Big Grin guess it's solved then Smile

*thumbs up*


RE: will my idea work - stormhound - 07-09-2011

(07-09-2011, 04:45 PM)TheDavenia Wrote:
(07-09-2011, 01:09 AM)Synatic Wrote: if u do not want this idea to be spread couldn't u just ask ur bro?Big Grin guess it's solved then Smile

*thumbs up*
no possibly not unless if you can make me a stormhound monster but still no.Rolleyes


oh and another question how do you publish custom stories? thank you


RE: will my idea work - X4anco - 07-09-2011

I is his bro


RE: will my idea work - AlexRobillard - 07-10-2011

This just seems like a spam fest, if the problem is resolved and nobody else has any questions then stop the conversation.