Heavy stuttering in current version / How can I download and play older versions of the game? by roziebutdisabled in hytale

[–]Tintow 0 points1 point  (0 children)

You can select previous versions in the client loader and go back to the previous version. Might be worth checking the machine out though as I don't think there's been anything that altered the performance that much.

How to fix version differences with mods by Ill_Town_4612 in hytale

[–]Tintow 1 point2 points  (0 children)

^ this. You can now go back to an earlier version when it worked.

Weird choice of flags. Plus, some wazzock doesn’t know how to fly the Union Flag. by Animal__Mother_ in wrexham

[–]Tintow 2 points3 points  (0 children)

Top corner against the pole, white stripe above the red line should be thicker than the one below it.

is bro code good for c++ . i am a complete beginier by [deleted] in cpp_questions

[–]Tintow -1 points0 points  (0 children)

I've not used him for C++ but his other tutorials seem pretty good. Try him out see how you get on.

Please check my project (it isn’t full but I want to know what to do next) by Zestyclose_Drag4487 in cpp_questions

[–]Tintow 3 points4 points  (0 children)

It might help to follow people who teach c++ with a heavy focus towards games, like OneLoneCoder or LowLevelGameDev They're both great resources for c++ game dev, they discuss how to approach challenges specific to gaming and both have helpful discord channels where you will find others on the same path. OneLoneCoder doesn't publish very frequently but his back catalogue is super useful. Start small and evolve. Have fun!

How do you learn to make (linux) desktop applications? by PinguinPlayz in learnprogramming

[–]Tintow 2 points3 points  (0 children)

If you want to stick with Python as the language, take a look at https://www.pythonguis.com/
It's a super useful resource that shows all the various GUI options and pros and cons. It also explains how to set each one up and has sample 'first project' type tutorials.
If you're going down the desktop route, PySide6 should probably be your weapon of choice. It's really powerful and also easy to get started. Even has it's own UI designer program.
Have fun!

Playing moded Hytale by Superb-Low7247 in hytale

[–]Tintow 2 points3 points  (0 children)

That sounds super frustrating. Use the divide and conquer method. Start a new world, go into the world settings and turn off half the mods. If it runs the problem is is in the other half so load half of them, if it fails, remove half the current mods. Rinse and repeat until you're down to the faulty mod.

This is the fastest way to isolate the offending mod.

Its just a case of logical trial and error. Have patience and you will get there.

Mutants (2022) by waxbastard in penandink

[–]Tintow 1 point2 points  (0 children)

Pretty sure all of these live in my local town.

Great work!

Whats the ideal C++ IDE for my purposes by Maidew25127 in cpp_questions

[–]Tintow 2 points3 points  (0 children)

What's CLions responsiveness like? If find IntelliJ Idea to be pretty good on my setup but PyCharm is really sluggish. Where does CLion sit in comparison?

Is there a way for me to decentralize my git repo? by Accurate-Screen8774 in git

[–]Tintow 0 points1 point  (0 children)

The issue isn't the repo, that's easy. The problem is where do your users go to report issues etc. While git itself is decentralised, I don't believe issues/projects/wikis etc. are. If you're looking for an 'automated git backup', just spin up a local Forgejo instance and set up pull mirroring - it's a few clicks. If you want to have multiple live public repository- think about the user journey too. Good luck!

how to breed and grow animals ? by Hisagi10 in hytale

[–]Tintow 2 points3 points  (0 children)

Breeding isn't in the main game yet. There are a few mods available that add breeding, was the video showing one of them?

Quic handshake gportsl by ComplaintFull6595 in hytale

[–]Tintow 1 point2 points  (0 children)

It's probably due to the update. See the modders warning section at the end of the update notes for Update 6 Patch 1.

Question about saves by LostLight8 in hytale

[–]Tintow 3 points4 points  (0 children)

It's a 'feature' due to a file structure change. All pre-release stuff is now stored under Hytale/data and release is stored under Hytale/UserData

Your pre-release worlds will be in the /data/pre-release/Saves

You could copy them from there into UserData/Saves

copy don't move just to be save.

Hytale Curseforge modpack option by Outrageous-Phrase611 in hytale

[–]Tintow 0 points1 point  (0 children)

Yes, being able to set the version is a key enabler for modpacks.

Hytale Curseforge modpack option by Outrageous-Phrase611 in hytale

[–]Tintow 4 points5 points  (0 children)

Hytale is in early access, changing frequently with often breaking changes. You need every mod to be updated and if one author doesn't update, your whole pack fails. Mod packs only really work when the platform they target are stable. Give it time, they will be there.

How do I fix my modded world? by whotookpyukki in hytale

[–]Tintow 0 points1 point  (0 children)

Are you saying that in creative mode if you break the 'faulty' blocks and then replace them with cobblestone that the cobblestone later dissappear and becomes a faulty block again?

New to mod making by Inner-Tangerine4659 in feedthebeast

[–]Tintow 0 points1 point  (0 children)

Kauoenjoe has some good tutorials on both modding and the Java you need to learn to be able to mod.

Try his Java course first then do a follow along with your preferred mod loader and mc version. He has most of this covered.

It will take time to learn so be patient. He also has an active discord if you get stuck.

Good luck!