Immusama
Explore posts from serversDHDistant Horizons
•Created by Immusama on 10/3/2024 in #help-me
Need some help with settings/quality
My specs:
CPU: i7-10700K @ 4.6GHz (stock overclocked)
GPU: RTX 3090 TI
RAM: 32GB
NVME/SSD etc
Version:
TerraFirmaGreg
Minecraft:
1.20.1
DH: 2.1.2-a-1.20.1-forge-fabric
No shaders currently with Oculus.
I've seen many posts that DH should work even on mid/lower end specs yet whenever I try to increase the quality preset or overall performance settings my game freezes.
LOD Render Distance Radius: 192
Quality preset: High
and CPU Load Balanced
I sit on a comfortable 40-50% CPU and 30-50% GPU.
But as soon as I go higher on Quality Preset
my game freezes.
I didnt change anything else besides what I wrote.15 replies
❔ How do I store data properly?
So I'm streaming on Twitch and I have a program called Streamer.Bot which allows me to use C# to execute code.
I have a very basic and limited understanding about C# and coding in general ~ what I'm trying to do is store my viewers data in specific categories I define myself.
The main problem I'm having is understanding how to store the acquired data into a file (I haven't figured out another way yet, either .txt, .csv or .ini).
An example how I'm imagining it:
.ini file is named after my viewer's username in a folder with all the others:
I wanna be able to read it and override specific keys if I so desire. (Most of it is automatic)
To sum it up, I know how to write it into a file but I don't know how to format it properly and check for specific sections and key+values and override them.
7 replies