向上
  • 模组和文件
    • 所有文件
    • 独占内容
    • 作者文件
    • 本周最佳文件
    • 上传文件
  • 新闻
  • 作弊
  • 文章
  • 指南
  • ZH-CN
新的评论
GTA 6 GTA 5 GTA San Andreas GTA 4 侠盗猎车手:罪恶都市 GTA 3 荒野大镖客:救赎2 红死 Redemption 其他游戏 开发模组 其他
  • 模组和文件
  • GTA San Andreas
  • 程序
  • 资源解锁
  • Библиотека CLEO 4 (4.3.15)

Библиотека CLEO 4 (4.3.15)

  • Библиотека CLEO 4 (4.3.15) / GTA San Andreas
GTA San Andreas / 程序 / 资源解锁
作者:
Seemann, Deji
查看更多
作者联系方式:
打开网站
上传了:
Dimon4ezzz 订阅 您已订阅
大小:
802.14 千字节
已上传:
8 三月 2014
下载量:
9K
总下载量: 9093
独特的下载量: 467
9.7 / 10
59 人评价了文件
访客
访客
访客
XiaoJie
访客
访客
访客
访客
访客
访客
访客
访客
访客
Boss Albatros
Смертник
Slava01
ZOMBIE22Rus
Mike Johnson
WineVood
doynikov egor
werffgdls;
maxadenk2000
Riro12
7878Artem
marcovka
Sanekizabinska
Alex_Mercer
GrandROASgtaV
kostya_64
Donny_Gonzalez
lexasm2000
artgarfild1999
evgeni33521
addvans
DshGamess
FabertonWARE
YSV
Mr.Relax
NA.NAZAROV2011
Sanya2047
Maximko
=[D1m0n4IK]=
igorefremov11
чижр
DeVidSonHoli
cgfqlbr
Crytek38
MIlky_ Dad
IMG Tool 2.0
Yurko_UA
还没有人评价这个文件
下载 在 Telegram 中下载 在 Discord 中下载
加入收藏夹 收藏夹
  • 1394275023_cleo4_setup.zip
    来自Virustotal的病毒检查: 文件是安全的 (查看报告)
    下载 (0.78 MB)
  • depositfiles.com
    下载

CLEO 4.3.15 от 25 февраля 2014.

Установку рекомендуется производить с правами администратора (на Windows Vista и выше).

Данная библиотека добавляет возможности для игры GTA San Andreas. Поддерживаются версии 1.0, 1.1 и 3.0 (для Steam). Используются более 100 опкодов, поддерживаются *.fxt и *.gxt файлы для добавления текста в скрипты. Для создания скрипта можно использовать Sanny Builder.

Скрипт имеет расширение *.cs. Для установки скрипта скопируйте *.cs и прилагающиеся файлы в папку ../CLEO.

CLEO библиотека использует ASI Loader.

Большое спасибо Станиславу Головину (listener) за исследование GTA, mfisto за тестирование и советы по разработке, NTAuthority и LINK/2012 за дополнительную поддержку CLEO 3.

Change Log на английском (начиная с версии 4.3):

 cкрытый текст

CLEO 4

--------------------

Change Log

-- 4.3.15 --

* Improvemed compatibility fix for opcodes 0AE1, 0AE2 and 0AE3 with incorrect find_next usage

-- 4.3.14 --

* Fixed 0AAA only returning custom scripts

* Fixed many things which use the \'SCM Block\' or \'Mission Local Storage\' space

* Fixed parameters being passed to script local storage instead of mission local storage through 0A94

* Fixed potential problems with iteration through the script queues (may cause rare and hard to trace bugs)

-- 4.3.13 --

* Fixed crashing when starting a new game after a game has already started with CLEO scripts installed

* Possibly fixed other issues with starting a game with CLEO scripts installed

-- 4.3.12 --

* Fixed string parameter skipping in \'SkipOpcodeParams\' used by CLEO plugins

* 0AC8 now returns a NULL value to the output var if allocation failed (as it did before 4.3a)

