Page 1 of 1
Blinking texture parts/objects
Posted: Tue Oct 13, 2009 9:24 am
by daniel
hello,
how can i make parts of objects that blink\shine ?
e.g. the displays on numerous objects in SWBF2 ( in the deathstar or hoth e.g.)
thx
Re: blinking texture parts/objects
Posted: Tue Oct 13, 2009 9:34 am
by CodaRez
daniel wrote:hello,
how can i make parts of objects that blink\shine ?
e.g. the displays on numerous objects in SWBF2 ( in the deathstar or hoth e.g.)
thx
Shine, hmm, holo displays actually *glow*
You may want this then:
http://www.gametoast.com/forums/viewtop ... 64&t=14857
Just follow the instructions for an easy glow.
If u think u are more skilled enough though...
http://www.gametoast.com/forums/viewtop ... =36&t=5150
This allows more precision on flicker/intensity/etc.
But IMO its a bit hard to follow(I havent suceeded with it yet)
Re: blinking texture parts/objects
Posted: Tue Oct 13, 2009 9:40 am
by FragMe!
What you want is throbbing (may not be exact name) texture actually select the polies you want to throb, set the flag and use the data1 to set on/off rate.
Re: blinking texture parts/objects
Posted: Wed Oct 14, 2009 3:19 pm
by daniel
@FragMe: does this work for XSI 6.01 ( NOT xsi foundations)`?
Re: blinking texture parts/objects
Posted: Wed Oct 14, 2009 3:27 pm
by FragMe!
Using mshex possibly not, while you maybe able to hexedit in the proper render code I don't see how you can choose the polygons you wish to throb.
Mav may have a better idea about whether it can or not.
Re: blinking texture parts/objects
Posted: Wed Oct 14, 2009 3:31 pm
by Maveritchell
I don't remember if I've ever tried using specific polygons for a blinking texture before, but you can always assign separate materials and just turn the whole material on or off, I think. Almost any of the render flags can be hexedited in.
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 6:47 am
by daniel
ok well i tried to do it with repsharpshooters meshtool. actually works, but when i want to place the object in ZE, it crashes.
And besides: what exactly does he mean by saying ''add a msh.option - vertexlightig'' `? what i did is just to copy the example.msh and rename it to example.msh.option. Wrong ? please help
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 7:29 am
by mswf
A .msh.option is a simple file that tells something specific about an object.
For example; you've got an object that's called "wall.msh" and you'd like it to have no collision. So you open notepad, type in "-nocollision" and save it as a ".msh.option", with the exact same name as the object you want it to affect. ("wall")
They'd have to be in the same folder of course.
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 7:35 am
by daniel
ah thanks. I'm gonna try that iin a few minutes.
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 11:10 am
by mswf
Coming back on my previous post;
Your final option file (from the example) should then be called "wall.msh.option" and remember to save your notepad file correctly. (first type in box, then select "all files" in the dropdown menu and then add ".msh.option")
Good luck with your project.
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 3:39 pm
by daniel
mswf wrote : (first type in box, then select "all files" in the dropdown menu and then add ".msh.option")
....
what exactly do you mean by that? (don't quite undertand it ). What i did was to just copy a msh.option file of that sort from the assets, paste it in my folder and rename it to EXAMPLE.msh.option whith the -vertexlighting line in it. Problay wrong, 'cause it dodn't work. help please
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 5:02 pm
by mswf
Well, I only meant that you need to look out for the following.
When the "save as" list is still on *.txt* and in title, you type in "blabla.msh.option" and then select "all files", your file won't be saved as a .msh.option file, but as a .msh.option.txt file (which you can't use)
Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 5:25 pm
by daniel
What ''all files''- thing do you mean? how do you make this msh.option file ? sorry but i'm really kinda getting confused. What i'm doing is :
1. copy any msh.option file from the assets
2. paste it in my msh folder
3. rename it to
blabla.msh.option
4. open it with notepad and write ''-vertexlighting'' in it, if isn't already there.
5. save it
I really can't quite follow you, (probably some kind of missunderstanding)
EDIT: ahh, forget it...got it now. was really just a missunderstanding

Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 5:37 pm
by AceMastermind
daniel wrote:What i'm doing is :
1. copy any msh.option file from the assets
2. paste it in my msh folder
3. rename it to blabla.msh.option
4. open it with notepad and write ''-vertexlighting'' in it, if isn't already there.
5. save it
That's fine, though i'm not sure why you need the vertexlighting parameter.

Re: Blinking texture parts/objects
Posted: Thu Oct 15, 2009 5:42 pm
by daniel
well it says so in RepSharpShooters tutorial for the glowing thing.
OK i think i've worked it out now. i think it's working...
thanks guys