Пожалуйста, помогите мне правильно ввести код в консоль, чтобы очистить инвентарь главного персонажа.
По-видимому, это должно работать с помощью команды "#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")]
Здравствуйте. Начала появляться ошибка E_Fail при переходе в любую другую локацию. Игра с модами.
Колоссальная работа, моё почтение!
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
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.
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.