Blinking texture parts/objects
Moderator: Moderators
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Blinking texture parts/objects
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
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
- CodaRez
- Field Commander

- Posts: 940
- Joined: Mon May 25, 2009 6:49 am
- Projects :: I would like one.....
- Location: Ride around the world! And I won't give you anything :P
Re: blinking texture parts/objects
Shine, hmm, holo displays actually *glow*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
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)
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: blinking texture parts/objects
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.
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: blinking texture parts/objects
@FragMe: does this work for XSI 6.01 ( NOT xsi foundations)`?
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: blinking texture parts/objects
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.
Mav may have a better idea about whether it can or not.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: blinking texture parts/objects
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.
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: Blinking texture parts/objects
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
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
-
mswf
- Master Bounty Hunter

- Posts: 1674
- Joined: Tue Mar 31, 2009 3:40 pm
- Location: Twello, The Netherlands
- Contact:
Re: Blinking texture parts/objects
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.
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.
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: Blinking texture parts/objects
ah thanks. I'm gonna try that iin a few minutes.
-
mswf
- Master Bounty Hunter

- Posts: 1674
- Joined: Tue Mar 31, 2009 3:40 pm
- Location: Twello, The Netherlands
- Contact:
Re: Blinking texture parts/objects
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.
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.
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: Blinking texture parts/objects
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
....
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
-
mswf
- Master Bounty Hunter

- Posts: 1674
- Joined: Tue Mar 31, 2009 3:40 pm
- Location: Twello, The Netherlands
- Contact:
Re: Blinking texture parts/objects
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)
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)
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: Blinking texture parts/objects
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
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
Last edited by daniel on Thu Oct 15, 2009 5:39 pm, edited 1 time in total.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Blinking texture parts/objects
That's fine, though i'm not sure why you need the vertexlighting parameter.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
- daniel
- Master Sergeant

- Posts: 167
- Joined: Sun Mar 22, 2009 12:21 pm
Re: Blinking texture parts/objects
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
OK i think i've worked it out now. i think it's working...
thanks guys
