lp:~austinpowers/jedimud/Configuration_Edit_CEDIT

Created by Austinpowers and last modified

In game configuration editor. Cedit will allow the admin to administer all in game functions. From the Tick times, to What ever you want into the login menus, donation rooms, start rooms, etc etc. Anything that impacts the game, will be changeable via cedit.

Example: (Most of these are used, but this is just an example)

  OLC_CONFIG(d)->play.pk_allowed = CONFIG_PK_ALLOWED;
  OLC_CONFIG(d)->play.pt_allowed = CONFIG_PT_ALLOWED;
  OLC_CONFIG(d)->play.max_exp_gain = CONFIG_MAX_EXP_GAIN;
  OLC_CONFIG(d)->play.max_exp_loss = CONFIG_MAX_EXP_LOSS;
  OLC_CONFIG(d)->play.max_npc_corpse_time = CONFIG_MAX_NPC_CORPSE_TIME;
  OLC_CONFIG(d)->play.max_pc_corpse_time = CONFIG_MAX_PC_CORPSE_TIME;
  OLC_CONFIG(d)->play.idle_void = CONFIG_IDLE_VOID;
  OLC_CONFIG(d)->play.idle_rent_time = CONFIG_IDLE_RENT_TIME;
  OLC_CONFIG(d)->play.idle_max_level = CONFIG_IDLE_MAX_LEVEL;
  OLC_CONFIG(d)->play.dts_are_dumps = CONFIG_DTS_ARE_DUMPS;
  OLC_CONFIG(d)->play.load_into_inventory = CONFIG_LOAD_INVENTORY;
  CONFIG_MORTAL_START = OLC_CONFIG(d)->room_nums.mortal_start_room;
  CONFIG_IMMORTAL_START = OLC_CONFIG(d)->room_nums.immort_start_room;
  CONFIG_FROZEN_START = OLC_CONFIG(d)->room_nums.frozen_start_room;
  CONFIG_DON_ROOM_1 = OLC_CONFIG(d)->room_nums.donation_room_1;
  CONFIG_DON_ROOM_2 = OLC_CONFIG(d)->room_nums.donation_room_2;
  CONFIG_DON_ROOM_3 = OLC_CONFIG(d)->room_nums.donation_room_3;

Only Austinpowers can upload to this branch. If you are Austinpowers please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Austinpowers
Project:
JediMUD
Status:
Development

Recent revisions

This branch has not been pushed to yet.

This branch contains Public information 
Everyone can see this information.

Subscribers