Just one question today:
Can we use specular maps if we are using Blender for age writing?
Breldur, my new age
Re: Breldur, my new age
Not as far as I know, but I know little -- maybe with Chloe's branch..?
If persistant, I suppose you could prpshop the layer, after exporting... :7
If persistant, I suppose you could prpshop the layer, after exporting... :7
- tachzusamm
- Posts: 575
- Joined: Thu May 29, 2008 2:03 am
- MOULa KI#: 0
- Location: Germany
Re: Breldur, my new age
Looking at the PyPRP sources, I find specularity color (SpecCol) IS handled in some way; however, I don't understand what it does in detail, if it's fully implemented (exported to an age), or how it should be used.
Maybe it's just part of the older age import routines. But that's just a guess.
I assume the best idea would be to try it out and see what happens.
Oh, wait... you were talking about specularity MAPS. *sigh*
Maybe it's just part of the older age import routines. But that's just a guess.
I assume the best idea would be to try it out and see what happens.

Oh, wait... you were talking about specularity MAPS. *sigh*
Re: Breldur, my new age
Hi friends!
I kust want to keep you up to date today.
I'm still very busy with Breldur. But I can't post any screenshots right now. I don't want to betray to much.
Just a AlcScript question:
I tried to add some of Cyan's sounds into the age. But exporting failed, because it seems for me that the file names of these sounds are much to long for the AlcScript code.
Anyone has the same problem? How did you solve it?
Hugs, Jonnee
I kust want to keep you up to date today.
I'm still very busy with Breldur. But I can't post any screenshots right now. I don't want to betray to much.

Just a AlcScript question:
I tried to add some of Cyan's sounds into the age. But exporting failed, because it seems for me that the file names of these sounds are much to long for the AlcScript code.
Anyone has the same problem? How did you solve it?
Hugs, Jonnee
Re: Breldur, my new age
Try just putting a relative path rather than a global one (forgive me if this is what you're already doing). Something like "sfx/filename.ogg" should be sufficient.
Currently getting some ink on my hands over at the Guild Of Ink-Makers (PyPRP2).
- andylegate
- Posts: 2348
- Joined: Mon Oct 01, 2007 7:47 am
- MOULa KI#: 0
Re: Breldur, my new age
Make sure you have your file path in Blender set to where you have your sounds at.
Wasn't file name length fixed in PyPRP? I remember a problem with it, but could have sworn that the last version that was put out fixed that.
Wasn't file name length fixed in PyPRP? I remember a problem with it, but could have sworn that the last version that was put out fixed that.
"I'm still trying to find the plKey for Crud!"

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials
Re: Breldur, my new age
andylegate wrote:Make sure you have your file path in Blender set to where you have your sounds at.
For sure I did so.

I was not able to export the age with one of my own, self created sound files. The file name "Breldur_Earthquake.wav" was too long. I just renamed it into "Breldur_Earth.wav" -> and suddenly it worked. Same happend to "Breldur_DoorMetall.wav". But exporting "Breldur_DoorMet.wav" works as well.
So... Now there are many filenames like "psnlWaterfall03_Loop-Right" with too many characters. I can't imagine that a relative path should fix the problem, because I would add much more characters by adding the file path.

- andylegate
- Posts: 2348
- Joined: Mon Oct 01, 2007 7:47 am
- MOULa KI#: 0
Re: Breldur, my new age
wait....... you are exporting with .wav not .ogg ?
Grrrr. Been too long for me to remember since all I use is Max and Cyan's plugin now. With it you directly select the .ogg file. Except when you're are setting up EAX for echos. I'll have to go check it out.
Grrrr. Been too long for me to remember since all I use is Max and Cyan's plugin now. With it you directly select the .ogg file. Except when you're are setting up EAX for echos. I'll have to go check it out.
"I'm still trying to find the plKey for Crud!"

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials
- andylegate
- Posts: 2348
- Joined: Mon Oct 01, 2007 7:47 am
- MOULa KI#: 0
Re: Breldur, my new age
Jonnee,
try exporting with your file path set to where the .ogg files are, and reference that name. Since we don't have to load up the sound file in Blender, you can export with your ALCscript pointing right to the .ogg file:
http://www.guildofwriters.com/wiki/Addi ... in_Blender
try exporting with your file path set to where the .ogg files are, and reference that name. Since we don't have to load up the sound file in Blender, you can export with your ALCscript pointing right to the .ogg file:
http://www.guildofwriters.com/wiki/Addi ... in_Blender
"I'm still trying to find the plKey for Crud!"

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials

Blender Age Creation Tutorials
3DS Max Age Creation Tutorials
Re: Breldur, my new age
Oh!
I did not notice that change. I'm still using the old way as I was teached a long time ago...
But I will give it a try.
So if I understand you right, at first I have to put my blender file into the sfx folder, and then my code should look like this?
After exporting and running the game the engine knows by itself where to get the soundfile from?
(Just for my own understanding. Because not every explorer will have the same file path for the POTS installation...)
PS: Oh my god!! I thought I can see the end of writing Breldur coming soon. But now I have to change around 80 soundfile codes.


So if I understand you right, at first I have to put my blender file into the sfx folder, and then my code should look like this?
Code: Select all
SFX_Music1:
type: soundemit
sound:
flags:
- autostart
- looping
- is3dsound
file: Breldur_Heart1.ogg
volume: 1
type: BackgroundMusic
maxfdist: 250
minfdist: 10
After exporting and running the game the engine knows by itself where to get the soundfile from?
(Just for my own understanding. Because not every explorer will have the same file path for the POTS installation...)
PS: Oh my god!! I thought I can see the end of writing Breldur coming soon. But now I have to change around 80 soundfile codes.
