Guest book

Pages: [1] 2 3 4 5 6 7 8 9 10 ... 244 245 246 247 248
27.12.2025 01:20 Guest
Пожалуйста, помогите мне правильно ввести код в консоль, чтобы очистить инвентарь главного персонажа.

По-видимому, это должно работать с помощью команды "#clear_invent", но у меня не получается.
NeiroN, answer to: Guest
[objects.remove_item_from_inventory("ALTER_EGO", x[0][0]) for x in objects.get_inventory_ids("ALTER_EGO")]
08.06.2025 10:53 Guest
Здравствуйте. Начала появляться ошибка E_Fail при переходе в любую другую локацию. Игра с модами.
21.05.2025 11:59 Guest
Колоссальная работа, моё почтение!
11.05.2025 04:08 NeiroN
found out why sometimes the car in Casa Verde doesn't drive: the attribute "human_player_can_drive" flies off, it should be 1, but for some reason it is 0. Solution - added the attribute setting code to the drugcar_start() function objects.set_attribute("DRUGCAR", "human_player_can_drive", True)
Guest, answer to: NeiroN
Thanks for your work
23.11.2024 11:41 Guest
Good day. Is it possible to somehow delete an item from a merchant's inventory without buying it?
BrainRipper, answer to: Guest
For what?
Guest, answer to: BrainRipper
There is simply a code to delete an item from an NPC, but as far as I understand, it doesn't work on the seller.
25.09.2024 05:59 NeiroN
Hello, is there a way to convert diff3d back to ase? Maybe there is a source C:DevcommonCodeFileFormatsdiffdiff.cpp? The decompiler does not give a very clear code. I had an idea to transfer the game to WebGL2 and the BabylonJS engine.
Development by Sergey A.Zhukov 2007-2012