Frictional Games Forum (read-only)

Full Version: Amnesia Editor for mac, How To?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm brand new to the whole Game making world and am a fast learner, and I have no clue how to use it for Mac. the biggest thing i need is what script app do i need? will apple script work? if so, how do i use it for this?
http://wiki.frictionalgames.com/hpl2/tools/start

Looks like you can get the tools from there, for OSX. Level editor is where you build the levels of the game, model editor builds entities, which are the main source of gameplay functionality. The other tools speak for themselves. You define the logic of your game/custom story in a scripting language called Angelscript; you can find plenty of good tutorials both here in the Development Support forum and on the wiki.
If you have anymore questions, please visit this site:
http://wiki.frictionalgames.com/hpl2/start
These tutorial will give you tutorial on how to build a level, to scripting.
(02-01-2013, 03:39 AM)unscathed Wrote: [ -> ]the biggest thing i need is what script app do i need?

Would be best to use a texteditor, in which you can add a custom tag list for autocomplete.
This is a list of tags, very useful.
I personal prefer Geany, just found a port for MacOSx - don't know if it works proper.

If it does, here is a quite good tutorial on how to set it up for .hps; including the taglist above.
Good LuckSmile
Or notepad++
A great text editor that I use is TextWrangler, It's almost like Notepad++ but for mac Smile