Highlight all objects in the room ...

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
byte008
Posts: 2
Joined: Thu Jan 04, 2007 10:20 am

Highlight all objects in the room ...

Post by byte008 »

Is it possible (perhaps with the debugger) to highlight all objects in the room (like in Simon)?

I find it very annoying to miss a crucial item and having to backtrack huge distances ...
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

And which game(s) are you talking about, then?

In case you are referring to SCUMM games: No such way exists.
byte008
Posts: 2
Joined: Thu Jan 04, 2007 10:20 am

Post by byte008 »

I downloaded the source and added that functionality. Thanks again for all the help in the IRC channel. One easy way to do it is to modify ScummDebugger::Cmd_PrintObjects and then use the debugger to highlight the objects.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

You could always submit a patch to the tracker, telling people how you did that
User avatar
clone2727
Retired
Posts: 1611
Joined: Fri Jun 09, 2006 8:23 pm
Location: NJ, USA

Post by clone2727 »

md5 wrote:You could always submit a patch to the tracker, telling people how you did that
Yes, please. Even if it's not accepted, I might just have to build it myself :wink:
User avatar
ssdsa
Posts: 42
Joined: Tue Nov 01, 2005 10:19 pm
Location: Cologne, Germany

Post by ssdsa »

byte008 wrote:I downloaded the source and added that functionality. [...] One easy way to do it is to modify ScummDebugger::Cmd_PrintObjects and then use the debugger to highlight the objects.
Yes, please share your findings with us. I'd be very glad to have a look at your source code modifications.
Post Reply