Search found 237 matches

by glitchapp
Wed Jul 06, 2022 9:09 am
Forum: General
Topic: Help implementing game logic from fish fillets
Replies: 193
Views: 102504

Re: Help implementing game logic from fish fillets

Hello! First of all I'm very grateful for all the help received so far with this game. The game logic has been working perfectly... till now... I found a strange bug that make a piece float in the air and not fall. It is really strange because it only happens in one particular level and I can't find...
by glitchapp
Sat Jun 25, 2022 11:46 pm
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

Thank you! I agree with what you said to a degree and that would be better than nothing as a first implementation, but saving time would create a more realistic replay because otherwise every movement will take exactly the same time and it would not look like a real replay or demo. I think that even...
by glitchapp
Sat Jun 25, 2022 9:59 pm
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

well, if you need a game to test such a library I can provide an early version of my game so you don't need to download the heavy assets.

I won't complain if I need to test such a library in my game or be the first implementing it :joker:
by glitchapp
Fri Jun 24, 2022 2:19 pm
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

Oh writing a library for it that others can use would be fantastic! I'm glad I touched on a topic that would be of interest for others. The game does not have smooth transitions and it is the same game I started working on at the beginning of this year and managed to get working thanks to the help o...
by glitchapp
Fri Jun 24, 2022 12:48 pm
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

No it is for a puzzle game and I think it would work, but thanks to pointing it out so that I know it needs to be adapted for other type of games.
by glitchapp
Fri Jun 24, 2022 12:00 pm
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

Thanks darkfrei, it is not as complicated as I thought but it is also not too simple so I will keep all of this respond in my folder and I will attempt it in the future, if I succeed I will post it here.
by glitchapp
Fri Jun 24, 2022 9:22 am
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

Re: how to record and play game input?

thanks darkfrei, oh really is it so easy? I expected something more complicated.

I will test what's the output of timings after doing that thank you!
by glitchapp
Fri Jun 24, 2022 9:09 am
Forum: Support and Development
Topic: how to record and play game input?
Replies: 13
Views: 3956

how to record and play game input?

Hi, I did not find a thread on this topic and I wonder what is the most efficient way to solve this problem: I would like to be able to record keyboard input so that it can be used it to show recorded gameplay, demos or to use it to create game tutorials. My keyboard includes this functionality like...
by glitchapp
Sun Jun 19, 2022 2:37 am
Forum: Support and Development
Topic: Question about simple level editor
Replies: 8
Views: 3275

Re: Question about simple level editor

Hi, thanks for the reply. I agree with you, the reason why I attempted this is because that level editor is far more sophisticated that what I',m probably going to create and it is worth trying. I underrated the complexity of extracting that tool from the rest of the game and I will probably do it f...
by glitchapp
Sat Jun 18, 2022 9:06 am
Forum: Support and Development
Topic: Question about simple level editor
Replies: 8
Views: 3275

Re: Question about simple level editor

Hi! fortunately the developer of the level editor in which I'm interested has no problem of me using it for another project. I started trying to implement it but my first problem is that I don't know if any additional file is needed, I don't want to copy the whole game as I' m only interested in the...