Тёмный

[OpenGTA RC] Give Me Liberty / Luigi's Girls - Dev Gameplay - (A:EN, S:PT-BR) 

Подписаться
Просмотров 54
% 10

From previous videos I have shown, it was pretty much updating the engine behaviour and implementing "mods".
Today, not only I show a gameplay of almost a stable version but the success of the asset loading function.
It is now possible to install OpenGTA's files without overwriting the GTA ones, as well as implementing extra assets that can be put in `opengta/mods` folder.
But it is still far of perfection, as I want to add a few features such as:
- Automatic detection of language from GXT files;
- Lua script translated to mission scripts and vice-versa;
- Extended asset loading: Filter paths from IMG file and address to modded ones;
- Mod menu section: Similar to how Minecraft deal with `resource packs`;
*- Scriptable behaviour, such as editting which type of car will spawn, a way to refuel the vehicle, add more stars... using Lua calls.;
- Remove all the garbage that I threw in the code to develop it with ease.
* I know that CLEO Redux supports re3, but I want to make something that do not need to be downloaded apart to work.
The engine is successfully being rewritten in C and most re3 code is being replaced.
Tested and working on ARM, x86 both 32/64, Linux and Windows. Mobile is still buggy, may need to tinker GLFW.
The repository is NOT open yet, but soon it will be available for sharing ideas.
#############
# EXTRA MODS #
#############
- Brazilian Portuguese subtitles:
www.mixmods.com.br/2019/11/iii-traducao-pt-br-para-gta-3-pc-android-ps2-re3-2021/

Игры

Опубликовано:

 

3 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@AnuranjanNeog
@AnuranjanNeog 3 дня назад
Nice man, keep it up
@Dainey-fs8im
@Dainey-fs8im 2 дня назад
are you planning to stop at only 3 parts, and take on the same VC or SA?
@bendergamer14
@bendergamer14 2 дня назад
The goal is to finish the engine for all 3 given games (3/VC/LCS) and then rewrite the engine in C. I would like to help on the SA project, but I can only help with fixing and improving already "done" code as I do not know how to reverse engineer.