RND Scripter BETA 3 Released for Windows + Linux!

Discussion about Rocks'n'Diamonds, Boulder Dash, Supaplex, Emerald Mine and any other BD hybrid.

Moderators: Flumminator, Zomis

Post Reply
Zomis
Posts: 1502
Joined: Mon Jun 21, 2004 1:27 pm
Location: Sweden
Contact:

RND Scripter BETA 3 Released for Windows + Linux!

Post by Zomis »

RND Scripter BETA 3 for Windows:
http://www.zomis.net/rnd/download.php?id=597

RND Scripter BETA 3 for Linux:
http://www.zomis.net/rnd/download.php?id=476

Changes since BETA 2:
  • - Improved the script editor with line numbers and syntax highlighting
    - Improved documentation at http://www.zomis.net/rnd/rndce
    - Pre-written scripts avalible at http://www.zomis.net/rnd/rndce/showscript.php
    - Many new script functions
    - Process levelset - Execute a script on all levels (000-999.level) of a levelset
    - Added options: Autosave, Include rndscripter.zce, backup levels, output non-script messages, Change font
    - Click Script -> Run or Press F9 while script is running to stop execution of script
    - Added three script constants: Levelnumber (Integer), Filename (String), Processing (Boolean)
    - Using the LoadLevel function you can now load more than one level at a time in the same script. Only one level will be saved though
    - Most components disabled to prevent corruption while script is running
    - Fixed some bugs
If there is no worries about this version, this version will be identical to RND Scripter 1.0

rndscripter.zce which includes many Rocks'n'Diamonds constants and functions such as "IS_SOKOBAN" is avalible at http://www.zomis.net/rnd/rndce/showscri ... ndscripter
Place it in your personal rocksndiamonds directory and it can be automatically included in all your scripts to make scripting easier!

RnD Scripter Source Code now avalible!
http://www.zomis.net/rnd/download.php?id=629
Requires Lazarus to compile, for installation guide, check Installing Lazarus on the Lazarus Wiki
Tomi
Posts: 339
Joined: Wed Aug 03, 2005 3:37 pm
Location: Slovakia

Post by Tomi »

> If there is no worries about this version, this version will be identical to RND Scripter 1.0
For such versions, "release candidate" is more fitting than "beta". So this, for example, would be RND Scripter RC-1.
http://en.wikipedia.org/wiki/Release_candidate
Zomis
Posts: 1502
Joined: Mon Jun 21, 2004 1:27 pm
Location: Sweden
Contact:

Post by Zomis »

Tomi wrote:> If there is no worries about this version, this version will be identical to RND Scripter 1.0
For such versions, "release candidate" is more fitting than "beta". So this, for example, would be RND Scripter RC-1.
http://en.wikipedia.org/wiki/Release_candidate
Oh, sorry... didn't know that. Indeed RND Scripter RC-1 would be more fitting in this case. But it's a little bit late to change it now :P
RND Scripter 1.0 will probably be released right after RND 3.2.4

Has anyone tried RND Scripter BETA 3 yet? The windows version has been downloaded 13 times and the Linux version 6 times, but I haven't received any feedback at all :roll:
Zomis
Posts: 1502
Joined: Mon Jun 21, 2004 1:27 pm
Location: Sweden
Contact:

Post by Zomis »

There has already been some changes, some bugfixes and some new features and script functions.

The bugfixes so far are:
Fixed bug which caused RnD Scripter to crash when loading some corrupt levels
Fixed bug with Random function

And new script functions include:
CountElement, FormatDate, FormatTime, Format, MessFmt, Die, Halt;

The next release of RnD Scripter won't be before the next (pre-)release of RnD. Have patience :)
Post Reply