Adding a new motel

To add a new motel, just follow this steps.

  1. Go to shared/config.lua and add this line to Config.Motels

{price = 20000 , coords = vec3(0.0, 0.0, 0.0)},

Replace price and coords to your desired values.

  1. Execute this SQL line in your database.

INSERT INTO `motels` (`owner`, `chiavi`, `ultimorinnovo`, `giornimancanti`) VALUES
	('steam:vuoto', '[]', '2024/01/09', '7');

A better system to add motels is coming with Ultra Motels V2

Last updated