View difference between Paste ID: CA1ScaEK and QnDCJEGp
SHOW: | | - or go back to the newest paste.
1
PROTECT_STARTING_SECTOR = false //Protects the starting sector
2
ENABLE_SIMULATION = true //Universe AI simulation
3
CONCURRENT_SIMULATION = 256 //How many simulation groups may be in the universe simultaniously (performance)
4
ENEMY_SPAWNING = false //Enables enemy spawing
5
SECTOR_SIZE = 4500 //Enables enemy spawing
6
FLOATING_ITEM_LIFETIME_SECS = 240 //How much seconds items floating in space should be alive
7
SIMULATION_SPAWN_DELAY = 420 //How much seconds between simulation spawn ticks
8
SIMULATION_TRADING_FILLS_SHOPS = true //Trading guild will deliver stock to shops
9
SECTOR_INACTIVE_TIMEOUT = 20 //Time in secs after which sectors go inactive (-1 = off)
10
SECTOR_INACTIVE_CLEANUP_TIMEOUT = 10 //Time in secs after which inactive sectors are completely removed from memory (-1 = off)
11
USE_STARMADE_AUTHENTICATION = true //allow star-made.org authentication
12
REQUIRE_STARMADE_AUTHENTICATION = true //require star-made.org authentication (USE_STARMADE_AUTHENTICATION must be true)
13
PROTECTED_NAMES_BY_ACCOUNT = 10 //How many player names a player may protect with his account (if exceeded, the player name, that was logged in the longest time ago gets unprotected)
14
STARTING_CREDITS = 1500000 //How many credits a new player has
15
DEFAULT_BLUEPRINT_ENEMY_USE = true //Default option to use uploaded ships in waves
16
LOCK_FACTION_SHIPS = true //If true, ships of other factions cant be edited, activated, or entered
17
DEBUG_FSM_STATE = false //transfer debug FSM state. Turning this on may slow down network
18
PHYSICS_SHAPE_CASTING_TUNNELING_PREVENTION = false //Makes a convex cast for hight speed object to prevent clipping. High Cost. (Bugged right now, so dont turn it on)
19
CATALOG_SLOTS_PER_PLAYER = 32 //How many slots per player for saved ships (-1 for unlimited)
20
UNIVERSE_DAY_IN_MS = -1 //how long is a 'day' (stellar system rotation) in milliseconds (-1 to switch off system rotation)
21
FORCE_DISK_WRITE_COMPLETION = false //forces writing operations of raw data to disk directly after operation. For some OS this prevents raw data corruption
22
ASTEROIDS_ENABLE_DYNAMIC_PHYSICS = false //enables asteroids to be able to move in space
23
ENABLE_BREAK_OFF = false //debug (don't activate unless you know what you're doing)
24
COLLISION_DAMAGE = false //colliding into another object does damage (experimental)
25
SKIN_ALLOW_UPLOAD = true //if off, skin uploading to server is deactivated
26
CATALOG_NAME_COLLISION_HANDLING = false //if off, saving with an existing entry is denied, if on the name is automatically changed by adding numbers on the end
27
SECTOR_AUTOSAVE_SEC = 300 //Time interval in secs the server will autosave (-1 for never)
28
PHYSICS_SLOWDOWN_THRESHOLD = 40 //Milliseconds a collision test may take before anti-slowdown mode is activated
29
THRUST_SPEED_LIMIT = 450 //How fast ships, etc. may go in km/h. Too high values may induce physics tunneling effects
30
MAX_CLIENTS = 32 //Max number of clients allowed on this server
31-
SUPER_ADMIN_PASSWORD_USE = false //Enable super admin for this server
31+
SUPER_ADMIN_PASSWORD_USE = xx //Enable super admin for this server
32-
SUPER_ADMIN_PASSWORD = mypassword //Super admin password for this server
32+
SUPER_ADMIN_PASSWORD = xx //Super admin password for this server
33
SERVER_LISTEN_IP = 5.9.54.13 //Enter specific ip for the server to listen to. use "all" to listen on every ip
34
SOCKET_BUFFER_SIZE = 65536 //buffer size of incoming and outgoing data per socket
35
PHYSICS_LINEAR_DAMPING = 0.09 //how much object slow down naturally (must be between 0 and 1): 0 is no slowdown
36
PHYSICS_ROTATIONAL_DAMPING = 0.09 //how much object slow down naturally (must be between 0 and 1): 0 is no slowdown
37
AI_DESTRUCTION_LOOT_COUNT_MULTIPLIER = 0.9 //multiply amount of items in a loot stack. use values smaller 1 for less and 0 for none
38
AI_DESTRUCTION_LOOT_STACK_MULTIPLIER = 0.9 //multiply amount of items spawned after AI destruction. use values smaller 1 for less and 0 for none
39
CHEST_LOOT_COUNT_MULTIPLIER = 0.9 //multiply amount of items in a loot stack. use values smaller 1 for less and 0 for none
40
CHEST_LOOT_STACK_MULTIPLIER = 0.9 //multiply amount of items spawned in chests of generated chests. use values smaller 1 for less and 0 for none
41
USE_WHITELIST = true //only names/ips from whitelist.txt are allowed
42
FILTER_CONNECTION_MESSAGES = false //don't display join/disconnect messages
43
USE_UDP = false //Use 'User Datagram Protocol' (UDP) instead of 'Transmission Control Protocol' (TCP) for connections
44
AUTO_KICK_MODIFIED_BLUEPRINT_USE = false //Kick players that spawn modified blueprints
45
AUTO_BAN_ID_MODIFIED_BLUEPRINT_USE = false //Ban player by name that spawn modified blueprints
46
AUTO_BAN_IP_MODIFIED_BLUEPRINT_USE = false //Ban player by IP that spawn modified blueprints
47
REMOVE_MODIFIED_BLUEPRINTS = false //Auto-removes a modified blueprint
48
DEBUG_SEGMENT_WRITING = false //Debugs correctness of writing of segments (costs server performance)
49
TCP_NODELAY = true //Naggles algorithm (WARNING: only change when you know what you're doing)
50
PING_FLUSH = false //flushes ping/pong immediately (WARNING: only change when you know what you're doing)
51
RECIPE_BLOCK_COST = 5000 //How much blocks have to be invested to create a recipe (min 0)
52
SHOP_SPAWNING_PROBABILITY = 0.05 //(must be between 0 and 1): 0 is no shops spawned in asteroid sectors, 1 is shop spawned in everyone (default: 8% -> 0.08)
53
RECIPE_REFUND_MULT = 0.5 //how much blocks are refunded from selling a recipe (must be between 0 and 1): 0 no refund, 1 full refund
54
RECIPE_LEVEL_AMOUNT = 4000 //On how much created blocks will a recipe level up (base value) (min 0)
55
DEFAULT_SPAWN_SECTOR_X = 0 //DEFAULT Spawn Sector X Coordinate
56
DEFAULT_SPAWN_SECTOR_Y = 0 //DEFAULT Spawn Sector Y Coordinate
57
DEFAULT_SPAWN_SECTOR_Z = 0 //DEFAULT Spawn Sector Z Coordinate
58
MODIFIED_BLUEPRINT_TOLERANCE = 0.1 //Tolerance of modified blueprint trigger (default = 10%)
59
TURNING_DIMENSION_SCALE = 1.1 //Scaling of tuning speed VS ship dimension (default = 1.1)
60
DEFAULT_SPAWN_LOCALPOINT_X_1 = 0.0 //First Rotating Spawn: Local Pos X Coordinate
61
DEFAULT_SPAWN_LOCALPOINT_Y_1 = -6.5 //First Rotating Spawn: Local Pos Y Coordinate
62
DEFAULT_SPAWN_LOCALPOINT_Z_1 = -8.0 //First Rotating Spawn: Local Pos Z Coordinate
63
DEFAULT_SPAWN_LOCALPOINT_X_2 = 7.0 //Second Rotating Spawn: Local Pos X Coordinate
64
DEFAULT_SPAWN_LOCALPOINT_Y_2 = -6.5 //Second Rotating Spawn: Local Pos Y Coordinate
65
DEFAULT_SPAWN_LOCALPOINT_Z_2 = 0.0 //Second Rotating Spawn: Local Pos Z Coordinate
66
DEFAULT_SPAWN_LOCALPOINT_X_3 = 0.0 //Third Rotating Spawn: Local Pos X Coordinate
67
DEFAULT_SPAWN_LOCALPOINT_Y_3 = -6.5 //Third Rotating Spawn: Local Pos Y Coordinate
68
DEFAULT_SPAWN_LOCALPOINT_Z_3 = 7.0 //Third Rotating Spawn: Local Pos Z Coordinate
69
DEFAULT_SPAWN_LOCALPOINT_X_4 = -8.0 //Forth Rotating Spawn: Local Pos X Coordinate
70
DEFAULT_SPAWN_LOCALPOINT_Y_4 = -6.5 //Forth Rotating Spawn: Local Pos Y Coordinate
71
DEFAULT_SPAWN_LOCALPOINT_Z_4 = 0.0 //Forth Rotating Spawn: Local Pos Z Coordinate
72
PLAYER_DEATH_CREDIT_PUNISHMENT = 0 //players credits lost of total on death (must be between 0 and 1): 1 = lose all, 0 = keep all
73
PLAYER_DEATH_CREDIT_DROP = false //drop credits lost on death into space instead
74
PLAYER_DEATH_BLOCK_PUNISHMENT = false //player will drop all his blocks into space on death
75
PLAYER_DEATH_PUNISHMENT_TIME = 300 //Time interval in seconds after death of a player in which the player is not punished
76
PLAYER_DEATH_INVULNERABILITY_TIME = 20 //Time the player is invulnerable after death in sec
77
PLAYER_HISTORY_BACKLOG = 30 //how many login history objects (with name, IP, account-name, and time) should be saved by player state
78
PROJECTILES_ADDITIVE_VELOCITY = true //initial projectile speed depend on relative linear velocity of object fired from
79
PROJECTILES_VELOCITY_MULTIPLIER = 1.0 //multiplicator for projectile velocity
80
IGNORE_DOCKING_AREA = true //ignores docking area size
81
ALLOW_UPLOAD_FROM_LOCAL_BLUEPRINTS = true //enables clients being able to upload their pre-build-blueprints to the server
82
SHOP_NPC_STARTING_CREDITS = 10000000 //how much credits do shops start with
83
SHOP_NPC_RECHARGE_CREDITS = 100000 //how much credits do shops gain about every 10 min
84
AI_WEAPON_AIMING_ACCURACY = 10 //how accurate the AI aims (the higher the value the more accurate vs distance. 10 = about 99% accuracy at 10m)
85
BROADCAST_SHIELD_PERCENTAGE = 5 //percent of shields changed for the server to broadcast a shield synch
86
BROADCAST_POWER_PERCENTAGE = 50 //percent of power changed for the server to broadcast a power synch (not that critical)
87
BLUEPRINT_BUY_WITH_BLOCKS = false //blueprint has to be paid in blocks and not credits
88
ADMINS_CIRCUMVENT_STRUCTURE_CONTROL = true //admins can enter ships of any faction
89
SQL_NIO_FILE_SIZE = 256 //megabyte limit of .data file when to use NIO (faster) (must be power of 2)
90
PLANET_SIZE_MEAN = 175.0 //Planet size mean (normal gaussian distribution) (min 50)
91
PLANET_SIZE_DEVIATION = 100.0 //Planet size standard deviation (normal gaussian distribution) (min 0)