Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 623 Homebrews mit über 3.211.347 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: mario kart

Wiimms SZS Tools v1.16a r4313

Wii, Wii: Update , , ,

Wiimm hat seine SZS-Tools aktualisiert.

Download

 - Bug fix for BTI detection (reduce false positives).

 - wkmpt COBJECT --draw=ckpt: Draw lines to next point and to point linked
   by the 'next' member.

 - New command: wszst ENCODE: Works like wszst CREATE, but will not create a
   first level archive. The intension is to create and update all subfiles.
   'wszst ENCODE' can be used as a prepararion before using 'wszst UPDATE'.

 - New mode for --kmp: FIX-CKNEXT: Automatic calculation of the 'prev' and
   'next' links of KMP section CKPT.
   See http://szs.wiimm.de/opt/kmp for details.

 - Slot 4.2 detection: Improved 'moonview' detection, because MDL.s10
   'polygon11' and 'polygon60' are searched and their size is checked.

 - Command 'wszst SLOTS': Slots are assigned to output columns now.

 - Windows 'SendTo' commands: Fix handling of filenames with spaces.
   Reinstall the SendTo files with 'sendto-install.bat'.

 - New Windows 'SendTo' commands:
    - clean-KCL-of-SZS: Normalize a SZS, drop unneeded KCL triangles and
      rebuild the KCL octree.
    - adjust-minimap: Adjust the minimap of SZS, BRRES and MDL files.

 - Object DB updated.

via szs.wiimm.de Mit einem Klick auf diesen Link verlässt du die WiiDatabase

Wiimms SZS Tools v1.15a r4300

vWii, Wii, Wii: Update , , , ,

Wiimm hat wieder seine SZS Tools aktualisiert! Diesmal mit allerhand Bugfixes.

Download

 - New docu file: INSTALL.txt

 - Mac+Linux+Unix: Script 'install.sh' will call itself with 'sudo' if not
   started by user 'root'. Read INSTALL.txt for details.

 - Windows: Cygwin updated.

 - Better detection of UTF-8 files with byte order mark (BOM). Tool wbmgt will
   accept those files now.

 - Bug fix: wbmgt CAT: The option --patch is now processed.

 - Bug fix: wbmgt ENCODE: Wrong file naming fixed.

 - Bug fix: Option --kcl: If no 'DROP*' mode is set, the tools drops all bad
   triangles automatically. For an existing octree, it is only 'DROP-UNUSED'.

 - Check KCL+KMP: The checks are now done after patching.

 - New option --kmp=modes: It works like --kcl=modes to define KMP jobs and
   modes. The first modes are:
    - NEW        : Scan KMP and create a new one.
    - RM-SPCITEM : Clear 'special items for players' setting of the 6 item box
		   object types.
    - FIX-CKPH   : Fix the section CKPH.
    - FIX-ENPH   : Fix the section ENPH.
    - FIX-ITPH   : Fix the section ITPH.
    - FIX-PH     : Short cut for: FIX-CKPH,FIX-ENPH,FIX-ITPH.
    - INPLACE    : Force inplace replacing of KMP files (old mode).
    - LOG        : Debug: Enable KMP specific logging.
   The fix modes are EXPERIMENTAL!
   See http://szs.lemmi/opt/kmp for details.

via szs.wiimm.de Mit einem Klick auf diesen Link verlässt du die WiiDatabase

Wiimms SZS Tools v1.14a r4274

Wii, Wii: Update , , ,

Wiimm hat auch seine SZS Tools aktualisiert.

Download

 - wkmpt CHECK (and all commands calling this function internally):
   4 new tests for sections CKPH, ENPH and ITPH:
    - The section must not be empty (WARNING).
    - Only ITPH: The first 'next' link must be valid (WARNING).
    - Each group must have at least one valid 'next' link (WARNING).
    - Each group must have at least one valid 'prev' link (HINT).
   See http://szs.wiimm.de/cmd/wkmpt/check#testlist for all tests.

 - Option --kcl-script can now be used multiple times to execute multiple
   kcl script in the entered order.

 - Two new parser functions to identify the source within a script: isKCL()
   and isKMP(). Both functions return 0 for false, 1 for true or 2 for true,
   if the source is named 'course.*' (main KCL/KMP file).

via Wiimm.de Mit einem Klick auf diesen Link verlässt du die WiiDatabase

Wiimms SZS Tools v1.12a r4236

vWii, Wii, Wii: Update , , ,

Wiimm hat seine SZS Tools aktualisiert!

Download

 - Windows version only: Update to Cygwin v1.7.17

 - wstrt TRACKS+ARENAS: The index column shows now the internal zero based
   track index of the track or arena instead of a simple track counter.

 - wstrt FIND -lll: Additionally print the slot index and the internal index
   (both zero based) before the file names.

 - New command: wbmgt CAT: Print decoded BMG files to stdout. If a source is
   a SZS file and no subfile is entered, subfile './message/Common.bmg' is
   printed.