To write from batch to a file, use
echo Installed > output.txt
The > output means the standard output lines (as opposed to standard error, 2>) will go to the text file.
The dotnet list--runtimes...
Type: Posts; User: Phi; Keyword(s):
To write from batch to a file, use
echo Installed > output.txt
The > output means the standard output lines (as opposed to standard error, 2>) will go to the text file.
The dotnet list--runtimes...
Run the command "C:\Program Files\dotnet\dotnet.exe" --list-runtimes and capture the output, maybe in Console object or Pipe object, or by writing a simple batch file that outputs to text document...
Just chiming in that I don't think the SDK exposes this functionality.
There is a way it can be done, but it will involve the extension parsing the entire event list.
Hey Fernando,
Thanks for reply. I know it's doable for the Fusion user by hand, I'm asking more about modifying the project file during the Fusion build process, to add the libraries so the user...
It's Str$(number), not String$(number).
String$() reads the displayed alterable string from a String Object.
You can nest expressions, but for something like String$("String Object Name"), there's...
UTF-8 in response is not part of the POST request.
You should encode the special chars in your text with %XX, which you can do via the expression:
URLEncode$( "Get Object", > Your POST value/key...
Maybe, but SDL is well maintained, and you won't be dependent on Clickteam having time. The object is also open source.
I may be wrong, but I think there have been some joypad updates sent around on...
It has an example included (check under Fusion\Examples\ for SDL) but it's more of a tester MFA. Still, if you play around with that MFA you should be able to work out what information the joypads...
There's a new SDL Joystick object, you could try that.
This is an extension SDK question.
How can I take a C++ (or Objective-C) static library, and add it to the Fusion's built XCode project?
Does Fusion have a iOS equivalent to PrepareFlexBuild() or...
Hey folks,
Updated to build 21, bugfix for Windows runtime creating "could not find JSON object" when building EXEs, and updated SDK to v7 (faster text charset conversion).
Cheers,
~Phi
Seems like you run SDKManager.bat under the wrong Android Studio subfolder? Look for the right one.
C:\Program Files\Android\Android Studio\bin\tools, maybe?
sdkmanager.bat --update...
Could be your "inactivate when far from frame" or "destroy when far from frame" object properties.
Also, could be your object selection picking the first out of a set, instead of doing all of...
Try running it under C:\Program Files\Android\Android Studio\bin\
In the order I specified; upgrade, not update
Browse to where you installed your APIs, and run a command prompt there.
go to this path:
C:\Users\<your user profile>\AppData\Local\Android\Sdk\tools\bin
And run these 2 commands:
sdkmanager.bat...
Hey Clickteam,
I've just tried out the UWP exporter and discovers it makes a JS-based UWP project. Having looked at it, Visual Studio 2019 and above will no longer support JS UWP projects....
Lacewing Blue is still getting regular updates.
And the Patreon has funded Unicode and Android ports, and is not that far off funding Blue iOS too. Those ports' dev time will be paid for by...
Consider using ArrayX, which has search functionality.
Otherwise, Ini/Ini++ might be more suitable for you to use; you can store multiple items per group, as a sort of tree but with named...
LBS will suffice, but Fusion runtime around it will add some overhead. The more the Fusion app listens to/interacts with the LBS, the slower it will run, as I described in my last post....
Bluewing Client updated to build 94.
b92: Fixed Not Responding related to peer connections/disconnections in multithreaded mode. Fixed long wait during application quit before the app closed (max 3...
Thank you! Sponsor the Patreon if you're able!
Software wise, the protocol is capped to 65535 players and channels.
Message wise, as many messages as your app/server machine can process. TL;DR:...
Can't reproduce it in either the DarkEdif port or PkR's variant, are you using the latest version?
Does it happen with other joystick types?
Moo was discontinued a while ago.
HTML5 Bluewing will likely not be until late next year, at the earliest.
People tend to use Get Object, and a webserver hosting HTTP/HTTPS, to exchange chat...
The ones the installer adds are already converted manually, and stored within the installer. If the installer sees a D3D 9 version, it will install the D3D 11 version.
It's not automatically...
evlisish wasn't being sarcastic, my guy, he was complimenting Volnaiskra.
Seems like people like it a lot more in the Clickteam Discord.
I also made a variant that doesn't require external...
CapitaineCaverne SirEatAlot Build 17 was submitted to Clickteam on the day I posted that. Waiting on busy CT to update it.
If you want it directly before then, just DM me on Discord with...
Yea, like that. LB is a quality coder, and he created a split-into-parts file sending system around the same time I did.
Were you listening to the server's welcome message? I don't see an event...
I was on mobile and couldn't open the MFA, so I gave the most likely scenario.
I usually visit forums every few weeks (or more infrequently), and might not see any new topics, but I'm on Discord...
Sounds like scoping issues, try reading Volnaiskra's tutorial on how Fusion picks the objects to apply actions to. Make sure you're storing Peer ID on peer connect, or on peer loop.
If you want...
Web Query Object updated to build 17.
The changes are listed on ClickStore, to some extent, but here:
b17 28/11/2020: Added two new properties and HTTP error conditions. HTTP errors 4xx/5xx now...
Bluewing Client updated to build 93.
b90: Fixes float expressions' return values when a sub-expression is called on the same object in the same expression evaluation. Updated DarkEdif SDK to v5....
@euginee How Janette5 described it, that is "0-based", and is a way of saying "distance from start".
If memory is allocated like a list, it is more efficient to say start of list is at list's RAM...
In the latest DarkEdif extension SDK, simply make use of INI setting FavorSizeOrSpeed to remove the dependency.
DaveC Clickteam or anyone is able to, as PkR said in original post, forks and pull...
There is a tinyxml2 library now, with bunches of improvements.
Yea, I actually recommend this sort of thing to anyone making a level editor. You can use RGB(1, wallStrength, wallVisible) too and tackle some extra data on. With alpha channel there's an extra...
Hey folks,
Updated to build 20, now has HTML5 support: you can decompress, coalesce, and separate in HTML5. Compression not supported in HTML5, perhaps later.
It's all asynchronous, so the app...
You can also do GetRGB(R, G, B), which does the same thing. Likewise, you can pull RGB to R, G, B via GetRed(rgb), GetBlue(rgb), GetGreen(rgb)
defisym
If you need to access the Steam beta, put in the Steam beta key found here. Right-click the Fusion app in Steam, pick Properties, go to Betas tab, and enter the code there, then press Check...
https://dark-wire.com/images/DebugObjectIcon.pngNew update (build 14).
Build 14 now out! Improvements to error messages. Unhandled exceptions are now called crashes, to help out newer developers....
Bluewing Client updated to build 92.
b90: Fixes float expressions' return values when a sub-expression is called on the same object in the same expression evaluation. Updated DarkEdif SDK to v5....
nivram False positive, dude.
You can check the VirusTotal results if you want.
My site can only be edited from LAN, so I don't think it'd even be possible to hack. And it uses crypto files for...
You're welcome CapitaineCaverne! Support the Patreon if you're able.
Bluewing Client updated to build 91.
b88: Updated DarkEdif SDK to v2 (better update notifs/fixed editor display).
b89: Added...
Hey TheDigitalAlchemist,
There's no HTML5 ports of multiplayer extensions yet. Lacewing HTML5 is a goal on my Patreon.
Patrons have already funded Unicode and Android ports, expected before end of...
Hey Wario,
Sorry, I missed your thread.
You normally get Lacewing support on the CT Discord, so if you still need help, ask for me on there.
Port number was merged with the hostname/IP...
You're welcome TopWeb! Support the Patreon if you're able.
Bluewing Client updated to build 90.
b86: Fixed crash on unnamed channel listing loop; fixed build number in extension description....
Those who wanted to support Bluewing, you can now sponsor my Patreon! Patrons have already funded a Bluewing port to Unicode and Android. :)
Hey Shadows_G26, are you using the latest builds of...
Bluewing Client updated to build 89.
b86: Fixed crash on unnamed channel listing loop; fixed build number in extension description.
b87: Added update detector for Fusion editor builds of extension....
Bluewing Client updated to build 88.
b86: Fixed crash on unnamed channel listing loop; fixed build number in extension description.
b87: Added update detector for Fusion editor builds of extension....
Bluewing Client updated to build 87.
b84: Added fixes from Bluewing Server updates, and DarkEdif minimising updates. MFXes should now be smaller and faster.
b85: Fixed memory freeing of close...
Try Screen Pixel Object Extended by 2xD. If it works in HWA, let me know, otherwise I'll add Get Pixel to the Darkwire ext list. :)
I have the source code for the PNG image filter; mayhaps it could be done, but I'm not sure about platform compatibility.
I wouldn't be surprised if GIF being treated differently was hardcoded...
For support, tips and bug reports, contact me on Clickteam Discord.
Exacts costs are hidden so not to dissuade anyone from thinking it's a rabbit hole. Contact me on Discord to discuss one-off...
Bluewing Client updated to build 86.
b83: Changed memory management, reducing resource leaks and improving performance when copying large data. Fixed corrupted loop names during subloops/crash due...
1) Bluewing Unicode will be worked on and estimated to be released by mid-August; it's been paid for by patrons.
2) Bluewing Android will be worked on after Unicode; it's been paid for by patrons....
Bluewing Client updated to build 85.
b83: Changed memory management, reducing resource leaks and improving performance when copying large data. Fixed corrupted loop names during subloops/crash due...
That's all discussed on the Patreon, the last reached goal was Lacewing Android, it's been funded!
Lacewing Unicode has also been funded before that, and will be released by mid-August. Released...
Okay confused. As mentioned before, for support, contact me on Clickteam Discord. I can isolate a lot faster over IM than a forum thread that emails every subscribed person when a new post is made....
Make sure you've unblocked the CHM file in file properties (just right-click in explorer, properties item, look for unblock button on the bottom).
Happens for all CHM files downloaded from the...
Bluewing Client updated to build 84.
b83: Changed memory management, reducing resource leaks and improving performance when copying large data. Fixed corrupted loop names during subloops/crash due...
Server updated to build 17, final ANSI build.
Note that any further updates to this extension will be talked about on this thread, along with client updates.
Yup, crash was fixed. Build 17 is now live on ClickStore! Existing customers, check your ClickStore account downloads page.
Note that this object is in the process of being ported to HTML5, but...
Build 17 is out at the moment, hit me up on Clickteam Discord. I thought I updated ClickStore, but let me confirm with ya.
Yeah, that doesn't make any sense. I can't see a single coding language (C, C++, C#, JS even...) where you go to a subfunction, or a sub-loop, and the parent function/parent loop has their selection...
Reuploading my MFA:
29034
Aww, you flatter me. X)
I'll add your ext to Darkwire ext list.
For future reference Sloxone, please package your exts in a way that can be extracted directly into Fusion folder, like thus....
Yves could I get your input on this thread? More specifically the deactivated events. After a fastloop, the actions aren't done on the event's originally selected objects, nor even the ones the...
Yea, there's some nonsense afoot, don't get me wrong. I highlighted it in the events, behaviour which I can imagine were retained for compatibility with MMF1, or something. Personally, I would've...
In most languages, this would be expressed similarly to:
+ on mouse click event:
- select object under mouse position, store as currentObject
- run object_click(currentObject)
-- on object_click:...
That's because you're applying common sense logic, not computer logic. Common sense says you can only click on one object A, and any loop should have more than one object, therefore the logical...
Yea, I keep answering problems already answered today...
Was there a reason Ini++1.5 doesn't support Unicode? I could help port it if there's no practical reason like an incompatible static library.
Hey Sloxone,
Best to get help on Clickteam Discord, on the #ext-dev channel, it's generally faster.
As a debugging tip:
• When your text is cropped to 1 character long, you have a Unicode text...
ListView can also read CSV files, but you have to pre-create all the columns before loading the file, I think. ListView does support Unicode.
The "tab" character is indicated in Lua and most other languages by "\t", which I don't see in the code you quoted. I don't know Lua, but
function helper(x,y)
return x .. y:gsub("\n","$") .. "\n"...
Bear in mind Bluewing Server was designed to not interact with or wait on Fusion unless told to. If everything is turned on and waits for Fusion, you get performance drops since everything is queued,...
That was fixed in Blue Server; make sure you're using the latest. You can ask for the testing/beta build on the Clickteam Discord.
As a side note, you're asking on the wrong forum; it should be...
It's probably a misformatting of the GetDependencies function. Or you don't have the function at all.
Also, make sure you're using TCHAR static text. _T("dll")
You'll get much faster support on...
Open-source C++ server, using Lacewing Blue, no Fusion.*
Pylacewing, no Fusion.*
Lacewing Blue Server object does have a lot of automatic processing done outside the Fusion event loop, the...
It's not ported to mobile yet, although it might later be ported to Android.
And no, for small storage it doesn't suit. You could try using Get Object with some PHP pages if it's small data...
Just released build 5 (or v1.5 if you want the old version naming system).
Uses latest DarkEdif SDK, and fixed the expression to read UTF-16 string from memory address. Doesn't cut off half-way...
AppPath$, not AppDir$. AppDir$ doesn't include drive letter.
I reported this already, the Java compiler (java.exe) used by Fusion is lingering around. You can kill java.exe in Task Manager, no Steam restart needed.
If you're using Counter, then look in Counter object properties to set the number of decimal places (also note significant figures, the number of digits including before and after the decimal point)....
I helped Xenon on Discord, but if anyone else needs it...
Steam has anti-debugger measures put in place, to prevent hacking. I don't think I've had a problem with the measures interfering recently,...
Heyo,
You should be able to type it into any expression window.
https://community.clickteam.com/attachment.php?attachmentid=28435&d=1584302962
It's an expression, not a condition or action....
Looks like you imported it without the correct transparent colour. It assumed the transparent colour was black (RGB 0,0,0) and so replaced every black pixel with transparent. However, your Fusion...
There's a little-known option FloatToString$(), which you can find under the System object Conversion expressions.
FloatToString$(>Value<, >Number of digits<, >Number of digits after decimal point...
BUG: The java.exe for Android build is lingering after Fusion closes, making Steam think Fusion is still running.
BUG: Also, there is a regression in Clock object, on Android, where 12 noon in...
Well, you could learn C++ (free), grab Visual Studio 2019 Community (free), grab the Fusion DarkEdif SDK (free), and link the Chromium's browser engine (Blink) C++ API to your DarkEdif extension...
mianhuat Look into logcat; there's normally security warning events created by Lacewing, as it tries to use .DLL (or in Android, .A) that are not accessible in more recent Android OSes.
This can't...
If you have missing external libraries, check the Notes column in Darkwire ext list. You'll probably find DLLs you need.
In this case, python26.dll is needed in Fusion root and Data\Runtime. As a...
Fixed Fuuriokun, was a typo in the json file.
28038
28039
See this thread.
Okay, updated it to DarkEdif SDK, so I could easily use the SDK's text conversion feature. And there's now a Unicode version too.
28035
28036
There ya go.
You need Visual Studio 2019, with XP compatibility component.
28033
28034
There ya go.
You need Visual Studio 2019, with XP compatibility component.
28033
28034
If you don't want to get any of the goodies, like early access to the function object and so on, you could donate directly on PayPal here.
My Patreon will normally charge you immediately, then on...
Not yet. Android OS used to have a built-in library "libcrypto.so", OpenSSL, but in later Android OSes they moved to BoringSSL.
Lacewing Relay for Android still tries to use the OpenSSL, but can't...
Can you not set it to not be created on start in its object properties, and create it if it's STEAM?
Or does the popup still happen?
In Edif/DarkEdif, to return a string:
1) Make sure the expression's "Returns" is "Text" in the JSON file.
2) Next, the return type of the expression should be const TCHAR *.
3) Next, make sure you...
It's in French, but if someone translates it to English, I'll add it to the DW ext list's download.
Hey haoujey,
Faster support is reached by contacting me on Clickteam Discord. Honestly, it's lucky I saw this.
Recently, I just overhauled the entire repository with DarkEdif SDK. There's lots of...
Oof. Hope it's working well now.
I've discovered the patcher doesn't work for CF2.5 MFAs, but me and Yves are having a hard time tracking it down. I'll probably take another look tomorrow. Fusion...
There is not, but I can guide you through it. Most of it is where you expect - rdPtr is still around, callRunTimeFunction still is there.
The difference is your extension is contained with a C++...
Typically, I would use GenerateEvent, not PushEvent, particularly if modifying internal ext data then firing events inside HandleRunObject based on it. I have yet to have a need to use PushEventStop....
Please note this thread won't be getting update posts for Bluewing Server.
See this thread instead for build updates.
You can also view the official Darkwire site.
(There's been 10 build...
Bluewing Client updated to build 82.
b77: Minor change to prevent rare crash on app close.
b78: Fixed garbage disposal in message reader. Fixed closing being unstable due to already-freed variables...
This bug was fixed by Lacewing Blue, but it was a confirmed problem. From memory, the UDP socket wasn't cleaned up properly, leaving the client unable to reconnect. Possibly, Destroy/Create might fix...
The issues were fixed a month or so after that post - so all good to use the Darkwire servers now :)
Don't worry about it, INI doesn't have a concept of types. All of it is pure text.
It could be re-interpreted as int or as float, but it's naturally string all the way, so it's not like you're...
https://dark-wire.com/images/DebugObjectIcon.pngNew update (b11).
Fixed the minidump functionality, it's not a no-op anymore. It's recommended that you set the minidump path before a crash occurs,...
Yes and no - it is DarkEDIF, but it has some breaking changes.
The current DarkEDIF SDK has "dumb" properties which break every time properties are modified in new extension versions, and the SDK...
So the case NM_RCLICK never runs?
Also, you should put a break; after the if, like if(...){...} break;
In C/C++, if you don't break for a match, the code will "fall through" and run the next...
Well, a video guide wouldn't address any errors that could come up, so it'd be best as a written format. Either way, it's a huge amount of time, probably multiple weeks.
I did have a CT blog...
I recently made an extension that does this for one of my Patreons. Windows only, though.
If you join the Clickteam Discord and tag me, I can send it to you.
Hey Cheezy_Bacon, Embed Font Object does come with both examples and help file.
Check under
[Fusion install folder]\Examples\FontEmbed
and
[Fusion install folder]\Help\FontEmbed
If you're in...
Refer to "goals" section of the Darkwire Patreon.
Well, I have a pre-release function object that could make that simpler... need to polish it up, though.
Would it be possible to read all the value names during the build to EXE/CCN process and...
AftPeakTank You can search for them already, using Ctrl-Shift-F.
https://community.clickteam.com/attachment.php?attachmentid=27365&d=1564676056
Mazerwulf You should use "Repeat while mouse pressed" event instead.
You can also right-click the condition and negate it for a condition that basically menas "when mouse is not held down".
And you...
Yes.
According to the FFmpeg EXE page I linked above, it's GPL 3.0 license. Which according to TL;DRLegal, is okay for commercial software. You might want to view the link though to understand legal...
Hey JohnZ,
ID3 Object is alive and kicking on Darkwire ext list page, but only reads MP3 tags. For writing tags, I would recommend using ffmpeg commandline. It's possible to hide the commandline...
Ah, it slipped my mind. I'm trying to upload it, the ZIP exceeds the limit, so I'll see what can be arranged.
Have a new update coming out soon after too... some neat things to be added.
https://dark-wire.com/images/DebugObjectIcon.pngNew update (b10).
Reworded some A/C/E to be more clear, and added Unicode support. And also uses Unicode properties.
Anyone upgrading to this...
You can use string tokenising aka string split for dividing "4x5" into "4" and "5"
you need the Val() expression you can find under the object with the gear icon to read text as a number
then it's...
No way to get it working with Fusion workarounds... the error is in the Relay extension's source code itself. Since Relay was released, the Android OS no longer ships with the security DLL that...
DebugObject can also run events when the app it's in crashes. Latest download is a little dodgy though, but I'll work on that within a week or two.
And Instance Communicator works fine? Can you...
Instance Communicator or Global Function Object, both linked here.
The interface with Fusion hasn't changed much over the years, so don't be too put off by the date on the SDK.
That said, there is an SDK still being updated called DarkEDIF, which I am maintaining....
FalconsoftIndustries If you've installed Fusion from Steam, the usual path is
C:\Program Files (x86)\Steam\steamapps\common\Clickteam Fusion 2.5
If you're installed Fusion from download/CD, the...
There's two ways you can go about this:
• Managed C# projects, which combine C# and C++ in Visual Studio
• Using .NET Object (requires .NET Framework 2.0), and not using an extension
While it...
There are, but most are listed on Darkwire relay page, which is currently having issues with uptime. If you join Clickteam Discord, I could send a couple as attachments or guide you through it.
...
Heyo TopWeb, sorry my site is dying.
I don't have any details, only it's to do with my ISP, an OpenReach engineer spent five hours looking at it, and when it doesn't work the entire building loses...
It looks like Facebook Graph API is HTTP[S] based, in which case, Web Query Object could handle it.
When I come off break I'm planning to port Web Query Object to Android - so within next few...
Hey namespace, MooSock comes with help along with MooClick/MooGame.
See last tab of object properties and press Help button.
If that doesn't work, browse to your Fusion install folder, then Help...
You should be using Edif or DarkEDIF, Mr. ColdFire! DarkEDIF has support for automatic properties where the memory management is done for you. It also has warnings for when your A/C/E parameters and...
Lacewing Relay Client most recent build is #21. There is a Lacewing Blue Android port, but it's not working and not released yet.
You can check out this page for more Lacewing details.
On...
The microphone exts are very limited, and for Windows, none are available for Android.
You can refer to Darkwire ext list for queries like this, it has a filter with compatibility on the bottom left.
At the moment, yes, I'm porting to Android, and also making it Unicode-compatible.
It's going to be free and open-source, but donations will prioritise the project, so if you're interested in...
_peixe_ One of my current projects is Lacewing for Unicode, which should support special characters. It'll be ported to Android too.
Yes, and by using JNI. If you join Clickteam Discord, I'll discuss it further with you.
Since you sent me a PM, I'll continue there.
https://dark-wire.com/images/LZMA2ObjectIcon.png
LZMA2 Object
An asynchronous LZMA compression object, also featuring a custom file coalescing/separation system.
LZMA is a compression algorithm...
Hey naiking, what language are you trying to program for Android in? C++ and Java are available.
Button can be clicked, but does not appear. New button in fresh app.
Made the person I was helping through the ChocoBreak tutorial get a bit disheartened.
In Direct3D display mode, the button...
nuagedan100 Not yet. Issues with real life peoples (the horror!) have caused several months' delay, unfortunately. All that's sorted out now, though. (I hope)
I'm planning to:
1) finish a new ext...
There is MIDI Object, does that cut it?
Ah, no, my bad. I just checked my ext list's compatibility for it, and it's Windows-only.
I thought it was one of those ones that get ported everywhere, but no, it's not available on Android....
For what it's worth, there is an open-source C++ server, available here. If you want a pre-built EXE, contact me on Discord, I'll make some customising changes too if they're quick.
Lacewing doesn't support Unicode, technically. If it works with some Unicode text, it's a fluke, both misinterpreting when writing it and misinterpreting when reading it back.
For Unicode text, your...
I don't use it all that often, but yeah, I do use it myself. Others use it far more than I do, though, but unless I'm rebooting for updates it's pretty much on 24/7.
So yeah, it's mostly for others,...
As I write this, server 1 has 24 clients in 8 channels, sending 641 messages, 8.9kb/s, forwarding 761 messages at 16kb/s...
Those are approximate, but usually what I get. I have upload cap on...
Updated to build 10, fixed the extension keeping the last downloaded file open and preventing other apps from accessing it properly.
(And yes, you can see the progress of ongoing downloads/uploads.)...
You want Ultimate Fullscreen object, along with Window Control object.
You can also adjust how it handles screen resizing in app properties.
So far, not so much. I've been working on Bluewing for Android. Fernando hasn't provided any updates (but then I've not asked).
I've used a joint Windows-Android SDK I've created to re-use the...
Raok Efficiency is something you can calculate about after the system works.
I would either send a message on channel join and peer connect, or put it as part of the player's name and use a string...
You have a few potential issues: your VPN, your proxy, your ISP, and browser filters on the hosting site.
Web Query Object is made from a MS library for HTTPS/HTTP, and doesn't pause the app or have...
Posted build 9 to ClickStore.
Fixes "Set request content from text" action, MIME type was not being set.
Also amended the error message when you set the MIME type to something non-POST-friendly,...
You have the EasyXML extension, right? It's on my ext list or probably CEM if not.
Otherwise I see a link to ieshims.dll for runtime, but the rest just looks like a possible Visual Studio...
Thanks denisstephane, it's appreciated!
hcem: Yes, it is possible, using the iOS SDK, but there's not a lot of iOS extension developers.
An ext dev could use a guide like this to write a .m file for extension.
Hey therickman,
Get Object is multiplatform, so for simple GET or POST queries over HTTP/HTTPS, Get Object will do fine. It has a noticeably slow query start speed, and download rate may be lowered,...
Your next bet is to go into your email account: Humble should have sent you a link to their page after you purcahsed, which should list keys and downloads from your purchase.
https://dark-wire.com/images/WebQueryObjectIcon.png
Introducing Web Query Object
An asynchronous HTTP/HTTPS querying object, for downloading, uploading and querying pages and files, and also...
Possibly, but Get Object is meant for text. I know it doesn't do so well on lots of queries at once.
On a related note, I've released Web Query Object. Windows only, but may become Android and...
Depends on how the ext draws, and how the native thing draws... but don't see why not. I know Surface object can choose between displaying as active and displaying as overlapping, same for subapp, so...
I'm working on an Android extension native SDK at the moment. It'll be cross-compatible with Windows and Android. Should be out in a couple weeks.
As far as iOS, I'm pretty sure it's nigh impossible...
TTP The full resources for Lacewing Relay and Blue are compiled together here:
https://dark-wire.com/relay/
The downloads are on the bottom, the zips just need to be extracted into Fusion root...
Refer to http://bugbox.clickteam.com/issues/4699, it's apparently an OS bug.
Bluewing Client updated to build 81.
b77: Minor change to prevent rare crash on app close.
b78: Fixed garbage disposal in message reader. Fixed closing being unstable due to already-freed variables...
Hi Joe,
You can accomplish this without an extension, using String Tokeniser and a multiline Editbox.
String Tokeniser can split in 2D, so you just pass Newline$ and "," for CSV.
You might need to...
Lecherbault, you need to give the error message. Screenshot it if you can.
If your native language is not English, please also say what your native language is, there's a chance someone else knows...
Fernando is - and no I don't, he's a busy man. I've requested more details, and directed him to this thread.
My first thought was "Run while resizing", but that's enabled.
I can reproduce your Alt bug, it drops to just over 60 FPS, and sometimes stalls down to 14FPS when pressing Alt and not undoing it...
He's not completed it so far, you can see it in this thread. But I have heard from Fernando that he's re-making Lacewing for Android, so it should have bugfixes from then on.
I already have a video processing and displaying object using ffmpeg, so I could produce a video object from it with relative ease. It's currently used for network camera streams.
24375
Plenty of...
GamesterX23 Refer to https://cloud.google.com/storage/.
It's cloud storage on Google, more suitable for business, multi-user stuff than Google Drive.
There's no cap on the amount of logins on a...
Cloud storage comes to Fusion apps!
https://community.clickteam.com/attachment.php?attachmentid=24242&d=1512864376
If anyone wants Google Cloud Storage, encrypted multithreaded cloud storage,...
Can confirm he didn't; I read it after he posted.
Conveniently, I read in a news article from 3 days ago that imgur was hacked in 2014, it's only just been revealed. 1.7m accounts compromised....
The lag from network latency would make microstutter even harder to spot or isolate.
For future visitors, it may help to see this.
Thanks ricko. In my case I'm manually messing with graphics, so it's more complicated.
Extract from email from Yves:
You can create 2 types of HWA surfaces from an extension:
ST_HWA_RTTEXTURE...
Not unless someone funds me (or another ext dev) to port Lacewing Blue to Android...
I'm going to go out on a limb and say Sleep functions for pausing an application's thread do not have an exact timing. If that's how Fusion is waiting between event loops/redrawing frames it might...
Different eyes have different framerates, you'd need one updating frequently enough to see the slow part.
I've heard some people in the army can detect a change in 250fps. That's only a 0.004s...
I'm paid per hour, and I've no idea how to attempt something like this (never had to measure with collision)... but yes, it's far too low. Unless it's stupid simple, which in Fusion and in Fusion SDK...
Hey devvers,
I have an extension that displays on Fusion's window. It outputs a bitmap, or cSurface * aka LPSURFACE.
What are the steps I need to take in order to get it to use HWA?
Cheers
Built in extensions are updated by exporter and Fusion build updates. Try updating Fusion. If you're on Steam, it should have updated the build by itself, so you're missing the exporter.
If you're...
Bluewing Server updated to build 10. Fixed an unlikely crash caused by a faulty or malicious client design.
Source code is live too on GitHub, updated along with the full C++ server.
+ Always:
- Binary message: add short X
- Binary message: add short Y
- Binary message: add byte direction
- Binary message: blast to channel
(7 bytes)
It's a lazy example, but binary...
Lacewing Blue Server C++ source code is available, and here's an example Bluewing C++ server.
So if you wanted full-speed Bluewing servers, there ya go. Have fun.
Bluewing Server is now updated to build 9. Source code is live too on GitHub, as well as a full C++ server (i.e. not a Fusion app but still allows Fusion clients).
Bluewing Client is updated to...
Server updated to build 9, a fix for UDP (Blast) when server is told to stopped hosting and then to re-host later.
Source code for this ext is now live!
There's also a fast C++ server example, available here. (raw C++, doesn't use Fusion)
There's no caps on speed (no messaging delay). I use a fibre connection for Darkwire, including the Lacewing servers.
However, my upload bandwidth isn't great, so I've had to cap connections,...
Server is now build 7, updated to include French translation.
Voici la 7ème build de Lacewing Blue Server, maintenant en Français.
...
Alrighty, I modified the DarkEDIF SDK to run the converts. It's a bit iffy, since it internally calls the GET_STRING_SPACE_EX function and not freed later, but since the properties are re-used, and...
New update to build 6, now in Portuguese (PT-PT). Fixed some other bugs too.
Download link is same as above; but also HERE if you're too lazy to scroll.
To activate Portuguese, create a text file...
I've repackaged the zip so the example is in there as well. 23461
Had to use my server as attachment path since the forum upload was bugged...
Heyo,
How do I get a non-Unicode extension to produce properties have title/info in Unicode format, but expects non-Unicode results?
At the moment, I have an extension whereby the A/C/E menus...
This is telling you it's getting Name Set before Connect is approved. Check your "enable conditions" action is being run on start of frame to set up for connect requests. Does it auto approve them?
...