adding raw data

Finish a new model/mesh? Got something you're working on? Finish a new map? Here's the place to post it for feedback and whatnot.
Post Reply
Tiamat





Posts: 102
Joined: Sun Jan 11, 2004 5:04 pm
Location: here

adding raw data

Post by Tiamat »

can anyone help me add raw data to a map file. Because I need to add a modle and i have isolated its raw data i just don't know where to place it.
lifes to important to be taken seriously
New Age





Posts: 615
Joined: Sat Feb 07, 2004 5:46 am

Post by New Age »

is this even possible? well go read the mapfile header tutorial in the news section and learn a little about that... maybe that'll help
Yippy-kye-yay Mother Fucker
halofan141





Posts: 464
Joined: Tue Dec 16, 2003 1:09 pm

Re: adding raw data

Post by halofan141 »

Tiamat wrote:can anyone help me add raw data to a map file. Because I need to add a modle and i have isolated its raw data i just don't know where to place it.
Sure just put eof before injecting the bitmap and that adds it to the end of bitmaps.map
New Age





Posts: 615
Joined: Sat Feb 07, 2004 5:46 am

Post by New Age »

halofan you know your stuff
Yippy-kye-yay Mother Fucker
halofan141





Posts: 464
Joined: Tue Dec 16, 2003 1:09 pm

Post by halofan141 »

New Age wrote:halofan you know your stuff
Thanks. I always run out of ideas so I try to at least keep up to date with the rest of the community.
New Age





Posts: 615
Joined: Sat Feb 07, 2004 5:46 am

Post by New Age »

lol i guess im a little behind
Yippy-kye-yay Mother Fucker
Tiamat





Posts: 102
Joined: Sun Jan 11, 2004 5:04 pm
Location: here

Post by Tiamat »

i'm talking modles i know how to do bitmaps, read what I said ^
lifes to important to be taken seriously
halofan141





Posts: 464
Joined: Tue Dec 16, 2003 1:09 pm

Post by halofan141 »

Tiamat wrote:i'm talking modles i know how to do bitmaps, read what I said ^
I do not know if there is empty space left over in the raw data for the map file for models. One would assume there would be for any addons or alterations, but your on your own otherwise.
Tiamat





Posts: 102
Joined: Sun Jan 11, 2004 5:04 pm
Location: here

Post by Tiamat »

yes there is emty space, four whole bytes :lol: . Now can anyone seriously help.
lifes to important to be taken seriously
{IAS}Bunkerking





Posts: 720
Joined: Wed Feb 04, 2004 3:44 pm

Post by {IAS}Bunkerking »

i dont tink this is possible but i may be wrong
User avatar
MasterNeoChief




Conceptionist

Posts: 2431
Joined: Tue Dec 23, 2003 9:34 am
Location: The Netherlands

Post by MasterNeoChief »

Crap, I''m really behind...
halofan141





Posts: 464
Joined: Tue Dec 16, 2003 1:09 pm

Post by halofan141 »

I'm sure it is possible if there is enough space left over. Otherwise it is impossible. Or you would have to maybe screw with magic... Or some other stuff I cannot quite comprehend right now or else I would be doing it.
bobindashadows




Articulatist 250

Posts: 330
Joined: Sun Feb 01, 2004 7:33 am
Location: Connecticut
Contact:

Post by bobindashadows »

ok... this is how it goes. I'll answer your question, but I don't know if it'll help you.

There are 2 types of raw model data. Indices, and Vertices. Vertices describe each vertex of the model, and indices organize them into triangles. There are two blocks: vertices, and indices. If you want to add model data, you simply paste in your new model's vertices at the end of the vertex block, and you paste in the new model's indices at the end of the index block. This is the reason we have magic - so that we can change how much data comes before the meta, without fudging up the offsets or reflexives.
Tiamat





Posts: 102
Joined: Sun Jan 11, 2004 5:04 pm
Location: here

Post by Tiamat »

yes that does help :D
lifes to important to be taken seriously
XwitX




Wordewatician 250

Posts: 332
Joined: Fri Feb 13, 2004 12:43 pm

Post by XwitX »

Hey if you duplicate a vehicle can you change its model without chaging its originals model?
New Age





Posts: 615
Joined: Sat Feb 07, 2004 5:46 am

Post by New Age »

can you do this with a new model that you made? i made a new banshee that is the mini longsword. and i finished my Mechwarrior but the problem is that i cant put it in.
Yippy-kye-yay Mother Fucker
Post Reply