Thread for your script-related questions
-
- Posts: 1459
- Joined: January 28th, 2022, 7:18 pm
- Location: Planet Z
Re: Thread for your script-related questions
Out of curiosity, does there exist a GPU accelerated version of catforce, I’m assuming not because there is currently not mention of such a script. Is someone willing to make one if necessary?
- Banananananan
- Posts: 152
- Joined: May 5th, 2024, 8:52 pm
Re: Thread for your script-related questions
is there a python script of hacked apgsearch 1.x i can use in replit?
Re: Thread for your script-related questions
I want to know, which guns in collection (in directory full of rle files) contain specific object (Rich's p16 for example).
Is there a program that allows to do such search?
If not, I plan to make one.
upd: Done.
Is there a program that allows to do such search?
If not, I plan to make one.
upd: Done.
Last edited by Vort on August 10th, 2024, 3:11 pm, edited 1 time in total.
Re: Thread for your script-related questions
There's some Python code in this "recognizer" folder that could be adapted to do that task fairly well -- but not particularly quickly.Vort wrote: ↑August 10th, 2024, 7:21 amI want to know, which guns in collection (in directory full of rle files) contain specific object (Rich's p16 for example).
Is there a program that allows to do such search?
If not, I plan to make one.
A much more efficient option would be lifelib's pattern-matching functionality. Documentation for some lifelib functions is still somewhat sparse and potentially puzzling, but there are code snippets like this one available that show how it works.