VWBB
Show all 10 posts from this thread on one page

VWBB (https://volitionwatch.game-warden.com/vwbb/index.php)
- The Babylon Project (https://volitionwatch.game-warden.com/vwbb/forumdisplay.php?forumid=16)
-- Moding (https://volitionwatch.game-warden.com/vwbb/showthread.php?threadid=5494)


Posted by gevatter Lars on 02-14-2002 08:03 PM:

Unhappy Moding

Since I get no answer in the other FS2 Forums I will try it here.

I have tryed to convert a model but there are still some problems at the moment.
1) The Model face in the wrong direction after converting with 3DE. Means left side is back etc.

2) Converting the model to .pof with tex sometimes make the prog crash.
(Pof construction suite)

3) In Modelview the Tex are not shown correctly.

4) What kind of entrys has to be made in the ship.tbl?


So I need some answers to this or someone to to convert and tex the models. (Nothing B5 relevant)
Pics are at
http://www.geocities.com/gevatter_lars/Ships1.html
and
http://www.geocities.com/gevatter_lars/ships2.html

or I can Email you the big Pic in 800*600.

As sone as Tripod.de open its doors again I will post the pic into the forum.

__________________
The main enemy of creativity is...
good taste!


Posted by gevatter Lars on 02-14-2002 08:03 PM:

Unhappy Moding

Since I get no answer in the other FS2 Forums I will try it here.

I have tryed to convert a model but there are still some problems at the moment.
1) The Model face in the wrong direction after converting with 3DE. Means left side is back etc.

2) Converting the model to .pof with tex sometimes make the prog crash.
(Pof construction suite)

3) In Modelview the Tex are not shown correctly.

4) What kind of entrys has to be made in the ship.tbl?


So I need some answers to this or someone to to convert and tex the models. (Nothing B5 relevant)
Pics are at
http://www.geocities.com/gevatter_lars/Ships1.html
and
http://www.geocities.com/gevatter_lars/ships2.html

or I can Email you the big Pic in 800*600.

As sone as Tripod.de open its doors again I will post the pic into the forum.

__________________
The main enemy of creativity is...
good taste!


Posted by Ashark on 02-14-2002 08:38 PM:

where can i get this pof construction suite???

__________________
A man with no sig and chek my homepage for mission pack :)


Posted by FSF Ashrak on 02-14-2002 08:38 PM:

where can i get this pof construction suite???

__________________
[URL=http://www.hot.ee/ashrak]Ashrak and Miburos Render Lair[/URL]


WEBSITE NOW UP AND RUNNING!!!!!


Posted by CptWhite on 02-14-2002 08:40 PM:

1) You need truespace to setup your models, the hierarcy should be like this then using pcs:

http://www.volitionwatch.com/vwbb/showthread.php?s=&threadid=2755

2) it is most likely pcs crashes cos the hierarchy is wrong, it wont be anything to do with the textures

3) textures in model view dont always appear right, even if they are right, you should always use a "rendered view" to see what the true look of your textures are...i find open gl displays them correctly in ts4, a simple question would be, you use use rept values less than 1 when you trexture , or more appropiately do you use multimaps, (many texture pieces on 1 map) - so offset and rept values are altered.....if the answer is no then your textures are likely applied incorrectly as modelview seems to display textures with rept 1+ correctly

4) check existing tbl entries for the bare bones entres required....

__________________
[url=http://freespace.volitionwatch.com/babylon]The Babylon Project[/url]: Currently designing nebula / planets and adding smoothing in all the right places ;)

[url=http://www.b5mods.com]Great Wars - Homeworld[/url]


Posted by CptWhite on 02-14-2002 08:40 PM:

1) You need truespace to setup your models, the hierarcy should be like this then using pcs:

http://www.volitionwatch.com/vwbb/showthread.php?s=&threadid=2755

2) it is most likely pcs crashes cos the hierarchy is wrong, it wont be anything to do with the textures

