Added info about Project Gestalt

This commit is contained in:
Aleksandr Lebedev 2025-10-22 18:55:18 +02:00
parent febb55d1d7
commit 6d99d3aae2
4 changed files with 21 additions and 1 deletions

View file

@ -1,7 +1,16 @@
#+title: Aleksandr Lebedev
Hi! Welcome to my new [[https://alexanderlebedev.com][website]]!
* Who am I?
I'm a programmer and a dual student in Germany. I'm interested in computer games and game engines. I worked on game mods, computer games, embedded software (driver), GUI apps and I'm currently working on my own game engine called *BeeEngine*.
My main programming languages are C++ and C#, my distro of choice is NixOS, editor is Emacs, and I'm interested in self hosting and FOSS software.
* My Projects
- [[./project-gestalt.org][Project Gestalt (Mod for Stellaris)]]
- To be continued...
* How to find me:
- [[https://github.com/KyleKrein][GitHub]]
- [[https://matrix.to/#/@kylekrein:kylekrein.com][Matrix]]
- [[https://git.kylekrein.com/kylekrein][Forgejo (Git)]]

View file

@ -25,7 +25,7 @@
(setq org-html-validation-link nil ;; Don't show validation link
org-html-head-include-scripts nil ;; Use our own scripts
org-html-head-include-default-style nil ;; Use our own styles
org-html-head "<link rel=\"stylesheet\" href=\"./style.css\" />")
org-html-head "<link rel=\"stylesheet\" href=\"https://cdn.simplecss.org/simple.min.css\" />")
;; Generate the site output
(org-publish-all t)

BIN
projects/pg-logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,11 @@
#+title: Project Gestalt
[[./pg-logo.jpg]]
* Description
A modification for the Stellaris - popular computer game. Stellaris uses its own proprietary game logic language, therefore I firstly reverse-engineered it and then designed the modification. Project Gestalt is an expansion to the game, that adds the ability for psionics to become energetic beings, and many other features. It is available in Russian and English languages and has currently ~6300 active subscribers on Steam in total. The modification demonstrates a wide positive feedback.
* Links
- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2969833307][Project Gestalt (Ver. 3.7.*)]]
- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2840404116][Project Gestalt (3.4.x)]]
- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2107441826][Project Gestalt (2.7.x)]]
- [[https://steamcommunity.com/sharedfiles/filedetails/?id=1639764264][Project Gestalt (2.3.x)]]
- [[https://steamcommunity.com/sharedfiles/filedetails/?id=1345668735][Project Gestalt (2.1.x)]]