Difference between revisions of "Tools"

From MegaGlest
Jump to navigation Jump to search
 
m
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Glest has a number of tools that can be used to edit it or to assist in the creation of mods. These tools vary from [[G3D]] [[Exportscript|export scripts]] to syntax highlighting text editors.
+
[[MegaGlest]] has a number of tools that can be used to edit it or to assist in the creation of mods. These tools vary from [[G3D]] [[Exportscript|export scripts]] to syntax highlighting text editors.
  
 
==Official Tools==
 
==Official Tools==
===Configurator===
+
===G3D Viewer===
The [[Configuration|Configurator]] is a simple program bundled with Glest (found in the installation directory) which modifies Glest's settings, and can change more settings than the ingame menu, such as resolution, fullscreen, AI Logging, etc. This can also be compiled in the source, and may be modified for different INIs, as it reads an XML to display and modify the INI.
+
GAE and MG both come with the [[G3D]] viewer, a basic program made to view G3D models.
 +
 
 +
:[[GAE]] {{*}} [[MG]]
  
 
===Glest Tool Pack===
 
===Glest Tool Pack===
The [https://sourceforge.net/project/showfiles.php?group_id=127297&package_id=141551 Glest Tool Pack] is the only official pack ever released, and was a basic package from the GAE team containing a few files and programs meant to help you create models and maps for Glest. Most notably, it includes the [[Map Editing|Map Editor]] and [[G3D|G3D Viewer]], which are essential in map making and modelling respectively. It also included a 3DS Max 7 export script for exporting to G3D, but it is primarily abandoned, as it does not work on the current version of GAE and the majority of Glest modders use the free alternative [http://blender.org Blender] instead.
+
The [https://sourceforge.net/project/showfiles.php?group_id=127297&package_id=141551 Glest Tool Pack] is the only official pack ever released, and was a basic package from the Glest team containing a few files and programs meant to help you create models and maps for Glest. Most notably, it includes the [[Map Editing|Map Editor]] and [[G3D|G3D Viewer]], which are essential in map making and modelling respectively. It also included a 3DS Max 7 export script for exporting to G3D, but it is primarily abandoned, as it does not work on the current version of GAE and the majority of Glest modders use the free alternative [http://blender.org Blender] instead.
 +
 
 +
:[https://sourceforge.net/project/showfiles.php?group_id=127297&package_id=141551 Download]
 +
 
 +
===Map Editor===
 +
The map editor is the basic tool used to edit Glest's [[GBM]] and MGM maps. All three [[engines]] have their own map editor bundled with them.
  
[https://sourceforge.net/project/showfiles.php?group_id=127297&package_id=141551 Download]
+
:[[Maps/Editing|Read More]]
  
 
==Unofficial Tools==
 
==Unofficial Tools==
Many of Glest's tools are well known and accepted by the community, but are by 3rd party developers.
+
Many of Glest's tools are well known and accepted by the community, but aren't affiliated with any of the forks (meaning not bundled with them).
 +
 
 
===Glest Asset Manager===
 
===Glest Asset Manager===
 
Meant to be a full over mod creator, the [https://sourceforge.net/projects/glestmm/files/GAM_0.3.zip/download Glest Asset Manager] can create the XMLs and folder structure for a mod, as well as edit existing ones. While not supporting [[GAE]] or [[MegaGlest]] functions, nor being able to create some aspects of mods, it is a functional program and currently the only one of its kind, making it easy for an inexperienced user to make a quick modification. You still have to make the models, textures, images, etc in separate, 3rd party programs.
 
Meant to be a full over mod creator, the [https://sourceforge.net/projects/glestmm/files/GAM_0.3.zip/download Glest Asset Manager] can create the XMLs and folder structure for a mod, as well as edit existing ones. While not supporting [[GAE]] or [[MegaGlest]] functions, nor being able to create some aspects of mods, it is a functional program and currently the only one of its kind, making it easy for an inexperienced user to make a quick modification. You still have to make the models, textures, images, etc in separate, 3rd party programs.
  
[https://sourceforge.net/projects/glestmm/files/GAM_0.3.zip/download Download]
+
:[https://sourceforge.net/projects/glestmm/files/GAM_0.3.zip/download Download]
===Scenario Creator (not working anymore)===
 
An online [http://glest.110mb.com/scenario_creator scenario creator] by Omega is capable of making basic scenarios, as well as scenarios with basic Lua code for resources. The creator is barebones, but working and capable of making scenarios without any coding knowledge.
 
  
[http://glest.110mb.com/scenario_creator Try Online]
+
===Scenario Creator===
 +
An online [http://glestguide.co.cc/scenario_creator scenario creator] by Omega is capable of making basic scenarios, as well as scenarios with basic Lua code for resources. The creator is barebones, but working and capable of making scenarios without any coding knowledge.
 +
 
 +
:[http://glestguide.co.cc/scenario_creator Try Online]
 +
 
 +
===G3DHack===
 +
A tool that can optimize and perform minor edits to [[G3D]] files, the G3DHack program basically replaces the G3D viewers, being able to view the G3D models in ways that they cannot.
 +
 
 +
:[[G3DHack|Read More]]
  
 
==External Tools==
 
==External Tools==
Line 26: Line 40:
 
[http://blender.org Blender] is a free, open source 3D modelling application which is the dominant program used by the Glest community, and the only one which has a working export script to export to Glest's G3D modeling format. Blender is capable of doing everything needed for a Glest model and much more, making it the general choice for Glest modders. Blender, like all 3D modeling programs, has a steep learning curve, but that can be easily repelled by the use of one of the many [[Glest Blender Hints|Tutorials]] available on the internet.
 
[http://blender.org Blender] is a free, open source 3D modelling application which is the dominant program used by the Glest community, and the only one which has a working export script to export to Glest's G3D modeling format. Blender is capable of doing everything needed for a Glest model and much more, making it the general choice for Glest modders. Blender, like all 3D modeling programs, has a steep learning curve, but that can be easily repelled by the use of one of the many [[Glest Blender Hints|Tutorials]] available on the internet.
  
[http://blender.org Download]
+
:[http://blender.org Download]
 +
 
 
===Notepad++===
 
===Notepad++===
 
[http://notepad-plus-plus.org/ Notepad++] is another free, open source program, meant as a generic plain-text editor, complete with many functions such as syntax highlighting, autocompletion, tag closing, XML optimization, etc. It's the most commonly used program for editing Glest's plain-text files, such as the XMLs, Lau scripts, or Language files.
 
[http://notepad-plus-plus.org/ Notepad++] is another free, open source program, meant as a generic plain-text editor, complete with many functions such as syntax highlighting, autocompletion, tag closing, XML optimization, etc. It's the most commonly used program for editing Glest's plain-text files, such as the XMLs, Lau scripts, or Language files.
  
[http://notepad-plus-plus.org/ Download]
+
:[http://notepad-plus-plus.org/ Download]
 +
 
 
===The GIMP===
 
===The GIMP===
 
[http://gimp.org The GIMP] is the dominant image editor, since it has the power of popular programs such as Photoshop while being a free, open source image editor. Meaning the GNU Image Manipulation Program, it can modify images for textures and icons, and has many powerful tools and effects to ease the difficulty of that. The learning curve, like Blender, may be steep to new players, but many tutorials can be found on the web.
 
[http://gimp.org The GIMP] is the dominant image editor, since it has the power of popular programs such as Photoshop while being a free, open source image editor. Meaning the GNU Image Manipulation Program, it can modify images for textures and icons, and has many powerful tools and effects to ease the difficulty of that. The learning curve, like Blender, may be steep to new players, but many tutorials can be found on the web.
  
[http://gimp.org Download]
+
:[http://gimp.org Download]
 +
 
 
===The GIMP Resynthesizer===
 
===The GIMP Resynthesizer===
 
A well known plugin for the GIMP, this plugin is able to fill in blanks and convert textures into tileable ones, making for a preferable helper in the texturing stage.
 
A well known plugin for the GIMP, this plugin is able to fill in blanks and convert textures into tileable ones, making for a preferable helper in the texturing stage.
  
[http://www.logarithmic.net/pfh/resynthesizer Download]
+
:[http://www.logarithmic.net/pfh/resynthesizer Download]
 +
 
 
===Paint.NET===
 
===Paint.NET===
 
[http://www.getpaint.net/ Paint.NET] is an alternative to the GIMP. While not as powerful, it boasts a more user-friendly interface and several functions of its own, including faster startup time. While not as commonly used as the GIMP, it has still been used in several mods.
 
[http://www.getpaint.net/ Paint.NET] is an alternative to the GIMP. While not as powerful, it boasts a more user-friendly interface and several functions of its own, including faster startup time. While not as commonly used as the GIMP, it has still been used in several mods.
  
[http://www.getpaint.net/ Download]
+
:[http://www.getpaint.net/ Download]
  
 
==Tips and Tricks==
 
==Tips and Tricks==
 
*Experiment with different programs to find the blend of what works for you.
 
*Experiment with different programs to find the blend of what works for you.
 
*Several programs are not listed here, namely commercial programs and unsupportive programs. This doesn't mean they don't work though. For example, you can use Photoshop to make images if you wish, or you could use 3DS Max for modeling (though, unless using version 7, you will also have to export it into a Blender compatable format and user Blender to convert to a G3D, since the only working 3DS Max export script is for version 7 '''only'''.
 
*Several programs are not listed here, namely commercial programs and unsupportive programs. This doesn't mean they don't work though. For example, you can use Photoshop to make images if you wish, or you could use 3DS Max for modeling (though, unless using version 7, you will also have to export it into a Blender compatable format and user Blender to convert to a G3D, since the only working 3DS Max export script is for version 7 '''only'''.
 +
[[Category:Glest]]

Revision as of 03:34, 18 June 2016

MegaGlest has a number of tools that can be used to edit it or to assist in the creation of mods. These tools vary from G3D export scripts to syntax highlighting text editors.

Official Tools

G3D Viewer

GAE and MG both come with the G3D viewer, a basic program made to view G3D models.

GAE Template:* MG

Glest Tool Pack

The Glest Tool Pack is the only official pack ever released, and was a basic package from the Glest team containing a few files and programs meant to help you create models and maps for Glest. Most notably, it includes the Map Editor and G3D Viewer, which are essential in map making and modelling respectively. It also included a 3DS Max 7 export script for exporting to G3D, but it is primarily abandoned, as it does not work on the current version of GAE and the majority of Glest modders use the free alternative Blender instead.

Download

Map Editor

The map editor is the basic tool used to edit Glest's GBM and MGM maps. All three engines have their own map editor bundled with them.

Read More

Unofficial Tools

Many of Glest's tools are well known and accepted by the community, but aren't affiliated with any of the forks (meaning not bundled with them).

Glest Asset Manager

Meant to be a full over mod creator, the Glest Asset Manager can create the XMLs and folder structure for a mod, as well as edit existing ones. While not supporting GAE or MegaGlest functions, nor being able to create some aspects of mods, it is a functional program and currently the only one of its kind, making it easy for an inexperienced user to make a quick modification. You still have to make the models, textures, images, etc in separate, 3rd party programs.

Download

Scenario Creator

An online scenario creator by Omega is capable of making basic scenarios, as well as scenarios with basic Lua code for resources. The creator is barebones, but working and capable of making scenarios without any coding knowledge.

Try Online

G3DHack

A tool that can optimize and perform minor edits to G3D files, the G3DHack program basically replaces the G3D viewers, being able to view the G3D models in ways that they cannot.

Read More

External Tools

Tools not directly created for Glest, but used frequently for the purpose of modding.

Blender

Blender is a free, open source 3D modelling application which is the dominant program used by the Glest community, and the only one which has a working export script to export to Glest's G3D modeling format. Blender is capable of doing everything needed for a Glest model and much more, making it the general choice for Glest modders. Blender, like all 3D modeling programs, has a steep learning curve, but that can be easily repelled by the use of one of the many Tutorials available on the internet.

Download

Notepad++

Notepad++ is another free, open source program, meant as a generic plain-text editor, complete with many functions such as syntax highlighting, autocompletion, tag closing, XML optimization, etc. It's the most commonly used program for editing Glest's plain-text files, such as the XMLs, Lau scripts, or Language files.

Download

The GIMP

The GIMP is the dominant image editor, since it has the power of popular programs such as Photoshop while being a free, open source image editor. Meaning the GNU Image Manipulation Program, it can modify images for textures and icons, and has many powerful tools and effects to ease the difficulty of that. The learning curve, like Blender, may be steep to new players, but many tutorials can be found on the web.

Download

The GIMP Resynthesizer

A well known plugin for the GIMP, this plugin is able to fill in blanks and convert textures into tileable ones, making for a preferable helper in the texturing stage.

Download

Paint.NET

Paint.NET is an alternative to the GIMP. While not as powerful, it boasts a more user-friendly interface and several functions of its own, including faster startup time. While not as commonly used as the GIMP, it has still been used in several mods.

Download

Tips and Tricks

  • Experiment with different programs to find the blend of what works for you.
  • Several programs are not listed here, namely commercial programs and unsupportive programs. This doesn't mean they don't work though. For example, you can use Photoshop to make images if you wish, or you could use 3DS Max for modeling (though, unless using version 7, you will also have to export it into a Blender compatable format and user Blender to convert to a G3D, since the only working 3DS Max export script is for version 7 only.