April 24, 2024, 10:22:20 pm
Username:

Password:

Topic: Mutation feature testing tool  (Read 871 times)

Slowhand

  • Posts: 278
  • Go for the eye, Boo! Go for the eyes!
    • View Profile
Mutation feature testing tool
« on: July 20, 2023, 06:24:07 pm »
Hi everyone.

I was working on the concepts of a new/old feature, Mutation, which would allow player to change their specials, skills, perks, trait and skill tags without removing their progress or implants via Book of Achievement character deletion option.

Since this feature is very problematic, first I made a character creation (or planning) tool in Java, that can be used to create and level up character and via dialogue test the mutation feature, as in to find possible exploits, bugs, loopholes, whatever...

Obviously introducing such a feature to the game is very risky thing (exploits found and not reported fixed by player mess up the characters of game, basically a free character stats cheat) and if failed game breaking (only fix would be to wipe and go next season rofl)

The workflow:
 - design Mutation concept (done)
 - make tool to test and fix the concept (done)
 - publish tool to players to test the concept and report issues (we are here)
 - fix the bugs in concept and retest
 - implement the FOnline code for the concept on a test server
 - test publicly once more (players need to download server and client, run it localhost to test)
 - fix reported bugs and thus feature is ready to deployment (if wanted) to FOnline servers (hopefully this one as well)

So, assuming this work gets ever finished and introduced to Reloaded at some point, here is the logic and the tool that you as a player can use to test for possible bugs.

Feature concept: (logic or how mutation should work in specific cases is written in first few comments)
https://github.com/Sasabmeg/FOnline-BraveNewWorld/issues/52

Character-planner mutation tester tool: (Java 17+)
newest on git - https://github.com/Sasabmeg/foclassic-char-planner/blob/main/target/foclassic-char-planner.jar
newest on google drive - https://drive.google.com/file/d/1qjqGFzGwjWAc6uBi319RhR9MMZ6odkSs/view?usp=sharing

If you find any bugs you can report them here, on discord or on the github issues page above in comments.

To run the tool you'll need Java 17 or later. If you have trouble, make sure you uninstall previous java versions before installing java17 or later and if still issues, try the jarfix tool at: https://johann.loefflmann.net/en/software/jarfix/index.html

After jarfix double clicking JAR file in windows should run it, alternately you can open a console and type: java -jar foclassic-char-planner.jar
« Last Edit: July 20, 2023, 06:30:31 pm by Slowhand »