Cameron007 Posted October 20, 2013 Share Posted October 20, 2013 When I try to play MB2 Death Star Escape on KOTF, I get a message that says "Couldn't find a spawn point." Is there a way to fix this? Link to comment
Pande Posted October 21, 2013 Share Posted October 21, 2013 That's because MB2 maps are siege, and the mapper didn't include any FFA map spawns on it. You could hex edit the BSP and change the name of an info_player_start_red to info_player_start[][][][] Or you could ditch KotF and play the map for real against real people in MB2 and support the legal mod community. Link to comment
Cameron007 Posted October 21, 2013 Author Share Posted October 21, 2013 That's because MB2 maps are siege, and the mapper didn't include any FFA map spawns on it. You could hex edit the BSP and change the name of an info_player_start_red to info_player_start[][][][]And how do I do that? Link to comment
Asgarath83 Posted October 21, 2013 Share Posted October 21, 2013 Open BSP with notepad i suppose and edit that's entity. otherwise, yu can decompile the map using q3map2 of gtkradiant in map file, and place an info_player_start, what do you want the plahyer spawn, and rebuild the map with radiant. O.o but is nasty: all light will be lost and some mesh be corrupted ._. Link to comment
Pande Posted October 21, 2013 Share Posted October 21, 2013 You can't open with Notepad, you need a hex editor like XVI32 Find any of the aforementioend entities, and replace the _red with spaces (DO NOT press delete). Save and test out. Make sure you backed up the BSP as even the slightest break in formatting (Such as deleting any of the character spaces (which shifts all the next ones 1 to the left) will corrupt the bsp. Link to comment
Cameron007 Posted October 21, 2013 Author Share Posted October 21, 2013 You can't open with Notepad, you need a hex editor like XVI32 Find any of the aforementioend entities, and replace the _red with spaces (DO NOT press delete). Save and test out. Make sure you backed up the BSP as even the slightest break in formatting (Such as deleting any of the character spaces (which shifts all the next ones 1 to the left) will corrupt the bsp.I can't find that entity in XVI32. All I get is a bunch of DOS. Link to comment
Cameron007 Posted October 22, 2013 Author Share Posted October 22, 2013 How do I find and change an entity in XVI32? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now