Chronocrash Modders Tools

Chronocrash Modders Tools 0.7.11.2

No permission to download
Backup system, adjusted two things :

1 / saving a file you never saved before will now create 2 revisions, one revision for the actual save, and one revision with the original content before the first save. Then each time you save that file it will create only one revision, for the actual save.


2 / the automatic backup of unsaved files in entity and level editors was previously relying on them being translated back into text. Such translation happens frequently in the app, but if you stay in the same level or same entity (without going back to text version of level/entity or loading other file) it never happens. So basically under those conditions, there was no change registered, and thus no autosave was made. Now changes are properly registered even if you stay in the same entity or level view forever. So autosaves of unsaved files will always properly work not only in text editor as before, but now also in entity and level editors @bWWd
Run menu : added checkbox "Run program from program location" to change current working directory (CWD) to selected program root folder before launching it. Use this option if the program you want to run is looking for files relative to its own location (like OpenBOR is looking for paks, savs, and so on for example). @bWWd


Without this option checked the program will assume the current working directory is the one from where you launched CMT.
While file backup system was working properly, backup viewer had two mains issues that prevented user from loading and viewing selected backups. Those are now fixed. @bWWd

Other minor things :
- Augmented the range limits for frame properties. From [-1000, 1000] to [- 1milion, 1milion]
- Added support for "steal" attack type
In Edit > Settings -> Miscellaneous, added an option to ignore processing of certain commands in entity editor @Kratus
The lines with those commands will not be processed at all by CMT.


The list should be without spaces, and elements separated by coma. Example "hitflash,hitfx"

Use only if you are sure of what you are doing.

Note : you need to restart CMT for the new ignore list to take effect.
  • Like
Reactions: Kratus
Fixed old loop bug when using "Replace all" feature using a string that contains the same string.
- Modifying "anim" comment in text editor of animation editor will now modify animation label on the fly in animation selector @maxman

- Fixed Tools -> Tool Dialog -> Convert Mugen Character
  • Like
Reactions: maxman
GENERAL

- Added new "Run" menu to launch custom programs directly from CMT @bWWd



LEVEL EDITOR

- Added checkbox to hide/show geometry (walls, holes, basemaps), all at once or separately @O Ilusionista @Die_In_Fire
In recent version, loading an entity while already being in entity editor (editing another entity) could cause unsaved progress loss to first entity. This is fixed. @O Ilusionista
In legacy commands mode, "dropv", "hitfx", "hitflash" will no longer add empty "attack" line unless explicitly set @bWWd
- Level Editor : fixed a bug with wait distance calculation (lower left corner) @O Ilusionista
Back
Top Bottom