Added info about Project Gestalt
This commit is contained in:
parent
febb55d1d7
commit
6d99d3aae2
4 changed files with 21 additions and 1 deletions
|
|
@ -1,7 +1,16 @@
|
||||||
#+title: Aleksandr Lebedev
|
#+title: Aleksandr Lebedev
|
||||||
|
|
||||||
Hi! Welcome to my new [[https://alexanderlebedev.com][website]]!
|
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:
|
* How to find me:
|
||||||
|
|
||||||
|
- [[https://github.com/KyleKrein][GitHub]]
|
||||||
|
- [[https://matrix.to/#/@kylekrein:kylekrein.com][Matrix]]
|
||||||
- [[https://git.kylekrein.com/kylekrein][Forgejo (Git)]]
|
- [[https://git.kylekrein.com/kylekrein][Forgejo (Git)]]
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
(setq org-html-validation-link nil ;; Don't show validation link
|
(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-scripts nil ;; Use our own scripts
|
||||||
org-html-head-include-default-style nil ;; Use our own styles
|
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
|
;; Generate the site output
|
||||||
(org-publish-all t)
|
(org-publish-all t)
|
||||||
|
|
|
||||||
BIN
projects/pg-logo.jpg
Normal file
BIN
projects/pg-logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
11
projects/project-gestalt.org
Normal file
11
projects/project-gestalt.org
Normal 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)]]
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue