Installation
No database of its own — this app just registers a phone UI and forwards reports to more_dispatch.
Follow these steps to install the resource on your server.
- 1
Download the resource
Download the resource and place it in your server's resources folder, e.g. resources/[more]/more_dispatchapp — install it alongside, and after, more_dispatch.
- 2
Configure config/config.lua
There's no SQL to import. Instead set MS.Jobs so each faction key matches an existing job in more_dispatch's own MS.Jobs, adjust MS.Layout/MS.App branding, and extend MS.BadWords if needed. Then add the ensure lines below to server.cfg, after more_lib, more_dispatch and lb-phone.
- 3
Restart the server
Restart your server. The app waits for the session to start, then polls until more_dispatch and lb-phone both report "started" before it registers itself — check the F8 console if it doesn't show up in the phone.
1ensure more_lib2ensure more_dispatch3ensure lb-phone4ensure more_dispatchappLoad order matters
more_dispatchapp must start after more_dispatch and lb-phone. If either isn't running yet, it doesn't error — the client waits for both to report "started" (checked every 500ms) before registering, and re-registers automatically via onResourceStart if lb-phone restarts later. Until then, the app simply won't show up in the phone's app store.
Last updated