Difference between revisions of "Lorenzi's KMP Editor"

From Custom Mario Kart
Jump to navigation Jump to search
Line 1: Line 1:
'''hlorenzi's KMP Editor''' is a very young [[KMP]] editor started in 2018. It based at Node.js and is available as free [https://github.com/hlorenzi/kmp-editor github project].
+
{| class="textbox float-right grid"
 +
|+ Lorenzi's KMP Editor
 +
! Author:
 +
| [[hlorenzi]]
 +
|-
 +
! Platform:
 +
| Windows executable, or any platform supporting Node.js and Electron from source
 +
|-
 +
! Programming language:
 +
| JavaScript
 +
|-
 +
! Software Type:
 +
| KMP Editor
 +
|-
 +
! File Formats:
 +
|
 +
* [[KMP (File Format)|.kmp]] editing
 +
* [[KCL (File Format)|.kcl]], [[BRRES (File Format)|.brres]], and .obj visualization
 +
|-
 +
! Current Version:
 +
| 0.3.0
 +
|-
 +
! Download:
 +
| https://github.com/hlorenzi/kmp-editor/releases
 +
|}
  
It can load the [[KCL]] and displays it as 3D world. If placing points by mouse an [[automated height correction]] is done.
+
Lorenzi's KMP Editor is a very young [[KMP Editing|KMP editor]] started in 2018. It's based on Node.js and Electron, and is available as free [https://github.com/hlorenzi/kmp-editor GitHub project].
  
[[category:Stub]]
+
It will automatically load a [[KCL (File Format)|course.kcl]] file from the same folder and will display it as 3D world with easy navigation. It can also load [[BRRES (File Format)|course_model.brres files]] or any other custom .obj models!
[[category:Software]]
+
 
 +
Creating points, paths, and forks is as easy as dragging points with the mouse ― no need to set up indices, or prev/next links ―, and with [[automated height correction]], makes editing courses a breeze!
 +
 
 +
== Version History ==
 +
{| class="wikitable"
 +
|-
 +
! align=left| Version
 +
! align=left| Date of release
 +
! align=left| Information
 +
|-
 +
| 0.3.0
 +
| 22 May 2018
 +
| First public release.
 +
|}
 +
 
 +
 
 +
{{User-hlorenzi-Link}}
 +
{{Custom Track Tutorial}}
 +
[[Category:Software]]

Revision as of 17:51, 23 May 2018

Lorenzi's KMP Editor
Author: hlorenzi
Platform: Windows executable, or any platform supporting Node.js and Electron from source
Programming language: JavaScript
Software Type: KMP Editor
File Formats:
Current Version: 0.3.0
Download: https://github.com/hlorenzi/kmp-editor/releases

Lorenzi's KMP Editor is a very young KMP editor started in 2018. It's based on Node.js and Electron, and is available as free GitHub project.

It will automatically load a course.kcl file from the same folder and will display it as 3D world with easy navigation. It can also load course_model.brres files or any other custom .obj models!

Creating points, paths, and forks is as easy as dragging points with the mouse ― no need to set up indices, or prev/next links ―, and with automated height correction, makes editing courses a breeze!

Version History

Version Date of release Information
0.3.0 22 May 2018 First public release.


Template:User-hlorenzi-Link