[Map Skin] Sunset
-
- Posts: 31
- Joined: Sat Jan 06, 2007 10:21 am
Ok i know this is like from a year ago. But i was wondering how you got the high res textures into this map. Ive been trying for 2 days now to get Higher res textures to work and they ALWAYS corrupt.
Basically i just need to know How to inject HR bitmaps into my map.
Any assistance would be greatly appreciated!!!
-Zimmer
Basically i just need to know How to inject HR bitmaps into my map.
Any assistance would be greatly appreciated!!!
-Zimmer
uralllame wrote:*looks at blankly for a while*. So, what does that mean, and how do I fix it? Thanks
The process involves breaking your map, but how it is done is you take a bitmap of the size you want, in the format you want and find a tag that has the same format (or if you know what your doing just convert one to the format you need). now change the size values in the bitmap tag to match the size of the bitmap your injecting, save the meta, then inject the bitmap into the map. Save the bitmap tag using the 'parsed' checkbox. Open a new map and use the builder to build your tag into that map. You should have one perfect hi-res bitmap, sans LOD2-3.
Pre mades:
http://forums.remnantmods.com/viewtopic.php?f=11&t=862
http://forums.halomods.com/viewtopic.php?t=78798
Pre mades:
http://forums.remnantmods.com/viewtopic.php?f=11&t=862
http://forums.halomods.com/viewtopic.php?t=78798
Last edited by Win on Wed Jan 07, 2009 7:38 am, edited 1 time in total.
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
You can also get them from the Halomods download: http://forums.halomods.com/viewtopic.php?t=78798
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
With hi res bitmaps, you must be careful how many you use/how many you can see at once. If there are too many, Halo 2 usually gives up trying to handle it and either shows corrupt bitmaps, or things start turning black. So a map like coagulation or Zanzibar isn't the best to use them on.
But of course, those problems might have been due to me sucking.........Anyway, good luck
But of course, those problems might have been due to me sucking.........Anyway, good luck
I don't think the issue you were having was that of bitmaps being somehow corrupted by the engine. Assuming you were using Dxt5's and you saved them with 'All' mip-maps then they already have built-in LODs all the way to a 1x1 pixel. So essentially all that using hi-res bitmaps are doing is adding one more mip-map. Most likely your viewing the 512x512 version of the image or worse depending on the shader your using. Also it is my believe that the other two LOD's raw are used by the engine at times of great stress, so that is a likely candidate for your 'corrupt' appearing bitmaps showing up: the game trying to use those LOD's and reading random memory from the map.
Just my two cents.
Just my two cents.