Is this a bug?
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Is this a bug?
When I'm setting the three amulets at Dark Core, the blue, the left one, disappears behind the Dark Core and I can't no longer get it back. Sorry for so many questions.
-
- Posts: 468
- Joined: Thu May 14, 2020 1:34 pm
Re: Is this a bug?
Yea, that's common to happen. It has to do with the way Exult handles the item droppings. Reload and keep trying
- Gradilla Dragon
Re: Is this a bug?
Same thing with the Erstam machine. You know just move it with hack mover
Re: Is this a bug?
This might be a good thing to fix.
Re: Is this a bug?
Ultima 8/Pentagram handle dragging in an interesting way: while dragging, a transparent version of the object is drawn in the exact place in the world where you would drop the item. This transparent item is also properly 'sorted', so you can see exactly when it would fall behind something.
Might be a feature to consider for Exult as well, although it's probably somewhat tricky to implement.
Might be a feature to consider for Exult as well, although it's probably somewhat tricky to implement.
-
- Site Admin
- Posts: 731
- Joined: Thu May 14, 2020 1:34 pm
Re: Is this a bug?
A consideration is to actually make the object sorting code more like pentagrams which would make something like this easier.
-
- Posts: 124
- Joined: Thu May 14, 2020 1:34 pm
Re: Is this a bug?
Concerning the drops, I have an interesting stack of chests... I think the game engine sometimes misplaces items...
---------------------------------------------------------------------
You're just jealous 'cause the voices only talk to me. :P
You're just jealous 'cause the voices only talk to me. :P
Re: Is this a bug?
In Pentagram, if the item will fall in an inaccessible spot, does it still let you drop it there?
I'm pretty sure the original U7 does a pretty good job of preventing the user from losing objects.
I'm pretty sure the original U7 does a pretty good job of preventing the user from losing objects.
Re: Is this a bug?
You can probably lose items by dropping them in the wrong place in U8 and pentagram. I think it's fairly hard to do it accidentally while dragging an item, though. It's easier to lose items by having something explode... (explosions knock items back and can make them land behind walls)
Re: Is this a bug?
There's now code in Exult that's supposed to prevent you from dropping an item where it would no longer be visible. I'm hoping it doesn't cause any problems.