Skip to content

quickburrrn/RustGeneCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Game Gene Calculator

A program that help you find your best combination for your seeds

Python 3.6


Table of content


Install

Make shure that you have python-3 installed

You have two options:

Option 1

install the source code as a zip file and unzip the file

you should be fine from there

Option 2

Clone the GitHub repository

git clone /~https://github.com/Norkart/PlanWasher.git

Usage

Adding/Removing seeds

Note

Due to terrible performance it's recommended with 20 seeds max

Open seeds.xml located inside the base folder

to add seeds add following line:

 <Seed genes = "WGGWYH"/>

example of seeds.xml:

<?xml version="1.0"?>
<Seeds>
  <Seed genes = "HHGXGY"/>
  <Seed genes = "GHYWHH"/>
  <Seed genes = "XYHYGH"/>
  <Seed genes = "WYYGGW"/>
</Seeds>

Commands

bruteforce

Finds the best combinations using bruteforce

This can take some time depending on how many seeds you have

bruteforce

crossbreed

Crossbreeds the selected seeds

crossbreed

Seeds

Display the loaded seeds

seeds

Best

Finds the best seeds (NOT WORKING)

best

known Issues and bugs

  • Bad performance

Packages

No packages published

Languages