Elden Ring PS5 Rune Farming

GPC2 script programming for Titan Two. Code examples, questions, requests.

Elden Ring PS5 Rune Farming

Postby Stevensonnz » Fri Apr 08, 2022 1:38 am

I’ve been trying to make a macro script that farms this specific bird by shooting an arrow or bolt at it then returning to the nearby grace to reset and repeat.

I’ve had minor luck but most of the time the aiming using the sticks messes up and goes off target.

Would anyone else have a solution to this or am I out of luck ?

Thanks
User avatar
Stevensonnz
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Wed Sep 27, 2017 10:35 pm

Re: Elden Ring PS5 Rune Farming

Postby Mad » Fri Apr 08, 2022 10:39 pm

You need to take it real slow. Limiting the sticks to integer rather than fix32 can help.
Code: Select all
main {
    set_val(STICK_1_X, (int)get_actual(STICK_1_X));
    set_val(STICK_1_Y, (int)get_actual(STICK_1_Y));
    set_val(STICK_2_X, (int)get_actual(STICK_2_X));
    set_val(STICK_2_Y, (int)get_actual(STICK_2_Y));
}

Or completely limiting the directions the stick can move to.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Elden Ring PS5 Rune Farming

Postby Stevensonnz » Sat Apr 09, 2022 6:53 am

Mad wrote:You need to take it real slow. Limiting the sticks to integer rather than fix32 can help.
Code: Select all
main {
    set_val(STICK_1_X, (int)get_actual(STICK_1_X));
    set_val(STICK_1_Y, (int)get_actual(STICK_1_Y));
    set_val(STICK_2_X, (int)get_actual(STICK_2_X));
    set_val(STICK_2_Y, (int)get_actual(STICK_2_Y));
}

Or completely limiting the directions the stick can move to.



Thank you for replying. I will try this out next week and report back if I can make it work.

Appreciate your help
User avatar
Stevensonnz
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Wed Sep 27, 2017 10:35 pm

Re: Elden Ring PS5 Rune Farming

Postby Sarahl » Sat Dec 30, 2023 1:28 pm

Stevensonnz wrote:I’ve been trying to make a macro script that farms this specific bird by shooting an arrow or bolt at it then returning to the nearby grace to reset and repeat.

I’ve had minor luck but most of the time the aiming using the sticks messes up and goes off target.

Would anyone else have a solution to this or am I out of luck ?

Thanks

Creating a macro script for bird farming can be tricky due to the precision needed in aiming.eight ball online
User avatar
Sarahl
Private
Private
 
Posts: 1
Joined: Sat Dec 23, 2023 1:39 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 220 guests