Grid Sage Forums

Grid Sage Forums

  • November 21, 2024, 10:31:58 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

LINKS: Website | Steam | Wiki

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Gokudera ElPsyCongroo

Pages: [1]
1
Ideas / Re: Cogmind build/route randomizer (download)
« on: August 08, 2024, 05:50:27 PM »
Update:
- Added missing legs propulsion type.
Yup, forgot them all along, a shame considering the fun I have with melee legs builds🤦‍♂️

2
Ideas / Re: Cogmind build/route randomizer (download)
« on: August 04, 2024, 06:11:13 PM »
I updated the script. Now supports wintypes, missing alignments, missing branches (discovered thanks to the recent Kyzrati stream that Armory can appear in R! Was surprised haha)

Changes & additions
- Added missing Armory from R
- Added Zhirov alignment, taking into account contradiction with some wintypes
- Added support for ALL wintypes as of B13, trying to cover every existing case and mutually exclusive quests unlike previous version. Thanks to that, the Final Mission is now mandatory.
- Added back DSF looper special mode. Runs have 40% chance to be a special mode.
- Fixed some wordings or redundant syntax. Sorry for any typo, I am French :)

To update follow the main post, replacing any previously existing files (to see files create an account).
Enjoy!

3
Ideas / Re: Cogmind build/route randomizer (download)
« on: July 22, 2024, 10:57:14 AM »
Well now that we're well into "wild things" territory and don't have to worry about the core content, you'll be happy to know that there are more such things coming, quest-like concepts that require you to visit multiple locations, and yeah you'll get bonus points in some cases (though it's not yet usually for the points, it'd be for actual rewards which are even better than points! :D). More of it in Beta 14, and even more in some future versions, perhaps eventually quite a lot of it
Oh my, exciting news! I can't wait to see that :) Your Cogmind Vision 2025 post on steam hyped me very much

4
Ideas / Cogmind build/route randomizer (download)
« on: July 20, 2024, 03:16:53 PM »
If like me you love not planning builds or routes and always hit random at the start of other roguelikes, you can now do the same in Cogmind! Made a little python script that chooses a build archetype and a route for you at random and prints it as a mission order:

- Randomizes your propulsion type.
- Randomizes your alignment and/or some build-defining items and/or some special modes.
- Randomizes your route, taking into account branches, alignment, exclusions.

To use:
- Install python 3.x
- Download the attached file, cogmind_build_randomizer.txt
- Rename it cogmind_build_randomizer.py
- Open a terminal in the folder where you downloaded cogmind_build_randomizer.py. If you don't know how to on Windows, download open_a_terminal_here.txt in the same folder, rename it open_a_terminal_here.bat and double click it.
- In the terminal, type
Code: [Select]
python3 cogmind_build_randomizer.py and press enter

Supports up to Beta 13. Keep in mind I'm still unspoiled about many parts of the game, especially endgame so let me know if a build archetype or route would seem relevant to add.

I would love to see it added to the game as a difficulty option! Something that would give you bonus score if you complete the mentioned objectives and substract from it if you diverge. Or more extreme, even skew the rng to only permitt one build archetype and one route, though I can imagine that would be very time consuming for potentially only a few users haha. In any case, enjoy :)

5
Those are valid points and yeah, noticed in my recent runs

6
My pleasure! Here's hoping most AZERTY players will find this thread

7
Remember that Cogmind uses a terminal interface--there are no subpixels like that, just grid cells each with a character and single foreground/background color setting. So any indicator will take up space around you

Oops, game is so pretty that I forgot about that haha. Hmmm maybe an alternative could be to display a small number the same way core damage is shown? This number could be the percentage of remaining matter (and maybe energy/core) after the action, instead of the absolute number. Not sure if map can display a percentage sign, though it's probably unneeded if it's an advanced option.

For sound I was mostly thinking about those other sound blessed roguelikes like Mystery Dungeon where picking up gold has an oddly satisfying sound effect. Though if the same sound effect played each time you collected matter I agree it could get annoying. To fix this mayybe sounds could be made like this:
- The first instance of matter picked could make a sound
- The other ones picked x seconds after that could make a smaller, more subdued sound
- Sounds could be louder/stronger (either by volume or by a slightly different sound, the second I suspect being more doable) when matter picked exceeds some thresholds (bigger matter chunks would yield stronger sounds).

Maybe same thing could happen in some instances of energy change, like stepping on batteries, and maybe core -- like some esoteric instances of core change that I discovered in Tone streams, no spoil :p

8
Would look super cool to see this kind of feedback directly above Cogmind when picking up matter (and maybe when other instant bar-refilling events happen, like stepping on external battery and other stuff). Would also look consistent with the option to enable similar feedback when losing parts.

Maybe with a cool sound effect too!


9
For AZERTY keyboard.cfg doesn't work correctly, so made a small Autohotkey script that enables complete support. Keys on screen will correspond to the AZERTY keyboard key.

How to use:
- Download and install Autohotkey 2.0+
- Download the attached script, cogmind_rebind_azerty.ahk
- Move it to your Start Menu programs folder if you want the script to always be active when you start your PC (script only rebinds keys when you use Cogmind so it's safe to have it active at all times).
Folder location: C:\Users\< your username >\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- Double click to start it
- If you've edited keyboard.cfg and/or command.cfg delete both.
- Enjoy Cogmind in AZERTY :)

Notes:
- Kept 0-9 as default (no need to hold SHIFT)
- Use SHIFT + ALT to access supported 0-9 special characters (e.g. all 0-9 special characters except things like éè~` etc).
- ALT Gr keys work.
- [] can be accessed both with ALT Gr and the original ^$ keys, so that you can scroll your inventory without having to hold ALT Gr. Edit the marked line in the file if you want to use the dollar sign (unneeded afaik).

Pages: [1]