Codetrixx: Yield and Team Up
To be politically correct I should point out the title of this post has nothing to do with austerity and new National defence proposals, nor is it free…
To be politically correct I should point out the title of this post has nothing to do with austerity and new National defence proposals, nor is it free advise to certain large media corporation employees:) But I would like to introduce to you my third forum software offering codename “Codetrix”:whip: Codetrix is a free script runner, your personal computer Mistress, a willing partner in your SB world, Surrender if you will! In this post I hope to show you some screenshots and tell you a little about for discussion as there is a lot of it. There are some very good programs such as Sexscript, CM-clone and so on which offer some good features and so its hard to do something even better. I started with a blank sheet of paper drawing features and ease of use. Then I and start on a proof of concept piece of code which is pretty much close to an alpha release for some involvement or discussion in the project. Let me show some of what I have already. Codetrix has its own editor which uses color to markup the script and highlight the commands from the data. In the left hand panel is a plain english descriptions of available commands. for instance, “Change text color”, double click it and the command is added to the script. No thumbing through realms of help guides to work out the syntax of the command you want to use. capture_16072011_143618.jpg In the example screen shot I have added the change text color command to the editor. Note the “BackgroundColor” command, Codetrix understands color descriptions. You can still use color codes for specific colors like “#FDDEDD”, but plain names are quick and easy like “Navy Blue” or “Dark Red”. Same thing works for Fonts, you can describe the font you want to use like “Sans Bold 14”, or just “bold”. Ok lets have a look at some actual screen shots, these are done in a small screen to be forum friendly but resize the screen on the fly and everything automatically resizes to suit. capture_16072011_144413.jpg capture_16072011_143849.jpg Pictures are resized automatically to fit. Codetrix handles transparent images too, and enlarges smaller pictures and resizes larger pictures to fit. Codetrix uses a simple old Basic style command set. Like “For, next” and “IF then” and “Repeat until”. The idea was to try and make it human readable, yet use more powerful convenience commands for playing sounds and prompting questions or randomly selecting items. Look at the right panel in the next screen shot… capture_16072011_144714.jpg Sub routine uses a bracketed [name], to call a sub-routine you simply type name() .The right hand panel shows you the routine names you have written and there start and end line numbers so you can keep track. If you run your script it has another panel that shows you the variable names used and there values… capture_16072011_143833.jpg Just the one, “name” contains ‘Slave’:whip: At the moment it has random choice commands, loops and counters, if then, Yes/No boxes, question boxes, a progress meter, input boxes and display adjustment controls, random number generator, fonts choosers, color choosers, editor and command panel. Oh and system variables like day, date and time. And will save to a compressed single file as there are no messy files to distribute. Next I need to add some dialog commands so add your own list boxes, selection for toys and clothing, a personal profile page. But what do you think so far? I cant cover everything it does so far. But were this goes from here is really a question of interest. I need script writers, testers, artists keen to embrace it, and some good old fashioned kinky challenges to write for. Interested in some collaboration perhaps? Were this goes from here is really up to you. It can die here and now, or you can express an interest of some kind or kick about some ideas. What do you think?