Version : 0.3.2
Change log:
0.3.2 - added support for GTAIV v1.0.3 and
(!) disabled Alice working in MP game
(MP support removed because of R* request)
(i hope that this is temporary)
0.3.1 - added support of standart lua libs functions
(base, table, io, string, math, debug)
0.3.0.5 - rewrited some code for more performance and reliability
0.3.0 - added high-level native-call constructions
0.2.5 - supports patch 1.0.2.0 ,some bugs were fixed
0.2.0 - added test support of CallSpecNative
0.1.0 - 1st beta
1.What is Alice ?
Alice is the gta iv script language engine parts binded
to lua script language.
ps: There are many Lua manuals in the web.
GTAIV.exe v1.0.1.0, v1.0.2.0, v1.0.3.0 are supported only
Alice needs ASI Loader to run . (dsound.dll)
2.What about script files ?
All(*.lua) scripts are running separetly and must be placed
in "GTAIV\Alice" folder , scripts will not restart after
save reloading , all of them is starting with the game .
You can put examples in "GTAIV\Alice" folder and play now =)
3.General scripting information :
GTA IV has many script functions called "Native API" or "natives".
Alice lua script can call any of this functions from itself. |