"Where do I start?" - HPL2 Learning Foundation - 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 Articles (https://www.frictionalgames.com/forum/forum-40.html) +---- Thread: "Where do I start?" - HPL2 Learning Foundation (/thread-19019.html) Pages:
1
2
|
"Where do I start?" - HPL2 Learning Foundation - Acies - 11-01-2012 For other tutorials and basics, first visit the Frictional Games HPL2 wiki page to get familiar! Come here when looking for something specific! Some guides which I think might be useful when familiarizing yourself with the engine :] General: A lot about the engine and working with all of the tools (by Your Computer): http://www.frictionalgames.com/forum/thread-10798.html Perspective Camera Controls and Shortcuts/Hotkeys in Level Editor (by Statyk): http://www.frictionalgames.com/forum/thread-10598.html Outdoor environments (by DamnNoHtml): http://www.frictionalgames.com/forum/thread-7631.html Lighting stuff up (by Streetboat): http://www.frictionalgames.com/forum/thread-18572-post-179681.html#pid179681 Animated gobos (by khyrpa): http://www.frictionalgames.com/forum/thread-10677.html Full-conversions: Isolated full conversions (by Your Computer): http://www.frictionalgames.com/forum/thread-11120.html Creating fonts for full conversions (by Your Computer): http://www.frictionalgames.com/forum/thread-11128.html Adding a custom lantern (by Statyk): http://www.frictionalgames.com/forum/thread-12391.html Scripting: -- First link in general is a good base -- Scripting (by Elven): http://www.frictionalgames.com/forum/thread-10017.html "Wake up intros" (by DamnNoHtml): http://www.frictionalgames.com/forum/thread-4626.html Funcdefs (by Apjjm): http://www.frictionalgames.com/forum/thread-9725.html Global fade by (palistov): http://www.frictionalgames.com/forum/thread-14426.html Lang editor by (Apjjm): http://www.frictionalgames.com/forum/thread-12213.html Modeling: Creating your first model (by Acies): [url]http://www.frictionalgames.com/forum/thread-9790.html[/url] Creating models ~ better than the one above (by Acies): http://www.frictionalgames.com/forum/thread-20345.html Texturing stuff (by Acies): [url]http://www.frictionalgames.com/forum/thread-16900.html[/url] Getting those damn animations to work (by crisosphinx): [url]http://www.frictionalgames.com/forum/thread-18352.html[/url] If there are questions by new users I'll answer them if I'm able. If it's scripting errors, refer to "development support". RE: Want to learn about HPL2? [The compendium of guides] - Adny - 11-01-2012 This needs to be stickied ASAP. RE: Want to learn about HPL2? [The compendium of guides] - Statyk - 11-01-2012 Hmm... Perhaps. I might do some organizing and retitling before though. Good organization Acies =] This should be helpful when looking for specific threads. RE: "Where do I start?" - HPL2 Learning Foundation - CorinthianMerchant - 11-01-2012 [video=youtube]http://youtu.be/9QS0q3mGPGg[/video] RE: "Where do I start?" - HPL2 Learning Foundation - Alex Ros - 11-01-2012 Here's a question. How to make skies cubemaps from a panoramic photos? I mean right here http://img535.imageshack.us/img535/244/88434815.jpg I have hundreds of panoramic skies, but I can't find out how to "strip" them into cubemaps. Some kind of a program maybe? But I've googled and found nothing useful. RE: "Where do I start?" - HPL2 Learning Foundation - Acies - 11-01-2012 List of tools: http://www.hdrlabs.com/tools/links.html http://www.hdrshop.com/ I tried to find you free programs which would split your image, but to no avail :] Edit: possibly: http://www.hdrlabs.com/cgi-bin/forum/YaBB.pl?num=1229427227 I know "Your Computer" has created a Gimp plugin for it, which you may find here: http://www.frictionalgames.com/forum/thread-10037.html That should solve it if you have gimp. I use another option, which is to render out my maps in Terragen: http://www.planetside.co.uk/index.php?option=com_content&view=article&id=30&Itemid=170 And then patch them together in Cubemapgen: http://code.google.com/p/cubemapgen/downloads/list Thus I can create my own skyboxes. RE: "Where do I start?" - HPL2 Learning Foundation - Your Computer - 11-01-2012 My GIMP python plug-in doesn't convert panoramic images to cubemap format. I was meaning on implementing such a feature, but it's a bit more work then what i'm willing to bother with now. RE: "Where do I start?" - HPL2 Learning Foundation - Statyk - 11-02-2012 I added my camera control thread and removed my lighting thread. That thread was bad juju. RE: "Where do I start?" - HPL2 Learning Foundation - The chaser - 11-02-2012 I think a tutorial of making models in blender would be very welcome Personally, I think it's a simplier program, and it's free and easy to install. I more or less know to do models on it, but maybe someone needs these tutorials. RE: "Where do I start?" - HPL2 Learning Foundation - Alex Ros - 11-02-2012 http://www.blender.org/education-help/tutorials/ |