Frictional Games Forum (read-only)
Developing a CS - thoughts on plot? - 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: Developing a CS - thoughts on plot? (/thread-21958.html)



Developing a CS - thoughts on plot? - Zokrar - 06-28-2013

I'm currently in the midst of thinking up a new CS. It'll revolve mildly around the idea of Jack and the Beanstalk. It's not going to be a scary story, but more just one to test ideas for future stories & have fun with. The architecture will be massive compared to the character (all scaled up by ~50x.) and will hopefully include some custom models to give it more of a cheery atmosphere.

This is just a speculation for now. What do you guys think?

[Image: fxiuTPu.png]


RE: Developing a CS - thoughts on plot? - i3670 - 06-29-2013

Could work. Models'll look very very stretched though.


RE: Developing a CS - thoughts on plot? - Kreekakon - 06-29-2013

(06-28-2013, 10:16 PM)Zokrar Wrote: The architecture will be massive compared to the character (all scaled up by ~50x.) and will hopefully include some custom models to give it more of a cheery atmosphere.
Beware of stretched textures which will make the game look very weird.

This could require a bit of work, but something you could do to completely counter this is to re-skin the models which will appear stretched with higher-res textures.

Also, judging from the title you want to talk plot...how so exactly? Could you go into more depth on what you want to discuss, because I don't think giant models are your only concern here.


RE: Developing a CS - thoughts on plot? - CarnivorousJelly - 06-29-2013

I personally think it's a pretty neat idea. The whole "cheery" thing might give off a creepy vibe considering the engine we're using XD Also, if you're intending to use the grunts as giants, that won't work. The grunts can be scaled but their animations won't stay the same, so you'll end up with grunts that are huge when you place them down in the level editor, but shrink to normal size once you're in the game again. It would almost be easier to edit Daniel's height and walking/running paces than to scale everything up. Not sure how that would work (I'm no skilled modeller) and I don't even know if it's possible, but it's worth trying :D


RE: Developing a CS - thoughts on plot? - Wapez - 06-29-2013

(06-29-2013, 06:37 AM)Kiandra Wrote: I personally think it's a pretty neat idea. The whole "cheery" thing might give off a creepy vibe considering the engine we're using XD Also, if you're intending to use the grunts as giants, that won't work. The grunts can be scaled but their animations won't stay the same, so you'll end up with grunts that are huge when you place them down in the level editor, but shrink to normal size once you're in the game again. It would almost be easier to edit Daniel's height and walking/running paces than to scale everything up. Not sure how that would work (I'm no skilled modeller) and I don't even know if it's possible, but it's worth trying Big Grin

Changing the proportions of the Player would (technically) be possible through some script changes, but I'm not sure how well it would work out. This would however require the mod to be a full conversion, and you need to have some insight in how the .cfg script files work.

However, here's what should be given a look at firstly:

Spoiler below!

<Player_Body

Mass = "70"
Size = "0.8 1.8 0.8"
CrouchSize = "0.8 1.2 0.8"

GravityForce = "0 -20 0"

CameraPosAdd = "0 -0.05 0"
CameraSmoothPosNum = "10"

AccurateClimbing = "true"
MaxNoSlideSlopeAngle = "45"
MaxPushMass = "10"
PushForce = "55"
CharacterMaxPushMass = "15"
CharacterPushForce = "100"
MaxStepSize = "0.4"
MaxStepSizeInAir = "0.1"
StepClimbSpeed = "5.0"

/>


The file with this script is located inside:

Amnesia The Dark Descent>YourFullConversion>config>game.cfg


RE: Developing a CS - thoughts on plot? - Plank - 07-02-2013

It's a good idea except I don't know how this will work without a beanstalk model