* 0AC9 now checks the memory was allocated by 0AC8 before attempting to free it

* FXT references are now case insensitive (as they were before 4.3a)

* File operations now check the input handle isn\'t null (as it seems was the way before 4.3a)

* \'Loaded mission\' status now reset on new/loaded game (as it was before 4.3a)

* Scripts no longer load prematurely (like before 4.3a)

* Resolved conflicts with other menu hooks such as \'HUME\'

* Other minor tweaks

-- 4.3.11 --

* Fixed crash with 0ADA in scripts beginning with an opcode ending in \'00\'

-- 4.3.10 --

* Improvements to opcodes 0AE1, 0AE2 and 0AE3 - now loops around the pool even when the \'find_next\' flag isn\'t used correctly

* Fixed 0AD2 not returning peds targetted with the mouse, while targetting with a pad worked

-- 4.3.9 --

* Will now be able to start a CLEO mission after recently finishing a standard mission

* Will no longer error & terminate when scripts fail to open and instead simply log the error

* Will no longer terminate on warnings

* No longer includes paths in automatically generated script names (e.g. cleodirdemo.cs is now named \'demo.cs\' and not \'dirdem\')

* Improved handling of script load errors

-- 4.3.8 --

* Fixed crash which would occur when missions were ended with 004E

-- 4.3.7 --

* Custom missions launched by CLEO scripts now inherit their compatibility mode - possibly fixing incompatibilities with mods using custom missions

* The current directory set by 0A99 is now script-dependant and only affects running CLEO scripts (not the entire game or the main.scm)

* Text and texture/sprite draws are now script-dependant (doesn\'t affect main.scm scripts)

-- 4.3 --

* Replaced code which dynamically allocated and deallocated memory for script parameters every time 0AA5-0AA8 were called with static arrays

* Removed a script execution loop replacement which wasn\'t used for anything important and weirdly only worked with 1.0US that caused crashes with script logging plugins

* Added support for Steam (v3) versions of gta_sa.exe

* Prevented the local storage from being initialized in SCM functions when the script is in CLEO 3 compatibility mode (\'.cs3\' extension)

* Updates to behaviour of following opcodes:

0A99 - CHANGE_DIRECTORY can now correctly change to the program directory

0A9A - OPEN_FILE now uses a \'legacy\' mode when passing an integer as the mode parameter for compatibility of CLEO file handles and SA file handles

Note that you should really not pass CLEO file handles to game functions. However, this legacy mode now ensures that the handles are compatible.

Other file functions have also been updated ensuring that game file handles are passed to relevant game functions.

It is recommended to not rely on passing files to game functions and instead use CLEO 4\'s in-built file functions in future.

0AD1 - CALL now accepts string input, which is passed as a string pointer following string convention

0AD4 - SCAN_STRING now returns a condition result

0AE6 - FIND_FIRST_FILE now accepts string array output

0AE3 - FIND_ALL_RANDOM_OBJECTS_IN_SPHERE now ensures no fading objects are returned and returns -1 instead of 0 on failure

0AE2 - FIND_ALL_RANDOM_CARS_IN_SPHERE now ensures no script vehicles or fading vehicle are returned and returns -1 instead of 0 on failure

0AE1 - FIND_ALL_RANDOM_CHARS_IN_SPHERE now ensures no script characters or fading characters are returned and returns -1 instead of 0 on failure

0ADF - ADD_TEXT_LABEL now updates existing text labels if they already exist

0AD6 - IS_END_OF_FILE_REACHED now returns true if a file error occured

0AD2 - GET_CHAR_PLAYER_IS_TARGETING now returns -1 instead of 0 when no target is found

0AB5 - STORE_CLOSEST_ENTITIES now ensures no script entities or fading entities are returned and ensures the player ped is not returned

评论 7
© 2008- LibertyCity
创建者和开发者: Evgenii Sokolov
未经管理层或相关所有者的许可,严禁复制材料。
写信给我们
移动版 电脑版本
模组和文件 新闻和文章 作弊和指南 用户
点击这里进行高级文件搜索