Skip to content
View Chitak985's full-sized avatar
🔥
It's time to lock in
🔥
It's time to lock in

Block or report Chitak985

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Chitak985/README.md

Hello,

I am a KSP, Minecraft, KSA, and Factorio modder.

I know languages like:

  • Python 3 (best)
  • C#
  • GDScript (for Godot)
  • HTML and JavaScript (for websites)
  • C++ (basics)
  • Java (basics, mostly for Minecraft mods)

I have a discord server for my mods and a YouTube channel at https://www.youtube.com/@chitak985.

Projects

Here are some of my projects:

  • GT:NH Multiblocks: Website for the Minecraft modpack GregTech: New Horizons, it lets a user emulate multiblock construction, calculate required resources, and see multiblock parameters. Written with Flask data insertion, JavaScript frontend and calculation, and HTML for the website. Also has a somewhat outdated repository.
  • Sophisticated Interstellar Flight Simulator: A multiplayer space simulator game written in Godot. I also have a discord server for it.
  • GregTech Old Edition: A GregTech-like modpack as a Java agent to use with the first Minecraft version, rd-132211.
  • Ad Astra PromisedWorlds: Adds the KSP planet mod Promised Worlds to KSP. Mostly finished but not worked on anymore.
  • Beantorio (Factorio Mod): A Factorio mod that adds BEANS. Also my only Factorio mod as of now.
  • KSA mods:
    • KSA Extreme Editor (no repository yet): An in-game editor that can edit anything that is possible to edit, also the only KSA mod I work on nowadays.
    • KittenPatcher: An XML patching mod for KSA that became inferior to another after 18 hours. Never finished nor is it a really good mod.
    • KSAMiscParts: A simple KSA mod adding some miscellaneous parts like a launch escape system and structural beams.
  • KSP mods:
    • Khemistry: My biggest and best KSP mod, it makes the game as realistic as possible and as a result, extremely complicated and hard. Has a total of more than 5000 lines of C# code, a dozen part modules, and thousands of resources!
    • RealGalacticSystems: Adds the entire real universe (except our Solar System) to the game. Rather incomplete and buggy, however.
    • GalacticDisk: Adds highly configurable galactic disks with no dependencies. My most popular mod as of now.
    • Almajara-Continued: A continuation of the mod Almajara: A Galactic Adventure with many bugfixes and adjustments.
    • ResourcefulTechnologies: Adds various ISRU inspired by KSPIE ISRUs, but in a more modern style like FarFutureTechnologies.
    • ConfigMusic: Adds music to celestial bodies and/or their biomes using configs.
    • Pulsaris Galaxy: Adds a large galaxy with hundreds of custom, hand-made bodies. Largely unfinished.
    • MassRingAdder: Procedurally adds rings to every single loaded body using just ModuleManager patches. Also highly configurable and adds simple ways to add rings.
    • Chitak's Outer Planets: My own outer planets for KSP. Not finished but the main gas giants are there and have an okay texture.
    • Chitak's Weird Planet Pack: A planet pack consisting of the weirdest planets possible.
    • RingMassAdder: Adds the weight of a ring to its body's mass. Done in 10 seconds and not tested.

Pinned Loading

  1. khemistry khemistry Public

    A KSP mod that adds a lot more resources and processing lines to the game.

    C# 2

  2. GalacticDisk GalacticDisk Public

    Adds galactic disks to KSP from just configs.

    C#

  3. ksp-real-galactic-systems ksp-real-galactic-systems Public

    Adds many real life galaxies and solar systems to KSP.

    Python

  4. sophisticated-interstellar-fight-simulator sophisticated-interstellar-fight-simulator Public

    This game is about multiplayer space combat in a galaxy. Mine resources, defend your ships, and attack other players! This repository has old source code and up-to-date pre-releases and releases of…

    GDScript 3

  5. KittenPatcher KittenPatcher Public

    XML file patcher for KSA, kind of like KSP’s ModuleManager.

    C# 1

  6. GregTechOldEdition GregTechOldEdition Public

    GTOE is GregTech made for the first version of Minecraft, rd-132211!

    Java