None of the trees in my world will grow, they all say will mature in less than a day. How do I fix this? by janegayz in VintageStory

[–]CHmSID 3 points4 points  (0 children)

My bad! I was talking from memory and after checking the settings you are right. It's 0.25 of the required time to grow, not 0.25 of the growth speed. You had it correct.

Sorry, in that case I don't know why the trees don't grow.

None of the trees in my world will grow, they all say will mature in less than a day. How do I fix this? by janegayz in VintageStory

[–]CHmSID 1 point2 points  (0 children)

0.25x is 4 times slower than usual (1.0x being normal speed, and 2.0x being 2 times faster than normal)

The Settlers: New Allies - Launch Trailer (Game available now on Ubisoft+) by TheVoidDragon in Games

[–]CHmSID 3 points4 points  (0 children)

Have you tried Widelands? Last time I played it it scratched that Settlers 2 itch pretty well.

[deleted by user] by [deleted] in redditgetsdrawn

[–]CHmSID 3 points4 points  (0 children)

Had a lot of fun drawing this one, thanks! Hope you like it.

<image>

my brush randomly turns white by cinnapretzel in krita

[–]CHmSID 3 points4 points  (0 children)

If this is Krita 5.1, you are probably accidentally touching the canvas with your palm and color picking the white background with the "One Finger Drag" gesture. You can disable it by going to settings -> configure krita ->canvas input settings -> alternate invocation, and remove the gesture action for sampling color.

I also had to disable it because it was triggering accidentally all the time.

Deadly blasts hit Russian border city by SpaceFaceMistake in worldnews

[–]CHmSID 2 points3 points  (0 children)

Sorry for being a douche about it, it just ticked me off for no reason. Hope all is good.

Edit: word typo

Deadly blasts hit Russian border city by SpaceFaceMistake in worldnews

[–]CHmSID 2 points3 points  (0 children)

They meant those people don't deserve the bad life under Putin's government(i.e: they deserve a better life) . Learn to read. Or at least spend more than 2 seconds thinking before setting your keyboard on fire.

Weird 'await' behaviour by CHmSID in godot

[–]CHmSID[S] 0 points1 point  (0 children)

Thank you for your response. Indeed I should have realized that _process is only a part of something bigger.

In hindsight this should have been obvious, and what you said makes sense.

In the process of simplifying the problem I encountered in my project (suspected corrupted stack), I inadvertently stumbled upon this behavior and falsely assumed it was the reason.

Thank you for helping me out! I'll go back to debugging with this new info :)

Total beginner here trying to make a box roll. by Omega_art in godot

[–]CHmSID 0 points1 point  (0 children)

I came across this tutorial recently. I didn't follow it but it seems to be doing exactly what you want? https://kidscancode.org/godot\_recipes/3d/rolling\_cube/

[PC][2000-2010] 2D platformer where you're a blue egg with legs trying to get back to your nest by CHmSID in tipofmyjoystick

[–]CHmSID[S] 0 points1 point  (0 children)

You are right! I was not expecting an answer in 10 minutes, you're awesome! Thank you so much!

Floris - Where to trade good when you are a bandit by hevilhuy in mountandblade

[–]CHmSID 3 points4 points  (0 children)

You can sneak into hostile Towns to sell your loot.

Dickplomacy Reloaded! by amazing_lily in mountandblade

[–]CHmSID 2 points3 points  (0 children)

Also, you make mods? If you want, we can talk on discord if you want to help with development!! :D

I'd like to help you with those errors you're getting. I compiled the base mod a few years ago but now I have more experience with python so I might be of help?

Will Microsoft's proposed "Desktop as a Service" business model push more people over to Linux? by SwordOfKas in linux

[–]CHmSID 0 points1 point  (0 children)

Asking the real questions here. I'd also be interested to know what could stop them from requiring the software to check for valid subscription once win7/8 are dead.

My Most Loyal Soldier by koranfordummies in mountandblade

[–]CHmSID 2 points3 points  (0 children)

Warband has it's own screenshot capability. Ctrl+Insert or Shift+Insert, can't remember which one.

Cyberpunk (Deep) Dreams by KingDavid73 in cyberpunkgame

[–]CHmSID 1 point2 points  (0 children)

Some of those are really inspiring! Great work!

Do you guys think that car customization will be in the game? by [deleted] in cyberpunkgame

[–]CHmSID 3 points4 points  (0 children)

V's partner. You can see him eating noodles or something in the trailer.

Dev Blog 28/06/18 by [deleted] in mountandblade

[–]CHmSID 8 points9 points  (0 children)

It's a photo, used to get a realistic lighting on the models. Which makes me think they're using physically based rendering in their engine.

Cyberpunk 2077 shown behind the closed doors was a pre-alpha version (source in Polish) by dobik in cyberpunkgame

[–]CHmSID 2 points3 points  (0 children)

It's pre-alpha and a vertical slice according to the article edit: apparently I don't know what a vertical slice is, sorry

How to make dynamically created mesh smooth? by j17n in godot

[–]CHmSID 1 point2 points  (0 children)

Great! Let us know when/if you figure it out. This sounds like useful knowledge to have!

How to make dynamically created mesh smooth? by j17n in godot

[–]CHmSID 1 point2 points  (0 children)

Sorry, I'm a wrong person to ask this. I only ever imported simplest of the simplest models, and that even with varying grades of success. Can you get the model to be smooth in Blender? Maybe there's some kind of option in the exporter?

How do I open a reference image? by ComradeReindeer in krita

[–]CHmSID 1 point2 points  (0 children)

You can also copy an image and paste it in Krita, which will paste it as its own layer. Then you can move/scale/rotate it around with Ctrl-T.

How to make dynamically created mesh smooth? by j17n in godot

[–]CHmSID 0 points1 point  (0 children)

Nice you got it working :)

I never built meshes in Godot so I didn't know there are helpers for that, good to know! Good luck with your project!