3) textures in model view dont always appear right, even if they are right, you should always use a "rendered view" to see what the true look of your textures are...i find open gl displays them correctly in ts4, a simple question would be, you use use rept values less than 1 when you trexture , or more appropiately do you use multimaps, (many texture pieces on 1 map) - so offset and rept values are altered.....if the answer is no then your textures are likely applied incorrectly as modelview seems to display textures with rept 1+ correctly

4) check existing tbl entries for the bare bones entres required....

__________________
[url=http://freespace.volitionwatch.com/babylon]The Babylon Project[/url]: Currently designing nebula / planets and adding smoothing in all the right places ;)

[url=http://www.b5mods.com]Great Wars - Homeworld[/url]


Posted by Eternal One on 02-14-2002 09:50 PM:

Re: Moding

quote:
Originally posted by gevatter Lars
Since I get no answer in the other FS2 Forums I will try it here.

I have tryed to convert a model but there are still some problems at the moment.
1) The Model face in the wrong direction after converting with 3DE. Means left side is back etc.



Well all you have to do is rotate it to face right before conversion d'oh

quote:

2) Converting the model to .pof with tex sometimes make the prog crash.
(Pof construction suite)



I presume you mean that pof cs crashes....that is probably due invalid hierarchy or geometry problems.

quote:

3) In Modelview the Tex are not shown correctly.



What are your textures dimensions? All textures must have dimensions of powers of 2 (256x256=2^8x2^8, 128x256=2^7x2^8, 128x64=2^7x2^6 etc.) in order to be shown properly in modelview.

If you have such textures, I recommend you change the way you texture and only make texture sizes that are both powers of 2 and squared (256x256, 128x128, 64x64 etc.). This quarantees best performance and lowers actualtexture memory usage

quote:

4) What kind of entrys has to be made in the ship.tbl?



A rather comprehensive question into which there's no straight answer. For it to simply work, all you have to do is name it, reference the .pof file right, and flag it right.


Posted by Eternal One on 02-14-2002 09:50 PM:

Re: Moding

quote:
Originally posted by gevatter Lars
Since I get no answer in the other FS2 Forums I will try it here.

I have tryed to convert a model but there are still some problems at the moment.
1) The Model face in the wrong direction after converting with 3DE. Means left side is back etc.



Well all you have to do is rotate it to face right before conversion d'oh

quote:

2) Converting the model to .pof with tex sometimes make the prog crash.
(Pof construction suite)



I presume you mean that pof cs crashes....that is probably due invalid hierarchy or geometry problems.

quote:

3) In Modelview the Tex are not shown correctly.



What are your textures dimensions? All textures must have dimensions of powers of 2 (256x256=2^8x2^8, 128x256=2^7x2^8, 128x64=2^7x2^6 etc.) in order to be shown properly in modelview.

If you have such textures, I recommend you change the way you texture and only make texture sizes that are both powers of 2 and squared (256x256, 128x128, 64x64 etc.). This quarantees best performance and lowers actualtexture memory usage

quote:

4) What kind of entrys has to be made in the ship.tbl?



A rather comprehensive question into which there's no straight answer. For it to simply work, all you have to do is name it, reference the .pof file right, and flag it right.


Posted by Black Sheep 2000 on 02-14-2002 10:06 PM:

As for modding things, the best place on earth for that is "Hard Light Productions" over here:

http://www.3dap.com/hlp/

__________________
"Something is rotten in the state of Denmark..."

HAMLET RULEZ!!


Posted by Black Sheep 2000 on 02-14-2002 10:06 PM:

As for modding things, the best place on earth for that is "Hard Light Productions" over here:

http://www.3dap.com/hlp/

__________________
"Something is rotten in the state of Denmark..."

HAMLET RULEZ!!


All times are EST. The time now is 08:18 PM.
Show all 10 posts from this thread on one page

Powered by: vBulletin Version 2.2.6
Copyright © Jelsoft Enterprises Limited 2000, 2001.