PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [G1] Character height?



deama
02.04.2011, 23:06
Is there a way to increase the character height same as the model fatness? Cause there is a command for the model fatness in the console but I was wandering if there is a way to do the same thing but with height.

model fatness code:
"set modelfatness #"

Tratos
02.04.2011, 23:26
I'm guessing this is Gothic 2, or 1 yes?

deama
02.04.2011, 23:30
Gothic 1, but 2 should do as well.

Zeri0n
03.04.2011, 10:31
in gothic 2 only way about i know is to type ,,bodymass" and numbers, but it increase your height and weight ,,proportionaly"
i enjoyed being bigger than castle in vom :D

deama
03.04.2011, 11:27
changing the bodymass won't do anything... If it helps, I've changed the body mass by character abilities (edit abilities).

EDIT: I tried it on both gothic 1 and 2.

So uhh... if the bodymass doesn't do what is stated up ahead then what does it do?

alexstefan95
17.04.2011, 14:41
B_SetModelScale (1.0,1.0,1.0)
These are the normal values. If you change them to (1.0,1.0,1.1) the character will be taller. This line must be added in the NPC script.

deama
18.04.2011, 23:25
NPC script?
Do I have to use the console or am I required to change a file's information?
Sniff, Sniff... do I smell an elaboration?

alexstefan95
03.05.2011, 19:21
Yes, you must change the NPC script.

deama
04.05.2011, 21:46
So are you gonna tell me how?

WernerTWC
06.05.2011, 22:33
So are you gonna tell me how?

Look around in the forum and in the sticky's for some modding-basics.... you'll have to edit the pc_hero.d script (iirc) (with a simple text editor) and compile the script to make it work ingame (comiple with the mod-starter). The bodymass and hight and all that is defined in that script, somewhere at the top of it.

Good luck! :)