Mire Engine

Posts written by Thejuster

  1. .
    Hello, this is old version of mire engine.
    Download new version at Itch.io

    https://thejuster.itch.io/mire-engine

    This error show because you need to run Mire whit Administrator privilege.
    Have fun.
  2. .
    Mire engine Beta finally Available to download.
    Like this project? plase support whit a small donation if you want.

    Download Mire
  3. .
    Enabled global switch.

    First, need to setup switchs into database.

    unknown

    Next, can call Switch in event editor
    unknown

    In Detail:

    unknown
  4. .
    La data di rilascio si avvicina sempre di più.

    Siamo alla ricerca di Beta Tester.
    Come compenso, vi sarà rilasciata al termine del progetto un Badge e la licenza PRO di mire
    per poter compilare su qualsiasi piattaforma il vostro gioco.

    Chiunque fosse interessato a partecipare come Beta Tester,
    Può iscriversi inviando richiesta in questo topic.
  5. .
    Small BugFixed

    • Fixed: Continue Last Project

    • Fixed: Light Setting [Flickering] and [Enabled]

    • Added: error.log

    • Added: Crash Report

    • Fixed: Updater

    • Removed: A small part of Javascript Light API

  6. .
    Changed Light Identification on Editor
    From this

    unknown

    To this
    unknown


    Added Switch On /OFF Button on Event Editor
    And Atmospheric Nodes

    unknown
  7. .
    New Update .
    Now in mire are available Rain, Snow and Game Time.

    Rain
    sFWxJA


    Snow affected of wind and camera movement

    sXsxRv


    Little Rain Video whit Thunder light



    GameTime Javascript interface

    CODICE
    //Just import Lib
    #include "GameTime.js"

    //declare a variabile whit GameTime constructor
    var time = new GameTime();

    //Get Seconds, minute and hours.

    var timestamp = time.Seconds() + ":" + time.Minutes() + ":" time.Hours();
    //for print to screen  HH:MM:SS


    Edited by Thejuster - 16/4/2021, 21:44
  8. .
    unknown

    New Light Feature.
    * Quality Incrased
    * More Power Reflection
    * PointLight and SpotLight

    And more Fixes
    unknown

    The old system obfuscated the sprites
    The new system highlights the reflections on the walls but does not distort the graphics.

    unknown

    The Reflections bounce everywhere turning almost everything into a 3d scene. the effect is much more elaborate and does not overlap with other pixels of a different color


    Stay tuned for more news :)
  9. .
    Added Teleport Node to switch Map.
  10. .
    New Fixes

    • Fixed Autostart Event

    • Fixed Keyboard Action

    • Fixed NPC Collision

    • Fixed Waitkey in Dialog

    • Improved Build Speed

    • Re-writed Event Editor

    • Added Wireframe mode in Debug



  11. .
    A recently test, i see a bug when player goto in next position.
    if player walking to new coordinates, and user press an'other direction, the player go to new direction but loss
    the perfect coordinates.

    For example player walkin a step of 32 pixel per cells,
    when press first Right then Left now player go to X = 58 example. this is wrong.
    Causes many bug whit collision detection and relative position.
  12. .
    The old MMORpgmaker Server ( for MMO Game )
    Now are switched from C++ to C# Core.

    The reason is simple, dont are important the language, but are very important how to use Socket
    and Thread.

    Managing multiple thread in c++ and comunicating whit external process is not sure.
    In MMORpgmaker can serialize a complex structure like Clustering Alrogithm.
    Whit Header, Body and footer.

    This system resize socket to maximum 50bytes at data sending, whit string, int uint and more information
    closed in unique socket structure.
    Whit C# Core can deserialize a complex structure fast like c++.
    whit a portable cross-platform library.
    Tested on linux geento the performance is very impressive.

    Stay tuned for more news.
  13. .
    *Fixed Select NPC Graphics
    *Fixed Event Name
    *Fixed Debugger Crash
    *Fixed Crash Continue Last Project
  14. .
    *Fixed Crash to creating new Project
    *Removed Recent Project List
    *Debugger Disabled

    Immagine
  15. .
    Si è deciso di spostare la funzione "Set Startup Location" dalla Modalità Eventi -> Tasto Destro del Mouse,
    Al settaggio nella schermata del Database.

    png

    Scheda System ->

    png

    In ordine di squeza.
    1) Click sui punti ...
    2) Si sceglie la mappa di Avvio
    3) Doppio click in un riquadro per scegliere le coordinate

    Edited by Thejuster - 9/12/2020, 09:11
55 replies since 2/2/2006
.