- Posts: 1
- Thank you received: 0
Level Editor List of Interiors?
- ChilledMouse21
- Topic Author
- Offline
- New Marbler
27 Oct 2016 21:33 #1
ChilledMouse21
New Marbler
I just started using MBP's custom level editor a couple days ago and I've been having a hard time finding the right parts (or interiors as the editor calls them) for certain things. I don't really know what's what, and certain things either make my game crash or send me back to the level select screen with a message saying "Invalid Packet Found". I was wondering if there's some sort of list of every part and what it looks like, because having to go through everything in the editor along with the potential game crash is becoming a pain in the ass.
Please Log in or Create an account to join the conversation.
- Nockess
- Offline
- Respected Marbler
- There's a patch of sunlight in my room.
- Posts: 1220
- Thank you received: 802
29 Oct 2016 04:06 #2
Call me Chris!
Discord: nockess
YouTube: www.youtube.com/Nockess
Custom Levels: marbleland.vaniverse.io/profile/53
Nockess
Respected Marbler
When you get the "Invalid Packet Found" error, it means the interior uses a texture that you don't have. The best way to solve it that I can think of is to take all the textures (.jpgs and .pngs) from the interiors download from the CLA and stick 'em in your interiors folder. That will fix the majority of the missing textures.
If it's possible (which I'm not sure it is), you can open a .dif with a text editor and see if it mentions some kind of file name you may not have. I've never tried this before even though I've ran into this error before (I just ended up using a different interior), so I'm just taking a stab in the dark right now. Try it. You may get somewhere.
If it's possible (which I'm not sure it is), you can open a .dif with a text editor and see if it mentions some kind of file name you may not have. I've never tried this before even though I've ran into this error before (I just ended up using a different interior), so I'm just taking a stab in the dark right now. Try it. You may get somewhere.
Call me Chris!
Discord: nockess
YouTube: www.youtube.com/Nockess
Custom Levels: marbleland.vaniverse.io/profile/53
Please Log in or Create an account to join the conversation.
- HiGuy
- Offline
- Lead Developer
- PQ Developer Emeritus
29 Oct 2016 06:07 - 29 Oct 2016 06:07 #3
This signature is real code
HiGuy
Lead Developer
If you use a hex editor you can search for "NULL" (which will almost always be the first texture) and find the list of textures used by the DIF. Just note each texture is stored as 1 byte for length (0-255) and then <length> bytes for the texture. If you swap a texture with a longer or shorter name then don't forget to change the length byte.Rozi wrote: If it's possible (which I'm not sure it is), you can open a .dif with a text editor and see if it mentions some kind of file name you may not have. I've never tried this before even though I've ran into this error before (I just ended up using a different interior), so I'm just taking a stab in the dark right now. Try it. You may get somewhere.
This signature is real code
Code:
function clientcmd12dothepq() {
commandToClient(LocalClientConnection, '34onthedancefloor');
}
Last edit: 29 Oct 2016 06:07 by HiGuy.
Please Log in or Create an account to join the conversation.
Moderators: Doomblah
Time to create page: 1.529 seconds