MemberAtarian Posted December 10, 2018 Share Posted December 10, 2018 If there is something I really hate is when I'm coding is checking for every single color code so I can make my NTSC coded game into PAL60. So I wrote a little window based program in Python with Tkinter that allows you to change all of them via one click, you just have to select your input file and you will have the PAL60 version in the same folder. I set up my own columns, but you can change them if you think you found better matching pairs. There is a checkbox, if it's unchecked, it only searches for COLUBK, COLUPF, COLUP* and *color variables, this is the safe mode, as checked, it will change every single hexadecimal number, so if you have used a hexadecimal number anything besides the color codes, it will mess with your code, so be careful. I added both the executable and the source code into to zip. The exe only works on 64bit Windows, the .py should run on every windows system if Python 3.7 is installed. Converter.zip 3 Quote Link to comment https://forums.atariage.com/topic/285869-color-converter-for-batari-basic-code/ Share on other sites More sharing options...
+Random Terrain Posted December 11, 2018 Share Posted December 11, 2018 Have you seen this: http://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#color_constants_ntsc_pal60 1 Quote Link to comment https://forums.atariage.com/topic/285869-color-converter-for-batari-basic-code/#findComment-4174492 Share on other sites More sharing options...
MemberAtarian Posted December 11, 2018 Author Share Posted December 11, 2018 Have you seen this: http://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#color_constants_ntsc_pal60 To be honest, I had not. Before this, I tried to swap them in Notepad, but it was not a good idea. Quote Link to comment https://forums.atariage.com/topic/285869-color-converter-for-batari-basic-code/#findComment-4174641 Share on other sites More sharing options...
+Philsan Posted December 11, 2018 Share Posted December 11, 2018 There was a time, before Random Terrain tips and Zoltan's converter, when I converted colors by hand... Quote Link to comment https://forums.atariage.com/topic/285869-color-converter-for-batari-basic-code/#findComment-4174993 Share on other sites More sharing options...
MemberAtarian Posted December 12, 2018 Author Share Posted December 12, 2018 There was a time, before Random Terrain tips and Zoltan's converter, when I converted colors by hand... It was the dark ages. I made it in notepad, to be honest, but after I learnt Python, I have scripts on my mind. XD Quote Link to comment https://forums.atariage.com/topic/285869-color-converter-for-batari-basic-code/#findComment-4175343 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.