Hey Triadian, that sounds perfect. Sadly I get a product not found error right now for that link:
30021
Type: Posts; User: airways; Keyword(s):
Hey Triadian, that sounds perfect. Sadly I get a product not found error right now for that link:
30021
Woops, this one is a .x file not a .fbx. Okay so the rename technique works but... is still unsatisfactory. Is there a better way to do this that doesn't expose the files?
Seems like the file extension is not the problem, I used the File object to rename the temp file and attempt to load that instead, but it still fails:
"Could not load mesh, file format seems to be...
Hey so I am trying to load a FBX that has been included as a binary file in my game. The engine returns an error, however, saying the file is not supported:
"Could not load mesh, file format seems...
Looks fun, and I like the accessibility aspects of the platforming. I want to like platformers but they're always a bit too tough for me lately. Just backed it, good luck!
Too late to edit my last message...
If you remove the calls to CallFunctionString$ it does show the alert on the second page, but how else can I trigger a JS function call when the page is done...
If you click the button on the first page, a js triggered dialog box should appear on the second page, but does not.
You can see this working by visiting the page in a normal browser:...
@Fernando Hey just wanted to check and see if you were able to look into this.
Should be fine, it's pretty common for many programs to do this, and the INI++ object doesn't seem to care (that's the only way it could be a problem, but it'd be really surprising).
Once you're linked up it will automatically change the price for Reactor Items to $0 in the Clickstore. You might just want to email support.
VACCiNE 2 has an object that provide constant sin and cos outputs at different rates. Checkout the video on the Clickstore page at about 10:30, might be useful....
Hey Fernando,
MFA attached. Thank you for looking into it.
Okay well I found another cause of the problem, which seems to be submitting a form (or maybe other types of navigation?).
The JS code doesn't work when it's the second page loaded after a form...
It seems like my initial problem was trying to run JS in response to the page loading. When I removed that the dialog box also comes up from the internal alert call.
However, I need to know when...
@Fernando any ideas? :D
I have a page served by a server I have written in PHP. This also contains some JavaScript, which works correctly in a regular browser such as Chrome or IE, but does not work when loaded into the...
You could add a qualifier to all such objects, then loop over all objects using that qualifier and save the AVs etc (you can access AVs, strings and flags by index from another loop) for each one to...
Thanks, I appreciate the comments and kind words! I'm hoping to keep expanding on it so there should be more to come.
Just released my first "game" -- there are a few things I still need to add but it is 100% usable. DONTidle is a productivity idle game where you level up by doing your normal computer work. Check it...
I really like that style, reminds me of the first Valley Without Wind (https://store.steampowered.com/app/209330/A_Valley_Without_Wind/) which I loved. How did you do the renders? How did you do the...
Ah, duh! I was hoping it'd be something simple, thanks a ton. I had thought it was rendering in wireframe because the textures weren't loading, but turning off debug data made them appear. Awesome.
I have been trying to get FBX and X models to load into Firefly and I've run into a few issues:
1. Mixamo FBX files don't seem to load at all. You can download these for free with an account here...
Yeah storing the images in the image bank and using EnumElts ended up being better way to go since the images are stored in the produced app. I'm still a little puzzled why the external PNG load...
This looks cool, hows it coming?
Ah and I just found some code in the help file that does actually do something like what I want, so I have something showing up in the child window now.
Now just to figure out why it can't load...
Ah, yes of course, that was the problem with the basic SDK example. I got something appearing on the screen finally.
So the next issue is if it's possible to do something like WinGetSurface with a...
Replacing my draw code in Runtime with the example from the help file doesn't even seem to work (I moved the child window so it wouldn't cover anything up):
// Runtime
short WINAPI DLLExport...
The white rectangle seems to come from the child window I created in CreateRunObject(), so I guess the real question is -- how can I get a valid Surface for this child window so I can render to it...
Hey there,
So I am working on a custom owner-drawn button in the Win32 runtime. I have a RenderTo() function that I created which renders the button the way I want it to appear.
The RenderTo...