0.7.11 Update

Version 0.7.11 has just been released. It brings some minor fixes and some improvements resulting from user requests.

version 0.7.11

  • Added some Core icons and frames.
  • Added Charsheet Template project.
  • Sometimes pasting controls created duplicated names. Fixed.
  • Initalize body of new XML files.
  • Added new rsw_combobox template with new getSelectedValue method.
  • Group ruleset wizard templates and scripts into new rulesetwizard folder

New Charsheet Template project

From this version you can find in the ruleset wizard installation directory a new project file: Charsheet Template.rwp.

This project contains a full reworking of the CoreRPG character sheet made with the Wizard’s tools. This project is intended to serve as a quickstart for those users (probably all of them) who need a solid starting point from which to begin designing their character sheet.

To use it just create a new project and import this file. From there you can delete those parts you don’t need and modify the rest according to your needs.

New rsw_combobox template

The standard combobox control that comes with CoreRPG (called Dropdown List in the Wizard’s toolbox), has always had a major shortcoming, it does not have a method to get the value of the selected item. From now on Ruleset Wizard projects will use by default a new template of this control that incorporates the getSelectedValue() function, which allows to obtain this value.

The original CoreRPG template will be used in two cases:

  • If the Exclude Ruleset Wizard files from compilation option is checked.
  • If the Dropdown list control has the Advanced Template property set to “combobox”.

New rulesetwizard folder in project result files

From now on, all script and template files of Ruleset Wizard will be grouped into a folder called rulesetwizard, located in the root of the output file (.pak or .ext).

2 comments

  1. Update from within Ruleset Wizard does not work on Windows 11…It seems to download but then the following message occurs (sorry for my german environment, I hope you can figure out what prevents me from installing the update)…or did I something wrong?

    Windows ® Installer. V 5.0.22000.1
    msiexec /Option [Optionale Parameter]
    Installationsoptionen

    Installiert oder konfiguriert ein Produkt.
    /a
    Administrative Installation – Installiert ein Produkt im Netzwerk.
    /j [/t <Transformliste] [/g ]
    Kündigt ein Produkt an – m für alle Benutzer, u für den aktuellen Benutzer

    Deinstalliert das Produkt.
    Anzeigeoptionen
    /quiet
    Hintergrundmodus, keine Benutzerinteraktion
    /passive
    Unbeaufsichtigter Modus – Nur Statusleiste
    /q[n|b|r|f]
    Legt die Benutzeroberfläche fest.
    n – Keine Benutzeroberfläche
    b – Einfache Benutzeroberfläche
    r – Reduzierte Benutzeroberfläche
    f – Vollständige Benutzeroberfläche (Standard)
    /help
    Hilfeinformationen
    Neustartoptionen
    /norestart
    Kein Neustart nach Abschluss der Installation
    /promptrestart
    Benutzereingabe, falls Neustart erforderlich ist
    /forcerestart
    Computer nach Abschluss der Installation immer neu starten
    Protokolllierungsoptionen
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*]
    i – Statusmeldungen
    w – Nicht schwerwiegende Warnungen
    e – Alle Fehlermeldungen
    a – Ausführung von Aktionen
    r – Aktionsspezifische Einträge
    u – Benutzeranforderungen
    c – Ursprüngliche Benutzeroberflächenparameter
    m – Informationen betreffend zuwenig Arbeitsspeicher oder schwerwiegendem Abbruch
    o – Meldungen betreffend zuwenig Speicherplatz
    p – Terminaleigenschaften
    v – Ausführliche Ausgabe
    x – Zusätzliche Debuginformationen
    + – An vorhandene Protokolldatei anhängen
    ! – Jede Zeile ins Protokoll aufnehmen
    * – Alle Informationen mit Ausnahme der Optionen v und x protokollieren
    /log
    Entspricht /l*
    Aktualisierungsoptionen
    /update [;Update2.msp]
    Übernimmt Update(s).
    /uninstall [;Update2.msp] /package
    Entfernt Update(s) für ein Produkt.
    Reparaturoptionen
    /f[p|e|c|m|s|o|d|a|u|v]
    Repariert ein Produkt.
    p – nur wenn eine Datei fehlt
    o – wenn eine Datei fehlt oder eine ältere Version installiert ist (Standard)
    e – wenn eine Datei fehlt oder eine gleiche bzw. ältere Version installiert ist
    d – wenn eine Datei fehlt oder eine andere Version installiert ist
    c – wenn eine Datei fehlt oder die Prüfsumme nicht mit dem berechneten Wert übereinstimmt
    a – Erzwingt die Neuinstallation aller Dateien
    u – Alle erforderlichen benutzerspezifischen Registrierungseinträge (Standard)
    m – Alle erforderlichen Computerspezifischen Registrierungseinträge (Standard)
    s – Alle vorhandenen Verknüpfungen (Standard)
    v – Führt von der Quelle aus und speichert das lokale Paket zwischen
    Öffentliche Eigenschaften festlegen
    [PROPERTY=Eigenschaftswert]
    Weitere Informationen betreffend der Befehlszeilensyntax erhalten Sie im Windows ® Installer SDK.
    Copyright © Microsoft Corporation. Alle Rechte vorbehalten.
    Teile dieser Software basieren zum Teil auf der Arbeit der Independent JPEG Group.

Comments are closed.