Frictional Games Forum (read-only)
We are hiring: Script Programmer wanted! - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Frictional Games (https://www.frictionalgames.com/forum/forum-3.html)
+--- Forum: Blog (https://www.frictionalgames.com/forum/forum-23.html)
+--- Thread: We are hiring: Script Programmer wanted! (/thread-14105.html)



We are hiring: Script Programmer wanted! - jens - 03-19-2012

Are you an Angel Script pro from making custom stories all day and all night long?

http://frictionalgames.blogspot.com/2012/03/we-are-hiring-script-programmer-wanted.html




RE: We are hiring: Script Programmer wanted! - Traggey - 03-19-2012

No.. But I model... HIRE ME DAMNIT!



RE: We are hiring: Script Programmer wanted! - Henriksen - 04-04-2012

Damnit, I wish you guys were looking for map makers xD

(03-19-2012, 11:32 AM)jens Wrote: Are you an Angel Script pro from making custom stories all day and all night long?

http://frictionalgames.blogspot.com/2012/03/we-are-hiring-script-programmer-wanted.html
By the way, when you say "pro" how good do you want them to be? Could you tell us something you would want us to script or something?




RE: We are hiring: Script Programmer wanted! - Your Computer - 04-04-2012

(04-04-2012, 06:59 PM)teddifisk Wrote: By the way, when you say "pro" how good do you want them to be? Could you tell us something you would want us to script or something?

It's in the blog post. It's quite an interesting situation they want you to solve.


RE: We are hiring: Script Programmer wanted! - Xanthos - 04-04-2012

Spoiler below!
"To open a door, the player must tie a rope between it and a heavy create (Pretty sure crate), and then push the crate into a hole.".

How do I use ropes?

Yes, I better leave now XD.



I think I know how.

AdduseItemCallback using a rope and the crate.

in the script it will activate a AddEntityCollideCallBack With the crate and to the hole.

Then it will setprophealth to 0 then AddPropImpulse Then Play puzzle music solve and GiveSanityBoostSmall();


RE: We are hiring: Script Programmer wanted! - Henriksen - 04-04-2012

(04-04-2012, 09:52 PM)Xanthos Wrote: "To open a door, the player must tie a rope between it and a heavy create (Pretty sure crate), and then push the crate into a hole.".

How do I use ropes?

Yes, I better leave now XD.



I think I know how.

AdduseItemCallback using a rope and the crate.

in the script it will activate a AddEntityCollideCallBack With the crate and to the hole.

Then it will setprophealth to 0 then AddPropImpulse Then Play puzzle music solve and GiveSanityBoostSmall();
Ropes. [Image: image0013237037005771w1d5p.jpg]





RE: We are hiring: Script Programmer wanted! - Cranky Old Man - 04-05-2012

(04-04-2012, 10:48 PM)teddifisk Wrote: Ropes. [Image: image0013237037005771w1d5p.jpg]
Ropes are pretty okay until they go slack and start to curve into ugly segments. The Hammer engine contained some cool rope physics "back in the day", but even they only used it from far away, semi-stretched between two telephone poles, and it was clear that while there were plans for normal ropes, Valve abandoned that idea, instead setting the rope texture to plain black. Good luck.




RE: We are hiring: Script Programmer wanted! - nemesis567 - 04-09-2012

That problem is not an easy task do to the engine limitations, mostly in what relates to making ropes visible or not, but it is solvable although it's not a puzzle worth the trouble if you check it up to a certain point.



RE: We are hiring: Script Programmer wanted! - Cranky Old Man - 04-09-2012

(04-09-2012, 02:55 PM)nemesis567 Wrote: That problem is not an easy task do to the engine limitations, mostly in what relates to making ropes visible or not, but it is solvable although it's not a puzzle worth the trouble if you check it up to a certain point.
"We're basically looking for Gandalf. Have you seen him?"
It should be noted that it's a common tactic for job interviewers to give impossible tasks to applicants, to see who comes closest to a neat solution, and how people would handle it. If we're not talking about hiring a straight out engine (C++) programmer, then a basic HPL2 script could be made relying on premade animations, or even blackouts and the sounds of a box being pushed. It wouldn't look better than the first Penumbra, but it'd be a solution. I hope they find some boy genius who'll come up with something better, though.




RE: We are hiring: Script Programmer wanted! - nemesis567 - 04-09-2012

I solved the problem already without blackouts or similar stuff, and it's possible for all you to know. The thing is that for a scripter in the team it would be easier to just ask for the implementation of a small thing or a something like it.