Yeah, I've considered that, but it's a bit too late to change the dialogue system like that. Also, I don't want a player to be able to open up a file and be able to read all the dialogues in the...
Type: Posts; User: thegd; Keyword(s):
Yeah, I've considered that, but it's a bit too late to change the dialogue system like that. Also, I don't want a player to be able to open up a file and be able to read all the dialogues in the...
Hi. Could not find a thread with a similar topic.
How many paragraphs can a string object handle?
Currently, I have about 1300 paragraphs inside a single String object in my game. The game...
Sorry for posting again, but I would really like to see any comments from the Devs. Do you plan on adding some kind of enable/disable option for Steamworks object soon?
That's exactly the problem I was speaking of. Hope someone from Click team will find this out and figure a way to manually disable the Steamworks object.
The problem with that is that Steam pop-up at the start even if all events are disabled and there is an event "On Start of Frame Destroy Steamworks Object". So yes - technically the player will not...
I've successfully added Steamworks object and implemented Steam achievements in my game.
However, I'm also selling the game via Itch.io and I don't need my Steamworks object to work at all for the...
The YouTuber just had this bug on his channel with the text changing scale... https://youtu.be/ui4142YcpNw
So the DPIAWARE method is not working =(
I can’t even test properly if it works or not...
Respond to this message please once you've updated Clickstore version so that people looking for the same bug knew it got fixed. Thanks!
Thanks. I kinda got around it by not using Steamworks object in the main scene - only in the scenes where you can't save the game. I'll download newer version of Steamworks after the release, it's a...
After a lot of testing I've found out the root of the problem. Save Frame Position does not work if there is Steamworks object in the same scene as you're saving... Please help! I need steam...
Hi,
Been using method "Save frame position" for months now and everything seemed to be working just fine.
28758
But now the error message somewhy pop-up when I'm trying to save in game...
Yes, it seems to be working just great both in my game and in a testing file I've sent you. Thanks, you're a life savior! Any chance this fix will end up getting into ClickTeam 2.5 official steam...
Thanks for replying!
I've attached a small mfa file with some strings and Russian text in it, where this bug is constant.
I also have text typing in my application (via LEFT$ method) and custom...
No suggestions on how to fix that? That's a bummer =(
I've managed to overpass all of the bugs and problems with String object in Fusion 2.5 except this one.
28720
Punctuation marks (like .,!?: ) gets transferred to the next line of the string if...
Why do you make 3 last events with DPIUNAWARE?
Another tester replied with his Windows version:
Windows 10 Corporate LTSC
Version 10.0.17763 Build 17763
Any info on if it's Microsoft bug?
One of them answered:
"Windows 10 for 1 language
Version 1903
Install date: 18.11.2019
OS Assembly: 18362.720"
Is this info enough?
I agree that this Registry 2 solution is bonkers and this setting should be included somewhere in Clickteam settings. However, right now I don't have a choice. The problem is that even this solution...
Are you asking me to do something like this?
28561
Because I don't really see how this is going to change something. As I've said before - I don't have this problem on my developer PC (or 2 other...
I'm sorry, this might be a dumb question, but where exactly or how should I add edrt.exe? I've tried to google what edrt.exe is, but I'm kinda blank on that...
I'll post my code here again for...
Had the problem with string changing frame size on some player's systems (which can be fixed by clicking the "Override high DPI scaling behavior") and tried this method to fix this.
Here's more info...
Nope, 2 testers tried this build - did not work. Despite the fact that I've copied the exact code. Any other suggestions?
28557
Thanks, I've tried that.
Now I'll search for some people who had this error and I'll try to see if it helped.
On most PC's my in-game text is shown in the correct position and with correct string object frame size. I don''t have any events that move this text in my game (only events that change it's font via...
Hi, sorry for digging out this topic, but can I clarify: the event editor can show up to 30.000 events (which is great), but do you have any information about how event number affects performance? As...
Reporting here since bugbox.clickteam.com is currently unavailable.
So I'm using my own custom font via Embed Font object. The font is embedded at the start of the scene (so that those who don't...
Ehm... I've tried going back to non-beta version of fusion to see if this bugfix is in the update, but the whole game stopped working. When I launch application in non-beta version of clickteam - the...
Thanks for the help! I've managed to fix save/load function in my game. Now it works just fine. By any chance - do you know when this bug fix will be available in non-beta version of fusion 2.5?
Thank you very much for your help.
It worked partially... Now it doesn't break the game (no lag or crashing). But the font error is still there. The picture I've uploaded below is after save /...
What do you mean by ''Restoring the original text font and size"? Does that mean that font will become ''Arial'' or ''Times new roman'' or something? The whole point in embedding a font is in making...
Did you, by any chance, test this ''Save frame position/Load frame position'' font saving problem? Is there a way to fix this?
Thanks for the help. Previously it did save the font used for me, but after I added something / changed something it sometimes stopped to do this. Maybe the problem is in the number of strings I use....
Did you made a tutorial? Can you provide a link here when you're done? Thanks in advance!
So you say I should upgrade to 2.5+? I only have Fusion 2.5 Developer.
By the way - can you tell me please how the font will get packaged in the game build in 2.5+ without Font Embed extension? I'm...
Hi,
So I'm fighting a problem with ''Save frame position''/''Load frame position'' function for some time. I've managed to use this event successfully to make a save game / load game functionality...