Skip to content

Release notes version 1.2

RafaelTavares edited this page Oct 24, 2022 · 4 revisions

true

Changes in Range Game Engine 1.2

Python 3.10

RanGE 1.2 has the latest stable version of python with all new features and improvements.

GameEngine DeltaTime

You can now apply framerate independence. We recommend starting using this in your games from now on.

- Warning: DeltaTime was also applied to logic bricks in motionActuator. this will change your speed to the time scale. 
- So it's normal when migrating your project the character to be very slow.

Enable/Disable Python Component Execution in interface

Extremely useful for debug your game.

Range Armor

Finally a new exporter integrated into the engine. You can export your game to several different platforms at once (Windows64, Windows32 and Linux).

RangeArmor is a fork to the BGArmor project.

New MouseLook Method

Now there is a new method to create a mouselook, using mouseDelta, one of the most current ways to make a mouselook. only 3 lines are needed to create!

Without the famous sliding bug when creating a mouseLook or something like that.

Bugs fixed

ToDo!

Misc changes

ToDo!

Clone this wiki locally