Kategorien: Alle - server - variables - clients - memory

von Simo K. Vor 1 Jahr

89

Tes3MP atkana

The text outlines the interactions between Lua scripts and clients in a server environment, with particular focus on memory management, saving and loading procedures, and custom variables.

Tes3MP atkana

Variables outside server core

Recordstores

Worldinstance

Loadedcells

Players

Lua scripts Deals what happens on which conditions

eventhandler

logicHandler

server core

The server Relays information between lua scripts and clients

The client Deals all things which players do

memory

Tes3MP atkana

saving / loading for scripts

JsonInterface
CustomVariables
world
cell
player

saving / loading order

execution order