2 months ago

News on update 11.02.2025

Hello everyone, I'm talking about the latest grandiose🀩 news.


At the moment:

πŸ”§ 1. Basic capabilities for the map editor are done (in the future they will be improved/corrected)

πŸ”§ 2. Now, in addition to the multi-threaded system in the game engine, there is also a system in Lua scripts, which allows you to perform many tasks separately from the main script thread. Called for example: thread( testFunction )

πŸ”§ 3. Accordingly, replacing functions in Lua scripts instead of engine:* (namespace - namespace) instead of for example, now the call is carried out: Was: engine:PropCreate(0, "geom_tunnel_06.mep", "geom_tunnel_06.ME2.s0.mtx", "0.0;0.0;"..z, "-90.0;0.0;"..is, 0.1) Became: propTest1 = cl_exec( "PropCreate", 0, "geom_tunnel_06.mep", "geom_tunnel_06.ME2.s0.mtx", "0.0;0.0;"..z, "-90.0;0.0;"..is, 0.1 )

πŸ”§ 4. At the moment, I am creating a basic part of the multiplayer for the game project.. And about the game project... we'll talk later! I'm waiting for your activity in the form of likes, comments, invite friends) I'll be glad for the activity, thank you!



0 comments

Loading...

Next up

News on update 25.05.2024

Good evening! We are testing the railroad in the game engine.

Like it. πŸ‘ There are two videos here. I will also be glad to repost to friends)

News on update 19.01.2025

Things are going slowly, I am improving the work in the map editor in addition to rendering, namely the program interface!

News on update 26.03.2025

Hello everyone, the diesel station model is almost ready, it looks like this (lua scripts).. In the end, I even managed to make a small animation of the rotation of the blades of the cooling fan.

News on update 28.12.2020

Good evening, I decided to add a dev log to show the progress of the work) And yes, if anyone is interested in technical info, then we decided to move from GTK3 to MFC.

News on update 20.03.2025

Hello everyone! As always, we are actively preparing interesting content for you!!

News on update 01.06.2022

The company OOO "Zelinsky Group" became our official partners. What does this mean for us: 1. Active promotion of the project by providing materials. 2. Release of licensed 3D models of the game. The further, the cooler =) πŸ‘πŸ»

News on update 07.03.2025

1. The inspector has been rewritten, otherwise the old one worked very poorly and led to a crash.

2. A tool has been made in the map editor for converting 3D models (into the format: ME2) and textures (into the format: GI)

News on update 28.12.2024

Good evening. Found during the development of the game fixed important problems.

https://www.moddb.com/engines/motion-engine-2/news/news-on-updat…

News on update 07.01.2025

The first shadows in the project! Happy Christmas Eve to everyone!!

News on update 02.11.2023

Good evening! I'm trying to implement a color change when the mouse cursor hovers over the text, and in the future I'll do click processing in Lua)

By the way, the screen is drawn using Lua scripts + a resource scheme json file.