Jump to content

Home

Decompiling?


Usurpo

Recommended Posts

Yea. How do you decompile a map? Now, before you all jump at me and demand my head on a pike, let me tell you why it is that I want to know this.

 

As you may or may not know, Hydroball was released at jk2files.com . The map is..well...come to your own opinions. I want to try making my own, to see if I can't improve on it. But he uses specialized traggers and stuff...and I need to see it being used before I can duplicate. So please, will some kind soul tell me how to decompile?

Link to comment
Share on other sites

if you have q3map2, type this command into the run command under the start menu-

 

"C:\Program Files\Lucasarts\Star Wars Jedi Knight Jedi Academy\GameData\Radiant-1.4\q3map\q3map2.exe" -convert -format map -game jk2 mymap.bsp"

 

 

Replace the file path info with the correct info on your system.

Link to comment
Share on other sites

i think you wil find most mappers ok with u copying their ideas for use in your own maps, but nearly ALL mappers do not approve of ANYONE directly copying from their map. and neither do i. so best of luck to ya. if u got a problem with triggers just ask it, dont try copying directly from another map.:ewok:

Link to comment
Share on other sites

  • 2 months later...
Originally posted by Lil Killa

Just email the guy who did this

It's not as easy as you think, because Rich Whitehouses e-mail adress is gone!

I've looked for it, but i really can't find it!

 

(I have to ask him if I may use his hydroball water shader)

Link to comment
Share on other sites

  • 1 month later...

Sry, for reputing this thread, but I tried to decompile a test map with this:

"C:\Programme\Mapping\Q3Map2\q3map_2.5.15_win32_x86\q3map2.exe" -convert -format map -v -fs_basepath "C:\Programme\LucasArts\Star Wars Jedi Knight Jedi Academy\GameData" "C:\Programme\LucasArts\Star Wars Jedi Knight Jedi Academy\GameData\Base\maps\map.bsp"

Ok, everything's fine in the little room, so I tried to decompile one of my map, which is little too (*.bps=2mb). Ok, everything fine again *g*

So I took a bigger map (The *.bps=12mb) it started the prcess, everything ok, but when I wanted to open it, my radi was frozen :/ And always, when I want to decompile some big maps, it's frozen, I only can decompile littel maps :/

Link to comment
Share on other sites

Yup, decompiling maps is no where near perfect, most of the time, complicated brushes get deformed, several brushes duplicate (run brush clean up) and textures are unfitted. This is a good thing, it stops people from copying :) ermmm.. most of the time.

 

 

Try a different method of decompiling and see if it works ;)

Link to comment
Share on other sites

No ;)

okay, I have the bsp (12mb) but after decompile it's 6mb!

When I take the little one:

bsp=2mb and the map file 200kb and I can open it. But the bigger one map file (6mb) I can't open....and I think it's strange, that the bsp (of the big one) is 12mb and the map file 6mb(!!!)

Link to comment
Share on other sites

well, I decompiled t2_rogue, which was 12 Mbs, and the MAP was 3.6 MBs. There are some maps that cant be decompiled... Ive tried to decompiled academy1 (the first level) and that map wont run. Try a map like t2_dpred, or t2_rogue, I know they decompile. T2_rogue had a bunch of errors and took a while to load though...

Link to comment
Share on other sites

msic_models' are converted to brushes most of the time because of the -meta command in compiling so the misc_model data is removed.

 

Light entities are never ever put into the BSP, they're used for compiling and that's it. They used to be in the BSP but it was totally inefficient and added to the entity count.

Link to comment
Share on other sites

I find decompiling maps to be pretty useless - most of the entities come back screwed, you can't really see how everything is scripted and the map usually comes back so full of errors that it takes hours just to work out what should be there and what shouldn't.

 

I'm fairly sure that the latest version of radiant or the SDK comes with some sample maps for you to look at (should be in your maps directory), and these maps are straight from Raven, so check them out instead.

Link to comment
Share on other sites

I find decompiling maps to be pretty useless - most of the entities come back screwed, you can't really see how everything is scripted and the map usually comes back so full of errors that it takes hours just to work out what should be there and what shouldn't.

 

I'm fairly sure that the latest version of radiant or the SDK comes with some sample maps for you to look at (should be in your maps directory), and these maps are straight from Raven, so check them out instead.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...