Chronocrash Modders Tools

ChronoCrash Modders Tools 0.7.11.3 (fixed)

No permission to download
@Piccolo I tried the new version but its crashing right at start
View attachment 15834
Looks like it can't find the path themes/editor
Hum weird. You can fix this by copying the "themes" folder (in the root folder of the zip folder) in the "_internal" folder (in the root folder as well). Thanks for the report.

EDIT : I republished the zip with this fix. Hopefully it's enough.
 
Last edited:
Hello! Thank you for this wonderful program! However, I haven't been able to use it for a long time because it doesn't work correctly for me. Sprites don't load at all. On top of that, all objects like Player, Enemy, etc., are categorized as "Type None". Levels also display incorrectly—or rather, there are no sprites and no background images for the levels. In short, all the data is there, but there are no images. I thought it might be due to Cyrillic characters in the file paths, but the path to my project doesn't contain any Cyrillic. I don't know what's wrong, but I've been wanting to try your program for a long time and just can't. I have to use obeditor instead. I have attached the screenshots below.
 

Attachments

  • CMT_Select.png
    CMT_Select.png
    149 KB · Views: 5
  • CMT_Animations.png
    CMT_Animations.png
    332.8 KB · Views: 5
  • CMT_level.png
    CMT_level.png
    191.4 KB · Views: 5
Avoid using special characters in both file paths and files. Probably they are blocking the images to load.
I checked, and there are no special characters in the file paths. However, there is Cyrillic in the scripts, but only inside the comments. Since I am Russian, commenting in English is difficult for me because my English is not very good.
 
Hello! Thank you for this wonderful program! However, I haven't been able to use it for a long time because it doesn't work correctly for me. Sprites don't load at all. On top of that, all objects like Player, Enemy, etc., are categorized as "Type None". Levels also display incorrectly—or rather, there are no sprites and no background images for the levels. In short, all the data is there, but there are no images. I thought it might be due to Cyrillic characters in the file paths, but the path to my project doesn't contain any Cyrillic. I don't know what's wrong, but I've been wanting to try your program for a long time and just can't. I have to use obeditor instead. I have attached the screenshots below.
Hello, send me your mod (the data folder, zipped) and I can investigate the issue. With just your screenshots it's unclear ;)
 
I checked, and there are no special characters in the file paths. However, there is Cyrillic in the scripts, but only inside the comments. Since I am Russian, commenting in English is difficult for me because my English is not very good.
I had installed a couple of non-English languages to my computer, and one of them was Japanese. I switched to Japanese for testing the animation labels after your report on receiving an error upon typing any non-Latin character. I'm unable to save the file with these characters unless I remove them from these labels.

Code:
anim attack #このファーストアタック
    delay 6
    offset 142 190
    bbox 126 97 20 92
    frame data/chars/heroes/athena/ps/113_0.png
    bbox 120 95 38 92
    frame data/chars/heroes/athena/ps/113_1.png
    bbox 122 101 48 88
    attack 134 107 74 34 100 0 0 0 0 0
    frame data/chars/heroes/athena/ps/113_2.png
    attack 0
    frame data/chars/heroes/athena/ps/113_3.png
    frame data/chars/heroes/athena/ps/113_4.png
    frame data/chars/heroes/athena/ps/113_5.png

I got notified with this error after attempting to save it:
Something went wrong during write process, saved canceled

Code:
Traceback (most recent call last):
  File "\\VBoxSvr\Partage\CMT\cmt.py", line 407, in saveFile
  File "gui\main\__init__.py", line 398, in save
  File "gui\main\fileselector.py", line 289, in save
RuntimeError: No active exception to reraise

When I save it with CMT, I'm unable to. But when I save it in external files, I'm able to.
 
I was having an issue with missing icons on the previous file
Yeah it was the same issue you had, but with another folder that needed to be moved as well. I think I fixed all potential folders in the reupload

Question: How this "notes" works?
Oh yeah I forgot I added this in the meantime. It just lets you take notes that autosave. Notes are a bit like temporary text files that you could otherwise open in an external text editor to note random things you need to do / remember.

When you are in the notes tab you need to click the + button to the left to create a new note. The title of the note defaults to the current date.

It's basically a backport of another app that I made that I included in CMT as well.
 
@Piccolo
Is there a way to prevent the .c1 files showing up when browsing for scripts? iOr perhaps a way to move them to a different location?
I'll look into this. The only thing you can do right now is disable this backup system (Main menu bar -> Options -> Disable basic auto-backup). There's still the advanced autobackup so, no risks. I'll probably disable this basic auto backup by default in next release.

I'll add a filter in next release as well to do what you wanted (filter out those files in the browser).
 
Back
Top Bottom