How to exclude items from game search


Problems running or configuring the software, commands & options, compiling, different platforms, using the interface, documentation, etc.

wux

Halls Hopper

Posts: 62

Joined: Monday, 30th April 2012, 22:29

Post Saturday, 4th August 2012, 08:53

How to exclude items from game search

Hi guys.

Hoping someone can help me with this. I have been through the options guide and I cant seem to find out how to do the below. There is a section on options for "Travel and Exploration" in the guide but it doesnt explain it very clearly, unless my brain is more fuddled than usual tonight.

Searching
How do I prevent certain items from showing up when I perform a search using Ctrl-F.
For example - corpses and skeletons

Auto-Explore/Travel/Resting
How do I prevent it from stopping when -
my hunger state changes
my corpse chunks rot or disappear

Thanks,
Wux

Spider Stomper

Posts: 243

Joined: Sunday, 28th August 2011, 14:04

Post Saturday, 4th August 2012, 09:23

Re: How to exclude items from game search

wux wrote:Searching
How do I prevent certain items from showing up when I perform a search using Ctrl-F.
For example - corpses and skeletons

Use a regular expression like this:
something && !!corpse && !!skeleton

wux wrote:Auto-Explore/Travel/Resting
How do I prevent it from stopping when -
my hunger state changes
my corpse chunks rot or disappear

Add these lines to your init.txt:
  Code:
ignore := runrest_ignore_message
ignore = You are feeling hungry
ignore = You are feeling very hungry
ignore = You are near starving
ignore = You smell rotting flesh
ignore = You smell something rotten
ignore = Some of the corpses in your inventory have partially rotted away
ignore = Some of the chunks of flesh in your inventory have completely rotted away

wux

Halls Hopper

Posts: 62

Joined: Monday, 30th April 2012, 22:29

Post Saturday, 4th August 2012, 12:42

Re: How to exclude items from game search

wux wrote:
Searching
How do I prevent certain items from showing up when I perform a search using Ctrl-F.
For example - corpses and skeletons

Use a regular expression like this:
something && !!corpse && !!skeleton


Thanks Commander C. But I should of clarified this by saying that I meant to make it so these things never show up in all my searches. Am I able to do this in the options?

Add these lines to your init.txt:
Code:
ignore := runrest_ignore_message
ignore = You are feeling hungry
ignore = You are feeling very hungry
ignore = You are near starving
ignore = You smell rotting flesh
ignore = You smell something rotten
ignore = Some of the corpses in your inventory have partially rotted away
ignore = Some of the chunks of flesh in your inventory have completely rotted away


Great, I will try this tonight.

Return to Technical Support

Who is online

Users browsing this forum: No registered users and 6 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.