Replies: 2 comments 1 reply
-
try this
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same problem, i guess strip no longer works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having problems in FF2 rewrite weapons config.
I want to replace the jumper weapons, Sticky Jumper and Rocket Jumper to default weapons, Sticky Launcher and Rocket Launcher because I think they're OP in the game mode.
For that, I tried using the "strip", but it didn't look like that it changed something on the Jumping weapons, like It didn't changed anything on it, they working the same, didn't removed the attributes from the weapon at all.
Did I typed something wrong in the config? Please let me know.
"""
"Indexes"
{
"237" // Rocket Jumper
{
"strip" "true"
}
"265" // Sticky Jumper
{
"strip" "true"
}
}
"""
Beta Was this translation helpful? Give feedback.
All reactions