Difference between revisions of "Lorenzi's KMP Editor"

From Custom Mario Kart
Jump to navigation Jump to search
Line 2: Line 2:
 
|+ Lorenzi's KMP Editor
 
|+ Lorenzi's KMP Editor
 
! Author:
 
! Author:
| [[hlorenzi]]
+
| [[User:Hlorenzi|Hlorenzi]]
 
|-
 
|-
 
! Platform:
 
! Platform:
| Windows executable, or any platform supporting Node.js and Electron from source
+
| Windows, or any platform supporting Node.js and Electron from source
 
|-
 
|-
 
! Programming language:
 
! Programming language:
Line 11: Line 11:
 
|-
 
|-
 
! Software Type:
 
! Software Type:
| KMP Editor
+
| Editor
 
|-
 
|-
 
! File Formats:
 
! File Formats:
 
|
 
|
* [[KMP (File Format)|.kmp]] editing
+
* [[KMP]] (edit)
* [[KCL (File Format)|.kcl]], [[BRRES (File Format)|.brres]], and .obj visualization
+
* [[KCL]], [[BRRES]], [[OBJ]] (visualization)
 
|-
 
|-
 
! Current Version:
 
! Current Version:
| 0.3.0
+
| v0.3.0
 
|-
 
|-
 
! Download:
 
! Download:
Line 25: Line 25:
 
|}
 
|}
  
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].
+
'''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 [https://github.com/hlorenzi/kmp-editor GitHub project].
  
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!
+
It will automatically load a [[KCL|course.kcl]] file from the same folder and will display it as 3D world with easy navigation. It can also load [[BRRES|course_model.brres files]] or any other models using the [https://en.wikipedia.org/wiki/Wavefront_.obj_file Wavefront OBJ] format.
  
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!
+
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.
  
[[File:screenshot1.png|900px]]
+
== Media ==
 +
<gallery>
 +
File:Lorenzi's KMP Editor Preview.png|Preview of the program in use.
 +
</gallery>
  
 
== Version History ==
 
== Version History ==
Line 40: Line 43:
 
! align=left| Information
 
! align=left| Information
 
|-
 
|-
| 0.3.0
+
| v0.3.0
| 22 May 2018
+
| 2018-05-22
| First public release.
+
| First public release
 
|}
 
|}
  
 
{{User-hlorenzi-Link}}
 
 
{{Custom Track Tutorial}}
 
{{Custom Track Tutorial}}
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 19:05, 23 May 2018

Lorenzi's KMP Editor
Author: Hlorenzi
Platform: Windows, or any platform supporting Node.js and Electron from source
Programming language: JavaScript
Software Type: Editor
File Formats:
Current Version: v0.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 models using the Wavefront OBJ format.

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.

Media

Version History

Version Date of release Information
v0.3.0 2018-05-22 First public release