If you tell me your discord nickname I'll write to you. I just want to get the final version of SDL Object
Please login to see this link. You can find me there, I'm pretty active
Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
Login or registerTo get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
Open a TicketIf you tell me your discord nickname I'll write to you. I just want to get the final version of SDL Object
Please login to see this link. You can find me there, I'm pretty active
I tried checking “Unpacked EXE” which produced a DAT file, but when I made a new folder consisting of just the EXE and DAT I got “Cannot load mmfs2.dll.
When you build unpacked EXE, it makes a folder of external files, rather than embedding their code within the EXE, embedding which antiviruses consider suspicious.
Please login to see this attachment.
The mmfs2.dll is in that folder as well, as extensions use it as a middle-man between runtime from/to extension. You'll need to include the Modules folder with your EXE/DAT files - upload it all as a zip, probably.
As far as MP3/ARR etc, if they're not in the Modules folder when built, and not in Data Elements, then you're using full paths that aren't valid on your computer.
Please login to see this attachment.
You should open them with expression AppPath$ + relative filename. So if you have a file "background.mp3" in folder "sounds", you want to play by path AppPath$ + "sounds/background.mp3", you can do that with Play Sample File action instead of Play Sample, then pressing Use Expression on the browse dialog on bottom right. You will have to package those files with your app along with Modules, and it means you can replace sounds without rebuilding the app.
Don't think it's possible. There is a "cut rope" action, though. Perhaps making a max-size rope off-screen, "cutting", then moving it to where you want will do?
Did I miss the moment when they gave the full release? Is there any way I can get the finished working version please?
Sure, hit me up on Discord. The testers operated in a channel there so I can confirm you were active.
(Several months ago the Discord became public access rather than dependent on the passport verification bot)
Yes, latest one should be linked in Passport Temporary Access. If you're on Steam, you can opt in to the beta channel of updates.
There ya go then. You're using an old beta version that is a trial version.
Not sure where you got it from or if you were a tester and never got the full release.
It may be the extension is just not looking for floats. When an extension reads an expression, runtime by default passes it to extension as integer. The extension has to set an option then re-request for it to come as float.
Without the Mode 7 source code you won't be able to fix that.
I did see some Mode 7 shaders like Please login to see this link.. Maybe that'll suffice?
Me neither. Build for HTML5 Development and view it there, so the function names aren't minified.
When you're debugging HTML5, the first rule is to open Dev Tools on F12 and look at the console, where it shows any errors on the page. It's a lot more informative than a screen being grey, which will happen for any loading problem.
...and what does dev tools show?
Phi, tell me what is the latest version of SDL Object? Аnd does it work for a HTML5?
Latest version is an unreleased build 12. Yes, it supports HTML5.
Note that HTML5 as a platform is limited to the Please login to see this link.. So any gamepad ext will use that. SDL for HTML5 is a translator around that to behave the same way as SDL Object on other platforms (as well as the goodies like 360 -> 32 dir joystick).
If you're only making an app for HTML5, you could also use the Please login to see this link.. You'll have to grab that from Clickteam, it's probably paid as well.
One sizeable one is Please login to see this link.. Multiple regional servers.
Sorry, I thought shaders weren't included with the .mfa,
They aren't.
Check on Please login to see this link. . The exporters are there as well.
Assuming you're looking through the right event sheet, try reopening Fusion and searching again.
some missing java files
It was missing some imports in the Java files. How it didn't come up before, I'm not sure. But the fix was small, as you can see Please login to see this link.. It can be done manually by someone modifying their Blue Android file to add the lines, but chances are I'll put out a new version to fix it soon enough.
I've switched to SDL but i have some issues like the navigation bar and Status bar always visible on Android... How did you solved this issue?
This was worked out in Discord DMs with Mr Dobermann and fixed - hopefully will release a new SDL version soon, currently uni assignments are annoying me.
They're not one team on one goal, folks. There's guys for F2.5, F3, the site, FNAF and PR stuff, etc. They work at different paces. I've not heard of anyone being pulled off F3 to work on FNAF, or F2.5 for FNAF. You'll hear more about that stuff because they can make it colourful and show it off fairly easily, compared to showing off some non-UI code improvements.
e.g. "Ah, we had to restart the build creating because Android on some Xiaomi models was reporting a fake game controller, and we had to update the file in the installer for 2.5 Standard, Dev, 2.5+ Standard, Dev, and Steam-"
With 2.5 the approach to builds is a wide, slow net to catch all the bugs they can. No one likes trying to roll out their product version with known bugs or restarting all the installer creation process each time a bug is finally resolved.
With Firefly, the delay is partially on me as I'm doing a build for it (which you know, Peeblo, you're on the Discord). Why they haven't produced the last version, from what I guess, and this is likely an incomplete picture, there was DRM accidentally removed in an update, this was rolled back, and merging the two was not been finalised. So we can thank the pirates for CT's trepidation in pushing that.
Almightyzentaco (Fusion 2.5 Tutorials)
Captain Quail (Firefly Tutorials)