Can't decompile sp_a2_bts3.bsp

Avatar
Brainstone
401 Posts
Posted May 28, 2012
I'm trying to get a look into sp_a2_bts3, as I'm constucting a map in the factory/bts theme, but BSPSource is giving me the following error while loading the file:

Fatal BSPSource error:
java.lang.NullPointerException
   at com.nuclearvelocity.barracuda.bsplib.BspFile.loadLumpFiles(BspFile.java:235)
   at com.nuclearvelocity.barracuda.bspsrc.BspSource.decompile(BspSource.java:96)
   at com.nuclearvelocity.barracuda.bspsrc.BspSource.start(BspSource.java:60)
   at com.nuclearvelocity.barracuda.bspsrc.gui.BspSourceFrame$4.run(BspSourceFrame.java:282)

Could someone just do it for me and upload the vmf?

Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted May 28, 2012
Replied 2 hours later

Here you go man.

sp_a2_bts3.vmf
Attachments
sp_a2_bts3.vmf
2.96 MB 48 downloads
Avatar
Brainstone
401 Posts
Posted May 28, 2012
Replied 1 hour later
Thank you very much. :thumbup:
Avatar
Brainstone
401 Posts
Posted Jun 01, 2012
Replied 3 days later
If anyone is interested: I found the solution to my problem.

The mistake from me was that I have organized many portal 2 things in Windows 7 libraries, what is normally very useful. But it turned out BSP can't read the path when I give it to him.
It works if I just go the full file path from programs(x86)/steam/steamApps... etc.

Avatar
Robdon
204 Posts
Posted Jun 01, 2012
Replied 6 hours later
Whats the path that didnt work?

If we can figure out what is wrong, we can tell the guy who writes BSPSource, as he does actively fix bugs if you send them to him.

Avatar
Brainstone
401 Posts
Posted Jun 01, 2012
Replied 2 hours later
I was able to load the map from libraries/portal2maps, which is a shortcut for C:/programs(x86)/steam/steamapps/common/portal2/portal2/maps.
I wanted to decompile it to the same folder, but it was not possible.
Following error:

[info] Loaded C:\Program Files (x86)\Steam\SteamApps\common\portal 2\portal2\maps\sp_a4_stop_the_box.bsp
[info] BSP version: 21
[info] Game: Portal 2
[error] BspSource: Can't write ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}\Portal2Maps.library-ms\sp_a4_stop_the_box_d.vmf: java.io.FileNotFoundException: ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}\Portal2Maps.library-ms\sp_a4_stop_the_box_d.vmf (system can't find told path)
[info] Processed 1 file(s) in 0,7910 seconds

That was with the newest version of BSPSource. The older one wouldn't even load the map.

Advertisement
Registered users don’t see ads! Register now!
Avatar
Robdon
204 Posts
Posted Jun 02, 2012
Replied 12 hours later
Hmmm, that's a strange one, works fine for me.

I'm using v1.3.6 and Java 1.6.0_31

Ah well...