Add More Shells

This package includes basic k4mb1 shells but if you want to add more, you are free to get new ones from the official k4mb1 store by clicking here.

This system includes a complex map config, which must create or edit the shells using their offsets, follow this guide to understand how to add more shells or continue watching the video that you will see in this guide.

Can I add new interiors or ipl?

Of course, you can edit the config.lua at your own risk to add or remove shells or ipl.


How to add new shells?

Add more shells at your own risk or by contacting the creator of those shells.

Don't forget to add a list of images for the realtor!

This step is simple since it does not require the use of offset or coordinates, we can add more shells using the examples of the basic configuration called Config.Shells as in the example.

Config.Shells = {
	[1] = { -- Tier 1
		model = 'standardmotel_shell',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://cdn.discordapp.com/attachments/1101313033684394084/1101712181017460736/motel.webp',
				label = 'Motel',
			},
		}

	},
	[2] = { -- Tier 2
		model = 'modernhotel_shell',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://cdn.discordapp.com/attachments/1101313033684394084/1101712459691208704/angle_1.webp',
				label = 'Angle 1',
			},
			{
				url = 'https://cdn.discordapp.com/attachments/1101313033684394084/1101712460110643210/angle_2.webp',
				label = 'Angle 2',
			},
		}

	},
... 

Last updated