How can you begin with differant color choices?
Author | Topic: How can you begin with differant color choices? |
---|---|
Apprentice
Member # 3612
|
written Wednesday, March 14 2007 08:33
Profile
How does Geneforge change your character's color at the begining on the choice screen? Where is this set, in a script? How can you change the color choices to say orange, teal, purple instead of red, green, blue? Posts: 26 | Registered: Tuesday, October 28 2003 08:00 |
Infiltrator
Member # 5566
|
written Wednesday, March 14 2007 09:10
Profile
It adds a code like, cr_graphic_coloradj = 512; to change the colors of it. You can also add code like that to make your Character glow, sparkle, flare, and do other neat things. That was the code in Greta's code. [ Wednesday, March 14, 2007 09:11: Message edited by: Hawk King ] Posts: 507 | Registered: Tuesday, March 1 2005 08:00 |
Apprentice
Member # 3612
|
written Wednesday, March 14 2007 21:29
Profile
Where would I put the code? What does the number mean? Posts: 26 | Registered: Tuesday, October 28 2003 08:00 |
Infiltrator
Member # 5566
|
written Wednesday, March 14 2007 22:26
Profile
Okay, here goes. First open your G4 folder, oh by the way I use mac so the folder arrangement may be different. Anyways open the G4 folder, then open Files. Then your gonna want to go down to the folder titled scripts, in this file there is a text document labeled "gf4itemschars.txt" In this file on the very top is a bit of text ignore it till you get to. Now that is the (somewhat modified by me) default shaper coding that defines your PC, if you are a shaper. Now since you are implying you wan to change this, you had better make a copy for in case you don't like the change. Okay here is the code that Latilia has in her coding thers more but you don't need that all you need is Which changes her color to whatebver her color changed to. What you want to do is put into the PC's coding so it looks like this There now you have a color changed shaper! Note, it is probably best if you dont do that as I only know these things by the way I randomly figured them out, so it may be best to just live wit what you get. Posts: 507 | Registered: Tuesday, March 1 2005 08:00 |
Lifecrafter
Member # 6403
|
written Thursday, March 15 2007 04:54
Profile
You may not want to edit the shapers and instead stick with the lifecrafters etc. -------------------- ??? ?????? ???? ????? Posts: 883 | Registered: Wednesday, October 19 2005 07:00 |
Apprentice
Member # 3612
|
written Thursday, March 15 2007 05:17
Profile
I tried this and it didn't work. It looks like adding a custom color to the PC character doesn't work. At least in the PC version. My guess is that there is a custom color code for the player which is perhaps hard coded. Posts: 26 | Registered: Tuesday, October 28 2003 08:00 |
Guardian
Member # 5360
|
written Thursday, March 15 2007 06:44
Profile
But you can still add effects with cr_graphic_appearadj. -------------------- May the fires of Undeath burn in your soul, and consume it. Posts: 1636 | Registered: Wednesday, January 5 2005 08:00 |
Infiltrator
Member # 5566
|
written Thursday, March 15 2007 10:04
Profile
oops, I forgot about that (I have been messing with G2) so I just thre in what to do. Umm yeah just look for. And use lifecrafter or whatever, oops [ Thursday, March 15, 2007 10:04: Message edited by: Hawk King ] Posts: 507 | Registered: Tuesday, March 1 2005 08:00 |