Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTK Map Maker

OpenTK Map Maker, an open project to provide a level editor / map maker for any game or program that requires 3D levels.

Built within OpenTK, a C# binding of OpenGL for the 3D rendering, as well as WinForms to provide a basic menu system.

Controls

  • Mouse over or click any view to select it.

3D View (Top Right):

  • WASD to move camera
  • Middle click to capture mouse - move mouse while captured to look around.
  • P to paint a texture onto the surface hovered over (Texture selected from the bottom right texture list)
  • Right mouse to select/deselect the object under the mouse

Top and Side View (Left), and Other Side View (Bottom right, leftmore):

  • Middle click and drag to move around
  • Middle mouse wheel scroll to zoom in/out
  • Right mouse to select/deselect the object under the mouse
  • Left mouse and drag to move or resize objects
  • Space to spawn a new block under the mouse
  • Arrow Keys (Up/Down/Left/Right) to move the view around
  • WASD to move the view around more precisely
  • R key to rotate
  • C key to reposition the camera

Anywhere:

  • T key to quick-change entity type
  • N to open the entity settings view (While a single entity is selected)
  • CTRL-X To cut selected entities
  • CTRL-C To copy selected entities
  • CTRL-V To paste copied/cut entities
  • CTRL-Z To undo last edit
  • Backspace/Delete to delete selected entities

Tips

Keep entities small. If you want a really big cuboid, make it up of ten smaller cuboids. This is to prevent transparency errors.

Licensing pre-note:

This is an open source project, provided entirely freely, for everyone to use and contribute to.

If you make any changes that could benefit the community as a whole, please contribute upstream.

The short of the license is:

You can do basically whatever you want, except you may not hold any developer liable for what you do with the software.

The long version of the license follows:

The MIT License (MIT)

Copyright (c) 2015 mcmonkey studios

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A map maker / level editor

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages