[LVL ED] Is there any easier way? - 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: [LVL ED] Is there any easier way? (/thread-16629.html) |
Is there any easier way? - Pigsareit - 06-30-2012 In the past I've worked with Source engine stuff, and in comparison it's a huge difference. I know that the team that made the editor for Amnesia was a lot smaller than Valve's but I'm working a lot slower on things in HPL2 than I would be in Source. So I was wondering if there are any tools out there that can help make the editor more fluid for someone not interested in code so much. I can see how things are made to work with the code; using callbacks, methods, and the like. But I keep getting things wrong or not how I'd like them to look, and attempting to fix them leads me nowhere, and I end up backtracking until it gets to a functioning state. I know that there is the wiki, and youtube tutorials, I've looked through a massive amount of all of that to help me get through it, but it really seems easier at this point to rip all of the amnesia models, sounds, etc, and port them to Source and continue working there. So yeah, any tools people have made to make work easier in HPL2? Main problems being code errors, code viewings, in-editor things. Thanks a bunch, Pigsareit RE: Is there any easier way? - Cruzore - 06-30-2012 do you use the normal notepad? If so, try using Geany(or Notepad++, but I prefer Geany) and set it up following this tutorial:http://wiki.frictionalgames.com/hpl2/third_party_tools/text/geany RE: Is there any easier way? - ApeCake - 06-30-2012 Source Engine is a bit easier to work with. HLP2 feels kind of slow. But you get used to it, especially moving the camera. RE: Is there any easier way? - Your Computer - 06-30-2012 Read: http://wiki.frictionalgames.com/hpl2/start RE: Is there any easier way? - Pigsareit - 06-30-2012 (06-30-2012, 07:38 PM)FastHunteR Wrote: do you use the normal notepad? If so, try using Geany(or Notepad++, but I prefer Geany) and set it up following this tutorial:http://wiki.frictionalgames.com/hpl2/third_party_tools/text/geanyYeah, I followed YourComputer's intro tutorials for Geany stuff, and that all works nice. I use Notepad++ for the language files though. (06-30-2012, 07:42 PM)Your Computer Wrote: Read: http://wiki.frictionalgames.com/hpl2/startYeah. I read through all that already. But thanks. RE: Is there any easier way? - Your Computer - 06-30-2012 Perhaps i should also link to http://www.frictionalgames.com/forum/thread-12213.html http://www.frictionalgames.com/forum/thread-12023.html http://www.frictionalgames.com/forum/thread-15232.html http://www.frictionalgames.com/forum/thread-10037.html |