Frictional Games Forum (read-only)
From Noob to Pro: Amnesia Custom Story Creation Series - 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: From Noob to Pro: Amnesia Custom Story Creation Series (/thread-10798.html)

Pages: 1 2 3 4 5 6


RE: From Noob to Pro: Amnesia Custom Story Creation Series - nemesis567 - 04-11-2012

(04-10-2012, 02:44 PM)JetlinerX Wrote: I think what he means by "intro" is using MovePlayerHeadPos(); and kinda making it look cut-scene like because its not something the players can move like, its like moving a camera around the map. I am curious to learn this aswell.



Also, could you make a tutorial about the if== stuff? I dont really understand that yet.



Thanks in advance! Smile
Huh? Weren't you participating in the challenge?..




RE: From Noob to Pro: Amnesia Custom Story Creation Series - ResidentEddy - 04-21-2012

Well, I can't even LEARN how to script (how pathetic of me, I know, especially since I'm 19 years old). I'm in a depressed state with this scripting. I already posted about this situation recently.


RE: From Noob to Pro: Amnesia Custom Story Creation Series - Saren - 05-01-2012

(04-21-2012, 03:46 AM)ResidentEddy Wrote: Well, I can't even LEARN how to script (how pathetic of me, I know, especially since I'm 19 years old). I'm in a depressed state with this scripting. I already posted about this situation recently.
Know how you feel brah...... I'm having a hard time getting this stuff too....





RE: From Noob to Pro: Amnesia Custom Story Creation Series - Cranky Old Man - 05-01-2012

Programming in general is probably one of the most complicated lines of work there is, so maybe it's not for everybody. Game scripting is one of the most basic forms of programming (not counting web-pages). If you double the difficulty of that, you have regular C++, which is the overall programming standard.




RE: From Noob to Pro: Amnesia Custom Story Creation Series - Adrianis - 05-02-2012

(05-01-2012, 11:12 PM)Saren Wrote:
(04-21-2012, 03:46 AM)ResidentEddy Wrote: Well, I can't even LEARN how to script (how pathetic of me, I know, especially since I'm 19 years old). I'm in a depressed state with this scripting. I already posted about this situation recently.
Know how you feel brah...... I'm having a hard time getting this stuff too....
Maybe you'd find it easier if you tried learning the concepts of programming from another source. The documentation for the scripting in this engine isn't really sufficient to learn from, there's are many things it assumes you know. You can always learn, however, all the material to learn programming is out there on the internet, you just have to find the right source at the right level for you, be it Your Computer's tutorials or otherwise

On the other hand if you don't want to learn, try just getting good at another aspect of mod making and work with someone who knows scripting.


C++ is certainly the programming standard of the gaming world, but outside gaming and science things like Visual Basic and Java are more practical, where you don't need to worry so much about memory.



RE: From Noob to Pro: Amnesia Custom Story Creation Series - Jagsrs28 - 06-25-2012

You have some really good tutorials.


RE: From Noob to Pro: Amnesia Custom Story Creation Series - bjaffedj - 08-05-2012

i was really wondering how you did the intro for this project:
http://www.youtube.com/watch?v=DUyqex4owJo

maybe you could make an tutorial? Smile that would help me so much! BTW. love your tutorials Smile


RE: From Noob to Pro: Amnesia Custom Story Creation Series - Your Computer - 08-05-2012

(08-05-2012, 10:12 PM)bjaffedj Wrote: i was really wondering how you did the intro for this project:
http://www.youtube.com/watch?v=DUyqex4owJo

maybe you could make an tutorial? Smile that would help me so much! BTW. love your tutorials Smile

It uses the same technique as the wake up script, with StartPlayerLookAt.


RE: From Noob to Pro: Amnesia Custom Story Creation Series - bjaffedj - 08-05-2012

(08-05-2012, 10:41 PM)Your Computer Wrote: It uses the same technique as the wake up script, with StartPlayerLookAt.
and are you able to create a move animation using the StartPlayerLookAt script? and how did you fade out and teleport to a new sequence? Smile
Thanks in advance


RE: From Noob to Pro: Amnesia Custom Story Creation Series - paththeir - 01-12-2013

Your Computer, you are the best! Thanks for your videos! I rely on become good custom story maker. I made a lot of them but it's so stupid so I'm thinking of making attention on storyline. Maybe, you could make a video that topic? Anyway, thanks!