jeaye / q3

A Quake 3 like game with voxelized, destructible maps; written in Rust
BSD 3-Clause "New" or "Revised" License
500 stars 25 forks source link

Ability to load arbitrary maps from console #31

Closed jeaye closed 11 years ago

jeaye commented 11 years ago

I want to be able to test a bunch of different maps and load them dynamically. Furthermore, I want to be able to load the maps (and reload the current map) with different voxel resolutions.

jeaye commented 11 years ago

If map loading fails, the game should continue.