Please or Register to create posts and topics.

Can't decompile sp_a2_bts3.bsp

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:

Code: Select all
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?

The Aperture Alpha
A map pack coming soon. - click for more information
Image

Here you go man.

sp_a2_bts3.vmf
?????????????????????????????TWP Releases | My Workshop

Thank you very much. :thumbup:

The Aperture Alpha
A map pack coming soon. - click for more information
Image

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.

The Aperture Alpha
A map pack coming soon. - click for more information
Image

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.

My Portal2 Map: Trapped

My Travel Blog:
Image

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:

Code: Select all
[info] Loaded C:Program Files (x86)SteamSteamAppscommonportal 2portal2mapssp_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-mssp_a4_stop_the_box_d.vmf: java.io.FileNotFoundException: ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}Portal2Maps.library-mssp_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.

The Aperture Alpha
A map pack coming soon. - click for more information
Image

Hmmm, that's a strange one, works fine for me.

I'm using v1.3.6 and Java 1.6.0_31

Ah well...

My Portal2 Map: Trapped

My Travel Blog:
Image