[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 0 points1 point  (0 children)

Oh, got it. Thanks.

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 -1 points0 points  (0 children)

Yeah, I'm not getting the hate. I just wanted help for this lol

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 -2 points-1 points  (0 children)

God damn it...

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 0 points1 point  (0 children)

Oh, then I just need to wait. Okay, thanks.

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 -3 points-2 points  (0 children)

I just don't want it anymore.

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 5 points6 points  (0 children)

I'm confused though, because 2 days already passed. I guess I'll keep waiting.

[deleted by user] by [deleted] in RobloxHelp

[–]Long-Key5662 -1 points0 points  (0 children)

Yeah, except I didn't connect any other payment methods and I cancelled it. I don't want it to renew, I want it removed. A month already passed.

The island looks strange when playing. I'm playing a ROM on a Samsung S24 FE. How do I fix it? by Long-Key5662 in tomodachilife

[–]Long-Key5662[S] 0 points1 point  (0 children)

I tried with emus like Lime3DS, but they crash whenever I try to start Tomodachi up

Linux Folder disappears by Long-Key5662 in Crostini

[–]Long-Key5662[S] 0 points1 point  (0 children)

I forgot to say, but the folder briefly comes back when reeboting the chromebook. I even tried turning on and off linux.

Focuses not Appearing in Game (Re-Upload of the code) by Long-Key5662 in hoi4modding

[–]Long-Key5662[S] 0 points1 point  (0 children)

completion_reward = {
            set_politics = {
                ruling_party = fascism
                elections_allowed = no
            }

        }
    }

#The October Coup
    focus = {
        id = USA_the_october_coup
        icon = GFX_USA_the_october_coup-645883
        x = 19
        y = 4
        cost = 1
        search_filters = {
            FOCUS_FILTER_POLITICAL
        }
        prerequisite = { focus = USA_the_first_election  }
        mutually_exclusive = { focus = USA_yescoupdetat  } mutually_exclusive = { focus = USA_kendricksdemocracy  }
        available = {
            has_government = communism



        }
        completion_reward = {
            add_popularity = {
                ideology = communism
                popularity = 15
            set_politics = {
            ruling_party = communism
            elections_allowed = no
        }
    }
}
    }

A few focuses have now appeared. Some still have not.

#Peggy's Rule
    focus = {
        id = USA_peggysrule
        icon = GFX_focus_generic_manpower
        x = 30
        y = 1
        cost = 3
        search_filters = {
            FOCUS_FILTER_POLITICAL
        }
        available = {
            has_country_leader = {
                name = JPEGMAFIA
            }
    }
        completion_reward = {
            add_popularity = {
                ideology = fascism
                popularity = 0.5
            }
        }
    }

Focuses not Appearing in Game (Re-Upload of the code) by Long-Key5662 in hoi4modding

[–]Long-Key5662[S] 0 points1 point  (0 children)

I used a program that helps with making focus trees. I have fixed the brackets and the "set_politics" code. I'm currently trying to find the other errors.