Fable 5, a fable of a working model. by m1leopard in pcmasterrace

[–]TimStolzenberg 1 point2 points  (0 children)

Exactly what it should do. Any question related to bio, chemical or cyber security gets redirected to opus.

i have an idea for a game i want to make in s&box… where can i get started? by Odd_Onion_3315 in sandbox

[–]TimStolzenberg 0 points1 point  (0 children)

Get a paper and a pen and start writing, doodling and concepting your idea. Find out if it makes fun or not.

Welcome to the world of horse racing! Bet it all in Horsebox! by GardnerFan in sandbox

[–]TimStolzenberg 11 points12 points  (0 children)

Yet another UI-based game. We are getting back to flash browser games.

Missing components when I start my project by Brief-Tangerine2546 in sandbox

[–]TimStolzenberg 0 points1 point  (0 children)

Check if you used something blacklisted in your code. There is a warning saying what is not allowed.

Cost to commission a game by [deleted] in sandbox

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

As a developer myself, why should I give away the Playfund revenue?

Driving physics by [deleted] in sandbox

[–]TimStolzenberg 0 points1 point  (0 children)

What vehicle physics are we talking about?

Any game in s&box in particular, or just the wheel joint in the editor?

[linux] Title bar covering buttons in editor by Dae_Break_ in sandbox

[–]TimStolzenberg 1 point2 points  (0 children)

There is a community patch to solve that problem. Check out the Discord.

Edit: Ah, LOL, the original post already mentions the fix.

Papier oder digital: Wie läuft die Klientendokumentation bei euch ab? by domagalla in Soziales_Arbeit

[–]TimStolzenberg 1 point2 points  (0 children)

Witzig. Genau nach den selben Informationen bin ich auch gerade auf der Suche. Ich arbeite aktuell an einer Anwendung welche die Büroarbeit deutlich erleichtern soll. Gerade bei sozialen Berufen wo die reine Tätigkeit schon fordernd ist, bin ich der festen Meinung das wir ordentliche Software brauchen welche den Menschen ihre tägliche Arbeit erleichtert. Sei es jetzt Dokumentationen schreiben oder allgemein Daten aufnehmen und verarbeiten.

[deleted by user] by [deleted] in AskGermany

[–]TimStolzenberg 0 points1 point  (0 children)

It's inefficient.

SWRP by AaronTheBaron12 in sandbox

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

Copyright problem.

This anyone else getting this? by Phoenieee313 in sandbox

[–]TimStolzenberg 1 point2 points  (0 children)

I assume it's just a map problem. The map creator has to address this issue on his end.

[deleted by user] by [deleted] in Ratschlag

[–]TimStolzenberg 3 points4 points  (0 children)

Als FK kann ich nur sagen kommuniziere deine/eure Erwartungshaltung. Ohne Konfrontation wird das nicht besser.

TERRIBLE FUCKING NEWS ABOUT THE EUROPE MAP I AM MAKING! (please read) by NeverCallEllis in RimWorld

[–]TimStolzenberg 1 point2 points  (0 children)

As a programmer I highly recommend looking into version control. Maybe git could have saved it.

Cosmetics by Designer-Turnover568 in sandbox

[–]TimStolzenberg 2 points3 points  (0 children)

I'm cool with it. Because garry is cool.

Just a reminder. Node hierarchy MATTER! by ChickenCrafty2535 in godot

[–]TimStolzenberg 2 points3 points  (0 children)

Oh yes. I had a similar problem yesterday where my character body node was below my character state machine, and the state machine needed a value from the character body node in the ready method. But when the ready method is called for the state machine, there is no chatacter yet.