Página 1 de 2

[MoonLoader] AutoID

Enviado: 18 Jan 2021, 04:34
por HzanRsxa2959
Main topic on GTAForums.
Tutorial.

This mod aims to solve the age-old issue of model ID conflicts in mods that add models for GTA SA.

Re: [MoonLoader] AutoID

Enviado: 18 Jan 2021, 10:51
por Crowdigger
link off

Re: [MoonLoader] AutoID

Enviado: 18 Jan 2021, 22:22
por HzanRsxa2959
Crowdigger escreveu:
18 Jan 2021, 10:51
link off
Yeah, the topic was pending approval when it was posted and the many times when it was edited. It may be 'cause I have a very low reputation there.

Re: [MoonLoader] AutoID

Enviado: 22 Fev 2021, 01:06
por HzanRsxa2959
AutoID just received a gigantic update!
Version 2.0 released!

I forgot to post here earlier. Sorry about that.

Re: [MoonLoader] AutoID

Enviado: 26 Fev 2021, 15:13
por HzanRsxa2959

Re: [MoonLoader] AutoID

Enviado: 26 Fev 2021, 16:41
por HzanRsxa2959

Re: [MoonLoader] AutoID

Enviado: 26 Fev 2021, 17:20
por HzanRsxa2959

Re: [MoonLoader] AutoID

Enviado: 26 Fev 2021, 17:54
por HzanRsxa2959

Re: [MoonLoader] AutoID

Enviado: 26 Fev 2021, 18:37
por nadalao
what happens when someone tries to use a mod that is a adapted for autoid, but autoid is not installed?

Re: [MoonLoader] AutoID

Enviado: 27 Fev 2021, 07:24
por HzanRsxa2959
Well, AutoID cannot do anything then since it is not installed, so the game will most likely crash.

Re: [MoonLoader] AutoID

Enviado: 27 Fev 2021, 08:58
por nadalao
there is a way to check if AutoID is installed? if not, it would be a nice feature

Re: [MoonLoader] AutoID

Enviado: 27 Fev 2021, 10:18
por HzanRsxa2959
Update 2.1.4.
 
nadalao escreveu:
27 Fev 2021, 08:58
there is a way to check if AutoID is installed? if not, it would be a nice feature
You mean for scripts? You can check for AutoID and its version (although it is highly recommended to have the latest version) through its GXT entry:
SpoilerAbrir

Código: Selecionar tudo

{$CLEO .cs}

0ADE: 0@ = text_label_string 'AUTOID'
0AD3: 1@v = string_format "%s" 0@
if 1@v == "2.1.4"
then
    0ACE: show_formatted_text_box "AutoID versio up-to-date."
else
    if 1@V == ""
    then
        0ACE: show_formatted_text_box "AutoID not installed."
    else
        0ACE: show_formatted_text_box "AutoID version out-of-date."
    end
end

0A93: terminate_this_custom_script

The ASI version will certainly have a better method.

Re: [MoonLoader] AutoID

Enviado: 27 Fev 2021, 12:16
por nadalao
thanks! now i can use this mod as a addon and not a just a dependency

Re: [MoonLoader] AutoID

Enviado: 15 Mar 2021, 02:59
por HzanRsxa2959

Re: [MoonLoader] AutoID

Enviado: 25 Mar 2021, 12:20
por HzanRsxa2959