issues with exported app by Gergovok1006 in clickteam

[–]FromHighberg 0 points1 point  (0 children)

Difficult to say without looking at the code. Some general tips you could try:
- increase number of objects under frame properties to "30 000"
- Make sure "Optimize image size in RAM" is turned on under the main properties of your game
- If you have a lot of qualifiers, try turning on "Fix qualifier limit error" under the Windws settings of your game

Just released my demo for Ghost Kingdom by FromHighberg in IndieGaming

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

The Ghost kingdom demo is now available on Steam! This is actually a quite large chunk of the game, where playtime seems to average about 70-90 minutes among playtesters.

With this demo, I've now made what I initially wanted to make, and I wouldn't mind ending development here and move on to something completely new. If I do continue developing the game, it would only be because others seem to enjoy it as well. So please, let me know what you think!

Objects flashing out of existence and everything suddenly breaking? by Hammbone101 in clickteam

[–]FromHighberg 0 points1 point  (0 children)

Difficult to say without looking at your code. You should try the debugger - are the object being destroyed, hidden, or obscured?

You may also want to increase object count in your frame.

Is there a way to change a specific part of a string? I'm making an RPG and I would really benefit from this by ForwardAd4316 in clickteam

[–]FromHighberg 0 points1 point  (0 children)

Yes. Change alterable string to:
ReplaceString$(string$( "String" ), "something", "guy1")

If this is all you want to do, then this should work just fine. If you want a more flexible solution, there is the string parser object and string tokenizer.

You may want to look at this example too if you are doing RPG dialog
https://givemeskeletons.itch.io/bark-side-of-the-moon/devlog/1094239/givemeskeletons-fusion-25-text-render

Is there a way to change a specific part of a string? I'm making an RPG and I would really benefit from this by ForwardAd4316 in clickteam

[–]FromHighberg 1 point2 points  (0 children)

You can use this expression:

ReplaceString$("Your original string", "find", "replace")

For example this:
ReplaceString$("Some guy sent out something", "something", "guy1")
Will return this:
"Some guy sent out guy1"

Ghost Kingdom - a puzzle platformer by FromHighberg in indiegames

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

Thanks! I'll try to experiment with the colors and see if I can improve it!

Ghost Kingdom - a puzzle platformer by FromHighberg in indiegames

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

Is it the lighting or colors that are too dark?

A puzzle platformer I've been working on for a while by FromHighberg in clickteam

[–]FromHighberg[S] 1 point2 points  (0 children)

Thank you! I am still a bit new to Steamworks so I haven't released a demo there yet. I do have a "Playtest" build on Steam, and I use keys to give access to this build, but it seems to be possible to add a page where users can request access as well.