Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Im a new Custom Story Maker. Any guidance?
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#5
RE: Im a new Custom Story Maker. Any guidance?

void EnterArea()
{
AddPropImpulse(string& asName, float afX, float afY, float afZ, string& asCoordSystem);

}


The command "AddBodyForce(string& Corpse_Male_1, float afX, float afY, float afZ, string& world);" is a little more complicated, better to use the propimpulse :>

If you open an entity in the ModelEditor you can see that amnesia uses a number of "bodies" to indentify the physics of the object. The above listed command requires a specification of which "body"(=part) of the object to be pushed. Addpropforce/Addpropimpulse pushes the object as a whole.

Script files should be namned the same name as the corresponding map, with a ".hps" extension. You can manually rename the files and the extensions. Should be located in:
Amnesia - The Dark Descent\redist\custom_stories\"Your_Story"\maps

[Image: mZiYnxe.png]


01-24-2012, 01:05 PM
Find


Messages In This Thread
RE: Im a new Custom Story Maker. Any guidance? - by Acies - 01-24-2012, 01:05 PM



Users browsing this thread: 1 Guest(s)