Jump to content

Item Highlight


The5thRider

Recommended Posts

Hi, as I was playing a modded version of FO3, which includes a bunch of mods increasing number of spawned enemies per spawn point, I encountered a loot problem. After looting all those enemies I got overburdened almost after every fight (heavy sneaking tactics) so I must drop most of the stuff on the ground, later, get my bike, and salvage all the dropped loot, the thing is I can't always see or remember where I did leave the stuff I was carrying, so my request would be a script or sth. that gives some kind of a shader over a item, in a configurable (or infinite) radius from the player, to highlight it on the ground, something (for Oblivion users of Midas Magic) a detect "Magic" items mod, this function could Be implemented as a perk, or a quest or just a default function to the game world, similar functionality was in Diablo series (Diablo 1 hellfire, Diablo2)

I think that this shouldn't be too much of a problem for a skilled scripter :)

 

Regards

Link to comment
Share on other sites

You could always drop a light (provided by groovatron, lights, or glowsticks mods) and use Book of Mark to mark the place and easily travel back. :)
Link to comment
Share on other sites

  On 7/9/2010 at 11:15 PM, evilneko said:

You could always drop a light (provided by groovatron, lights, or glowsticks mods) and use Book of Mark to mark the place and easily travel back. :)

 

I didn't realize that there is such a mod :), but it doesn't solve loot left in buildings/collapsed tunnels and such, some tunnels are so widely connected that You'd have to walk overburdened through several locations to get topside. (or make several trips, not overburdened)

 

Anyway as I was thinking more and more about this, this could be made as a "Wasteland Scavenger" Perk, so You could SEE more, that You can differ the rubble from the REAL thing lying around in the destroyed world not just the stuff You drop on the ground and then try to find it, the Mark Racall Book just solves the problem of intentionally left stuff.

 

Regards

Link to comment
Share on other sites

Maybe a perk that placing those annoying red exclamation signs (a bit smaller, and upside down, like an arrow) on top of the stuffs that you can take and on the lootable boxes, armor cases and such ?

But yeah, it would be a lot of work I guess. :confused:

Link to comment
Share on other sites

Highlighting all objects of a certain type within a certain radius of the player by applying a shader wouldn't be particularly difficult. The easiest way to do it would be to highlight all items within a radius of the player when they activate the ability, and remove the shader when they deactivate or reactivate the ability, instead of constantly updating the highlighted object while the player moves about with the ability active.

 

A simple reference walk that checks the type of a reference and its distance from the player, then applies the shader and adds the reference to a form list (so the shader can be removed later) would be all that's required, in terms of scripting. For example, this script will apply a shader to nearby weapons when the "N" key is pressed, and remove it when the "M" key is pressed:

  Reveal hidden contents

 

Cipscis

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...