Frictional Games Forum (read-only)
Interest in monthly scripting challenges? - 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)
+--- Thread: Interest in monthly scripting challenges? (/thread-25762.html)



RE: Interest in monthly scripting challenges? - Mudbill - 07-27-2014

Oooh, sounds more like something I could get around. I do like scripting quite a bit. The only reason I don't participate that much with things like these is because I have little time to, but I would love to give it a go.


RE: Interest in monthly scripting challenges? - PutraenusAlivius - 07-27-2014

This seems interesting. Perhaps I'll give it a go.


RE: Interest in monthly scripting challenges? - Romulator - 07-27-2014

* Romulator raises my hand if stuff is pre-made.


RE: Interest in monthly scripting challenges? - CarnivorousJelly - 07-27-2014

I'd love to do this. I'm not great at scripting, but this could be a way for me to improve c:

By the way, I have notes from an introductory C++ class if anyone wants to take a look at them. Probably not a ton of use for you brilliant people who are already proficient in this, but might be helpful for new scripters (like me :p) just click the link c:


RE: Interest in monthly scripting challenges? - Kreekakon - 07-27-2014

Scripting...Scripting...Scripting...Scripting...!! *Chants nonstop*


RE: Interest in monthly scripting challenges? - Kreekakon - 07-27-2014

I'd personally like the scenario challenge better (Second one). Feels more like being an actual programming challenge to in that you have something you want to do, and need to solve it.

The first feels more like a mix of directing which is absolutely fine, but feels more like a mix of other stuff rather than being a pure programming thing. That's just my input though.


RE: Interest in monthly scripting challenges? - MrBehemoth - 07-27-2014

I'd be very interested but wouldn't necessarily take part every month due to time constraints. How big a challenge it is each time and the amount of time given would be deciding factors to whether I join in.

I like the second option too but be careful not to make it too specific - with exactly the same resources and goal, we might all just end up with the same solution.

Something similar to this would be good (and good practice in case it comes up again!) - but obviously that challenge was designed to be very difficult with the existing resources, to show your understanding of why it was difficult. A competition would need to be more solvable.


RE: Interest in monthly scripting challenges? - Rapture - 07-27-2014

Will we be including the AMFP patch for the new scripting functions? Or is the GetPlayer/Entity & SetPlayer/Entity function to much help?

Are we gonna go with a Winner declares next monthly (Would weekly be better?) script or is that something debated by the community?


RE: Interest in monthly scripting challenges? - Mudbill - 07-27-2014

I would vote against using the patch, because not everyone can get it. It's only available for Windows and some people may not want to overwrite their game with it and have to reinstall it to revert unless they have that 2GB backup. It also introduces some bugs that I'm sure MrBehemoth is familiar with.


RE: Interest in monthly scripting challenges? - MrBehemoth - 07-28-2014

(07-27-2014, 11:35 PM)Mudbill Wrote: It also introduces some bugs that I'm sure MrBehemoth is familiar with.

It does, but mostly just extreme physics glitches... but the added functions outweigh the drawbacks in my opinion. I did notice that some of the string functions don't work any more though.