Stacklands

Stacklands

90 ratings
Extra Search Mod
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
9.832 KB
31 Jul, 2023 @ 5:59pm
2 Nov, 2024 @ 5:51am
6 Change Notes ( view )

Subscribe to download
Extra Search Mod

Description
Stacklands Extra Search Mod

Lets you right click on a Card and search for all Ideas that use the Card as component.

  • Right Click on a Card to add the Cardname into the search textfield. (The Grab Button on Controller)
  • Press the button under the searchfield to toggle between the searchmodes.
    • Title Search, goes through the Ideas and displays all that contain the searched Term in the Title. (original Search)
    • Description Search (activated by Default), displays all Ideas that contain the searched Term in the Idea description.

Because it searches through the description, there might be some Idea results that dont use the searched Card as component but use the name in the flavour text description.

Should be compatible with the BetterMouseControls-Mod.

Development

  • uses the Stackland mod-template [github.com] as basis
  • Build using
    python build.py
    in the mod root folder

Links


Changelog

  • v0.0.6
    • Fixing the dependencie on Better Mouse Controls, should now work with and without it.
  • v0.0.5
    • Fixing the mod for the new Update with the DLC
    • The Input is now bound to the Grabbing Button. (Right Mouse Button, or A on Controller)
    • The Controller cant toggle the search Mode, i couldnt figure it out.
  • v0.0.4
    • Adding hight constrains to the buttons
  • v0.0.3
    • Added a button to clear the searchfield
    • Added when right clicking on an empty field the searchfield gets cleared
  • v0.0.2
    • Added a button to change the searchmode under the searchfield
    • Button also displays the active mode
    • F no longer changes the seachmode
    • Fix bug when searching with the searchfield and not the expected results are found
  • v0.0.1: Initial release
Popular Discussions View All (1)
0
14 Aug, 2023 @ 7:05am
Requirements only search
nbk_redspy
33 Comments
martingolding96 29 Dec, 2024 @ 9:25pm 
This is what the in-game search should already be great mod.
ripronhardy 29 Nov, 2024 @ 4:36pm 
The description/title and clear buttons are incorrectly sized
Yorple 28 Nov, 2024 @ 3:41pm 
filter options are incorrectly sized on ideas panel
Aziraphale 7 Nov, 2024 @ 9:33pm 
hey side note since their don't seem to be many active modders in English any way you could make a dlc in main mod that has the latest DLC?
Braumble  [author] 2 Nov, 2024 @ 11:54am 
What do you mean with them overlapping the side bar ?
Delzkie 2 Nov, 2024 @ 9:58am 
i know it works fine but the title/description and clear button overlaps the side bar. is there any way that you can make the buttons smaller?
Braumble  [author] 2 Nov, 2024 @ 5:57am 
Your right i accidentally made the mod dependent on how Better Mouse Control makes a Card Grabbable. I forgot that you cant do that in the base game xD. It should now be fixed to work with and without it.
Braumble  [author] 2 Nov, 2024 @ 5:54am 
Thanks ^^
lydocia 2 Nov, 2024 @ 3:09am 
Thanks for the update!
SpookySunday 1 Nov, 2024 @ 8:34pm 
Okay, I did a little bit of research and it works now. More interesting, I think I found the reason for the issue and that might be of value for other users, so I'll give a brief explanation here.

So I tried out the controller like you suggested and it worked fine.
Why does it work just fine with the controller, but not with the right mouse button?

Here is why:
To exclude mod conflicts as a reason I deactivated the BetterMouseControls-Mod beforehand, more precisely I deactivated the "drag with right mouse button" function. Funnily enough, I think exactly that seems to be the reason why the mod was not working for me.
Idk how the BetterMouseControls-Mod works exactly, but it seems to deactivate the right mouse functionality as a whole, not only for dragging. As a result, the right mouse button did not work properly for the function of your mod, but the controller did.

Kinda ironic, that my precaution to prevent a mod conflict was the reason in the first place.