Skip to content

Instantly share code, notes, and snippets.

View skid9000's full-sized avatar
🏠
Working from home

Skid skid9000

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am skid9000 on github.
* I am skid9000 (https://keybase.io/skid9000) on keybase.
* I have a public key ASBELrvsS_XXnfVr5jjEDO0T4Fnhwt39t_OUhqls3EIGowo
To claim this, I am signing this object:
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
CPU Family: 0x6
[Desktop Entry]
Categories=Game;
Comment=To download the latest version of the IFSCL
Exec="/opt/Kolossus-Launcher/Kolossus Launcher.x86_64"
GenericName=
Icon=/opt/Kolossus-Launcher/Kolossus Launcher_Data/Resources/UnityPlayer.png
MimeType=
Name=Kolossus Launcher
Path=
StartupNotify=true

Configuration requise au jeu : IFSCL / Kolossus Launcher

Introduction

Le jeu IFSCL (Interface Fictionelle du Supercalculateur de Code Lyoko) est disponible sur trois systèmes d'exploitations : Windows, MacOS et Linux. Le jeu, depuis sa version 3.6.X, dispose de nombreux ajouts conséquents qui consomment certaines ressources. Dans le futur, un mode histoire sera ajouté, demandant aux machines faisant tourner le jeu de plus en plus de ressources. Ainsi, le jeu ne sera donc plus supporté par certaines machines / configurations. Ce guide aura pour but de lister les paramètres importants pour pouvoir jouer convenablement à l'IFSCL à partir du cycle 3.6.X.

Required configuration for : IFSCL / Kolossus Launcher

Introduction

The IFSCL game (Interface Fictionelle du Supercalculateur de Code Lyoko in french / Fiction Interface of Code Lyoko Supercomputer) is available on three operating systems: Windows, MacOS and Linux. The game, since its version 3.6.X, has many significant additions that consume a lot of resources. In the future, a story mode will be added, requiring more and more resources from the machines running the game. Thus, the game is no longer supported by some machines / configurations. The purpose of this guide will be to list the important parameters to be able to play IFSCL properly from cycle 3.6.X.

#!/usr/bin/env bash
rm /etc/iptables/rules.v6.bak.bak
mv /etc/iptables/rules.v6.bak /etc/iptables/rules.v6.bak.bak
mv /etc/iptables/rules.v6 /etc/iptables/rules.v6.bak
ip6tables-save > /etc/iptables/rules.v6
nano /etc/iptables/rules.v6
echo 'Applying ...'
ip6tables-restore -c < /etc/iptables/rules.v6
echo 'Apply complete.'
#!/usr/bin/env bash
rm /etc/iptables/rules.v4.bak.bak
mv /etc/iptables/rules.v4.bak /etc/iptables/rules.v4.bak.bak
mv /etc/iptables/rules.v4 /etc/iptables/rules.v4.bak
iptables-save > /etc/iptables/rules.v4
nano /etc/iptables/rules.v4
echo 'Applying ...'
iptables-restore -c < /etc/iptables/rules.v4
echo 'Apply complete.'