Is this possible???

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!
User avatar
kaelisebonrai
Posts: 849
Joined: Sun Feb 03, 2008 3:27 am
MOULa KI#: 0
Location: Perth, Western Australia
Contact:

Re: Is this possible???

Post by kaelisebonrai »

diafero wrote:1. Sounds like "normal" modelling with a special overlay texture, so that should be possible. Kaelisebonrai built a functional imager in his pub office.

Keep in mind, my Imager uses an experimental PyPRP version, an "unholy" combination of separate versions by Paradox and GPNMilano. And even then, I still alter the, um, dynamictextmap size by hand, thought there is supposed to be alcscript to do it, I've just never actually gotten the alcscript to /work/. But, this is only important if you need a dynamic text map, I'd think. So, if you didn't want people to be able to send custom stuff to it, (much like the one in the offline-Bevin), you could probably just animate a texture... Not sure on that, though.
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Is this possible???

Post by D'Lanor »

You do not need an "unholy" PyPRP version anymore. This modification should be in the trunk. You will still need the nightly build though.

Revision: 452
Author: Paradox
Date: 7:26:02, Tuesday, November 03, 2009
Message:
Another fix so that DynaTextMaps are not ignored... *sigh*
----
Modified : /trunk/PyPRP/prp_MatClasses.py

Revision: 451
Author: Paradox
Date: 6:36:13, Tuesday, November 03, 2009
Message:
Fix so that dynamictextmaps can be referenced as args for Python Scripts
----
Modified : /trunk/PyPRP/prp_LogicClasses.py

Revision: 450
Author: Nadnerb
Date: 4:55:10, Wednesday, October 28, 2009
Message:
merging dox's merge of gpn's dynaTextMap addition
----
Modified : /trunk/PyPRP/prp_File.py
Modified : /trunk/PyPRP/prp_MatClasses.py
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
GPNMilano
Posts: 1155
Joined: Mon Apr 21, 2008 5:50 am
MOULa KI#: 24104

Re: Is this possible???

Post by GPNMilano »

kaelisebonrai wrote:Keep in mind, my Imager uses an experimental PyPRP version, an "unholy" combination of separate versions by Paradox and GPNMilano. And even then, I still alter the, um, dynamictextmap size by hand, thought there is supposed to be alcscript to do it, I've just never actually gotten the alcscript to /work/..


What's your alcscript for the object with the dyntextmap? The alcscript works fine for me, so you might just be using it wrong.
You can't stop the truth. IC Blog
Jadawin12
Posts: 143
Joined: Mon Aug 17, 2009 7:54 am
MOULa KI#: 0

Re: Is this possible???

Post by Jadawin12 »

Thank you everyone so much for helping me with these. So from what I have gathered so far...

1. The Imager is completely possible and shouldn't be a problem.

2. The cat may be doable with either bones or shape keys and using curves to dictate movements...

3. I can do the butterfly thing by borrowing Kemo's particle engine... A few questions on that. if I want to make it seem like more of a swarm would I just double up and offset the engines? Secondly I can make the "particles look like small butterflies as opposed to little balls of light yes?
Thelonius "Prof" Higginsbottom
KI: 01632887
Nadnerb
Posts: 1057
Joined: Fri Sep 28, 2007 8:01 pm
MOULa KI#: 23247
Location: US (Eastern Time)
Contact:

Re: Is this possible???

Post by Nadnerb »

"Shape keys" in blender are more or less the equivalent of having a separate bone for every vertex in the mesh. (ie, each vertex can move independently) this is not a feature of plasma and thus will never be supported by pyprp.

As for the butterflies, Plasma's particle system only deals with sprites, so it would be better to use a bunch of animated butterfly pieces. (cyan even does this in Relto, though I think that's a MOUL only page)
Image
Live KI: 34914 MOULa KI: 23247 Gehn KI: 11588 Available Ages: TunnelDemo3, BoxAge, Odema
Jadawin12
Posts: 143
Joined: Mon Aug 17, 2009 7:54 am
MOULa KI#: 0

Shiny

Post by Jadawin12 »

Ok doesn't sound too painful in theory... Oh this is probably a silly question but is it possible to make the floors in one of the Ages as shiny and nice as K'veer? The Age I am working on (the one including the butterlies actually) should have a polished well mantianed look.
Thelonius "Prof" Higginsbottom
KI: 01632887
User avatar
Lontahv
Councilor of Artistic Direction
Posts: 1331
Joined: Wed Oct 03, 2007 2:09 pm

Re: Shiny

Post by Lontahv »

Jadawin12 wrote:Ok doesn't sound too painful in theory... Oh this is probably a silly question but is it possible to make the floors in one of the Ages as shiny and nice as K'veer? The Age I am working on (the one including the butterlies actually) should have a polished well mantianed look.


No. That exact effect is only available in MOUL. However, you are able to have shiny objects through env maps. They're not as accurate as the K'veer floor reflection (meaning you probably won't be able to see you're avatar in the reflection) but they make stuff look nice and shiny nonetheless. :) There isn't a GoW tutorial on how to use them. This is mainly because they show up in Uru like they do in Blender.
Currently getting some ink on my hands over at the Guild Of Ink-Makers (PyPRP2).
Shoggoth
Posts: 91
Joined: Thu Jan 15, 2009 10:27 am

Re: Is this possible???

Post by Shoggoth »

Alternatively, if you just want to do an area like the floor, and the room isn't too complex, you could use the mirrored-model trick. Make the floor partially transparent and put an inverted copy of the room under the floor. Again, you wouldn't get the avatar's reflection, though.

I don't know how good this would look for a solid floor, but it looks all right for water reflections. Cyan uses it in Ae'gura and Teledahn, I think. Probably some other places...
User avatar
kaelisebonrai
Posts: 849
Joined: Sun Feb 03, 2008 3:27 am
MOULa KI#: 0
Location: Perth, Western Australia
Contact:

Re: Is this possible???

Post by kaelisebonrai »

GPNMilano wrote:
kaelisebonrai wrote:Keep in mind, my Imager uses an experimental PyPRP version, an "unholy" combination of separate versions by Paradox and GPNMilano. And even then, I still alter the, um, dynamictextmap size by hand, thought there is supposed to be alcscript to do it, I've just never actually gotten the alcscript to /work/..


What's your alcscript for the object with the dyntextmap? The alcscript works fine for me, so you might just be using it wrong.


I assumed this was the problem, probably something to do with whitespace, etc. Alcscript is a pain in the ass with that. Don't worry too much, if you got it to work. =P
User avatar
GPNMilano
Posts: 1155
Joined: Mon Apr 21, 2008 5:50 am
MOULa KI#: 24104

Re: Is this possible???

Post by GPNMilano »

kaelisebonrai wrote:
GPNMilano wrote:
kaelisebonrai wrote:Keep in mind, my Imager uses an experimental PyPRP version, an "unholy" combination of separate versions by Paradox and GPNMilano. And even then, I still alter the, um, dynamictextmap size by hand, thought there is supposed to be alcscript to do it, I've just never actually gotten the alcscript to /work/..


What's your alcscript for the object with the dyntextmap? The alcscript works fine for me, so you might just be using it wrong.


I assumed this was the problem, probably something to do with whitespace, etc. Alcscript is a pain in the ass with that. Don't worry too much, if you got it to work. =P


The use of alcscript for Dynamic Text Maps seems to only be in my prp_MatClasses, it's not in the trunk or Dox's, so this might be the problem as well.
You can't stop the truth. IC Blog
Post Reply

Return to “Building”