This program allows you to convert any Sins of a Solar Empire .particle into a fully compatible Sins 2 .particle_effect with a simple drag-and-drop! Also supports .texanim
- Clone the repository:
git clone https://github.com/largeBIGsnooze/particle-converter.git
cd particle-converter- Install the required dependencies:
python -m pip install --upgrade pip
pip install -r requirements.txt- Install pyinstaller
pip install pyinstaller- Compile to binary executable
pyinstaller particle_converter.spec- You will see the executable in the dist directory as
ParticleConverter.exe
- Drop any
.particleor.texanimfiles you have onto the executable you just built.
The files are then saved to:
<executable>/out/effectsfor.particle(.particle_effect)<executable>/out/texture_animationsfor.texanim(.texture_animation)
The particles on the left are original Sins 1 effects while those on the right are their Sins 2 counterpart converted using this tool.
Explosion Frigate - 6
Explosion_Frigate6.particle
Explosion CapitalShip - 1
Explosion_CapitalShip1.particle
Psi Capital Planet Bombing - Hit
Weapon_PsiCapitalPlanetBombing_Hit.particle
Kultorask Nano Leech
TitanAbility_NanoLeech_Self.particle





