Making 3d Models
Moderator: David Winter
Making 3d Models
Is it possible to create our own 3d models for both players and also the stadiums in a 3d program like 3ds max? If not, will this be a feature for the future? Thanks for any info.
RE: Making 3d Models
You can make stadiums as long as your program can export to direct X
You can also import objects into the stadium but I'm not sure if they can be animated object or not.
You can also import objects into the stadium but I'm not sure if they can be animated object or not.
These socks were made for walkin
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
RE: Making 3d Models
I think being able to redo the helmet models would be cool and simple enough.....perhaps even player models? From what I understand, the models would have "hot zones", like "hand", and "right leg" etc, and the game would know what to do with them, so you could change the player model but retain the animations. But that's just a stab in the dark, i've never done any real 3d modelling and game coding.
RE: Making 3d Models
Anyone know for sure if we will be able to do any of the following:
1) Will we be able to at least make our own 3d models on a 3d program?
2) Will we be able to make 3d stadium objects and 3d players or just one kind (Stadium or Player)?
3) Is the player 3d model independent for each player or is it the same model used for all players?
Thanks for any info.
1) Will we be able to at least make our own 3d models on a 3d program?
2) Will we be able to make 3d stadium objects and 3d players or just one kind (Stadium or Player)?
3) Is the player 3d model independent for each player or is it the same model used for all players?
Thanks for any info.
RE: Making 3d Models
Will we be able to make 3d stadium objects and 3d players or just one kind (Stadium or Player)?
Stadiums can be created. The graphics must be saved in Direct X format for the game.
The player files are not editable at this time.
RE: Making 3d Models
[:D]ORIGINAL: Marauders
Stadiums can be created. The graphics must be saved in Direct X format for the game.
[&:]ORIGINAL: Marauders
The player files are not editable at this time.
That's Ok since we can skin them [8D]
RE: Making 3d Models
I'm assuming that it would hard to redo the player model because it would have to remapped the same way and that's alot of textures hehe.
These socks were made for walkin
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
RE: Making 3d Models
Are you guys sure you can make 3D stadiums? I looked in the MF directory system and I can't find any 3D stadium models that are in .X format. I'm using Milkshape as a 3D model program and it can export to .X format, but I don't see any file formats in the game that are in .X format. Am I looking in the right place?
RE: Making 3d Models
Yeah your right [:(]
These socks were made for walkin
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
RE: Making 3d Models
Are you guys sure you can make 3D stadiums? I looked in the MF directory system and I can't find any 3D stadium models that are in .X format. I'm using Milkshape as a 3D model program and it can export to .X format, but I don't see any file formats in the game that are in .X format. Am I looking in the right place?
David will have to chime in on this.
I will likely be creating stadiums, and I'd like to know a bit more about the saving process.
RE: Making 3d Models
I have made a ".X" direct x file from Truespace 3.2 (freeware). The game took it without any errors, but there was basically nothing there, just the field without a stadium or any backgroung. I think we will need a bit of a push from David before we can make any stadiums.
"Those who do not read and understand history are doomed to repeat it." - Harry Truman
RE: Making 3d Models
ORIGINAL: Marauders
Are you guys sure you can make 3D stadiums? I looked in the MF directory system and I can't find any 3D stadium models that are in .X format. I'm using Milkshape as a 3D model program and it can export to .X format, but I don't see any file formats in the game that are in .X format. Am I looking in the right place?
David will have to chime in on this.
I will likely be creating stadiums, and I'd like to know a bit more about the saving process.
Last night I played around more with a 3d editor (Truespace). I made a simple mesh 3d blob basically and saved it in direct x format. I then took this file to my new stadium folder and plopped it in there with the name "building.x". I edited the text file in the folder (which came from an existing folder from another stadium) to not include the "sky.x" mesh. Went into the game and there my blob was sitting roughly at midfield. I didn't play the game, but this is the first time I have made something for the stadium that showed up in the game. I wonder if the players would have had a hard time moving around it?
I am looking to download some freebie 3d stadium stuff from the net, so far I have only found expensive items made by people who do this for a living.
"Those who do not read and understand history are doomed to repeat it." - Harry Truman
RE: Making 3d Models
Most of the stuff that's out for free download is high poly
RE: Making 3d Models
More playing around with this stuff. Basically you need a hex editor to get at the stadium files in the game. The format is fairly easy, just a packed up version of some .x model files and a bunch of .bmp files. By going through the stad.wvs file you can extract all that you need to edit an existing stadium and this should give us some clues as to how to make our own.
"Those who do not read and understand history are doomed to repeat it." - Harry Truman
RE: Making 3d Models
Ya, but I don't know how to "Hex Edit" program. [:D] But I think your right, I think David has the .X files inside the .WVS files. Oh well... maybe we can request him to make additional stadiums for us in the future?
RE: Making 3d Models
Sounds like someone (not me LOL) could make a utility to "unpack" the .wvs file. When I did mods for High Heat 2003, it was a similar process. Unpack, edit, repack.
- David Winter
- Posts: 5158
- Joined: Tue Nov 23, 2004 10:51 pm
- Location: Vancouver, BC
- Contact:
RE: Making 3d Models
ORIGINAL: Magnum357
Are you guys sure you can make 3D stadiums? I looked in the MF directory system and I can't find any 3D stadium models that are in .X format. I'm using Milkshape as a 3D model program and it can export to .X format, but I don't see any file formats in the game that are in .X format. Am I looking in the right place?
Yes, you can still make stadiums in raw X format. The game knows how to read plain DirectX format as well as my custom format. So, if you want to create a custom stadium, create a new stadium folder, copy one of the stadiumdata.dat files into it and name your stadium model building.x and you're all set.
"They're not dolls. They're action figures. Valuable Action figures!"
RE: Making 3d Models
Oh, wow! Thanks David, I had no idea this could be done. Cool, time to get designing a low poly Arena and Highschool Stadiums. [:)]
RE: Making 3d Models
ORIGINAL: Breeze
Sounds like someone (not me LOL) could make a utility to "unpack" the .wvs file. When I did mods for High Heat 2003, it was a similar process. Unpack, edit, repack.
I may work on this. Never made an "unpacking" mod. You don't really need to re-pack it. You had to use one for the old quake engine games because all there stuff was hidden in a huge .pak file.
When I messed with it I just took all the stuff out of the .wvs file, put it in a new stadium folder and the game took it fine. The only reason to unpack an existing one is to get a basis for one to work on so we don't have to start from scratch which would be VERY time consuming. When you can get at all the files you have an idea what to do, kind of like working on uniforms using an exisiting example.
"Those who do not read and understand history are doomed to repeat it." - Harry Truman
RE: Making 3d Models
I think I need to look at an actual stadium from the game to get the measurements

