Conversion utility Monkey X -> Cerberus X

Started by MikeHart, September 23, 2017, 20:57:12

Previous topic - Next topic

MikeHart

I have coded a little utility to convert Monkey X projects to Cerberus X.





The official topic you will find here:

https://www.cerberus-x.com/community/threads/cxconvert-automatic-monkey-x-to-cerberus-x-conversion-tool.266/


Cheers
Michael

therevills

What does this actually do Mike and why would we need it?

MikeHart

Here is what it does:


You select a folder
It changes the fileextensions from monkey to cxs and from monkeydoc to cerberusdoc.
monkeydoc folder will be renamed to cerberusdoc.
It searches through the source files for Import monkey and renames it to Import cerberus.


User Soap was asking for a tool like this to convert bigger projects.


Old projects would work anyway unless you import any of the modules of the monkey folder directly. 

MikeHart

It was a nice 1 day exercise in Purebasic coding for me.

MikeHart

The conversion tool got a little update  :)