Skip to content

Proposed Game Config File Format

derpsderps69 edited this page Nov 10, 2019 · 4 revisions

Hopefully anyone can edit this.

Mob Schema

// Sound
explosionVolume: 0..1.0
launchVolume: 0..1.0
launchPlaybackRate: 0..1.0
thrusterPlaybackRate: 0..1.0

Plane Schema

// Graphics

// Behaviour
turnFactor: ..
accelFactor: ..
maxSpeed: ..
minSpeed: ..
brakeFactor: ..
energyLight: ..
collections: [..]

// Sound
killVolume: 0..1.0
thrusterPlaybackRate: 0..1.0
// someKindOfThrusterVolumeByPlaneType

Map

dooads array from Game.js

Clone this wiki locally