It is called by the CF before compiling an android project.
Type: Posts; User: ColdFire; Keyword(s):
It is called by the CF before compiling an android project.
I did not check, but it should work based on a system that in fact was actually modified by Google. Now, I've got a lot of work to do so if you like I can give you a free version in exchange for...
We can't help you without code and this is clickstore item so you need to ask the author about help
What will be the price of the transition from CF2.5 dev to CF2.5+?
Now everything is clear for me:) It's a simple set of options. You can even make it in 3d like at https://estimator.carportcentral.com/ using Firefly extension. Why didn't you try to do this in...
You need to describe it more precisely without using a mental shortcut.
Maybe I could help, but I do not understand what you want to achieve... This example file just adds some value to score and jump between frames.
Yes, it isn't clear... So better name is "follow the camera" or "stick to the frame". How an object can follow something that never moves?
Sorry, but there is only "follow the frame" So... If "on" then it should follow and when it's "off" then not. There is no extra information about it... Now it is work in reverse order. I can give you...
I don't know but you have to be careful like in option "follow the frame" When the option is on the object doesn't follow the frame but when it off then it follows... I reported this but CT don't...
There is also problem with collision mask but I fixed it using own extension and this code:
if ( rhPtr->rhFrame->m_dwColMaskBits != 0 ) {
...
Check this example
Hey Clickteam, the BugTracker is off so I going to write it here... I reported that bug, a few years ago but you don't fix it yet. You should look at the code where u create virtual width/height...
I hope so:) If ASD is in the team then you do not have to worry.
I found it! The problem was in the rsdk header files... You had to use others headers to compile if it works for you. By the way, there is an option to contact you?
I'd love to help, but I'm not going to join as patreon so maybe another time
It's also not my code it is default rSdk template... It worked before but not now...
VC 2017 and VC 2008. Still the same issue I can put the object into the project only when I add:
edPtr->swidth = 32;
edPtr->sheight = 32;
Strange issue...
Source:
https://www.dropbox.com/s/rasmabq2760s1ky/rsdk.zip?dl=0
Like that:
void WINAPI DLLExport GetObjectRect(mv _far *mV, RECT FAR *rc, fpLevObj loPtr, LPEDATA edPtr)
{
#ifndef RUN_ONLY
rc->right = rc->left + 32;
rc->bottom = rc->top + 32; ...
Extensions created in rsdk do not work with the newest versions of cf to fix it u need to add some lines in code
in file edittime.cpp and fucntion int WINAPI DLLExport CreateObject(mv _far *mV,...
I've heard that this extension does not work with CF 2.5+ someone can tell me that's is true?
Fixed to work fine with current CF version
It would be nice to have the option to run our games step by step/line by line or stop it at breakpoints it is more useful than line speed counter.
Can u check that example? Tell me if u can use extension in my example
New version 1.2 is here: https://www.dropbox.com/s/131nn2ix4sgwgxh/ListOfInt1.2.zip?dl=0
Google deletet ant folder from new version of android sdk tools... So users who need to use new version of tools and android studio can't use android exporter
Ok, but what if I need new version of api with android studio? I belive that ClickTeam should update android exporter to avoid this error and make it compatible with new version of sdk
Hmm? It works in local network without internet connection too..
Currently the extension has this feature.
Look:
http://imgur.com/a/J6kBj
So, if enemy animation frame is equal 4 then you create "Rock" object at enemy and move ALL existing rocks to the right/left(depending on the X position of Rock) (XPlayer-XEnemy)/15 times?
One active with multiple images and some array as item database
No because you can get it around and I must agree with Yves
I reported that long ago:
http://bugbox.clickteam.com/issues/3419
http://bugbox.clickteam.com/issues/3420
That's because event after back from loop don't remember pointer to object and if it...
It is much better to ping server ip
You don't need to pay 300$ if you have CF2.5 Std! This price is reduced to developer version minus std version:)
Yes it can but sadly only to date 30.06.2016 because Gadu-Gadu team turn off support for sharing files at they servers
It is easy to make pathfind without extension for each exporter :)
https://en.wikipedia.org/wiki/A*_search_algorithm
You can always check object list before use array and set string to it only if it exist.
Only CF2.5 clear SDK is supported well but hard... EDIF in my opinion is not good enough
Yes, it should appear in a few days :) Now I have some more free time to end my personal projects.
In file that you send me you forgot to select object via id in event 45(You need to pick object before check distance betwen group of objects) also you made simple mistakes in 44 and 47 line. Check...
It's is a value that allows me thoroughly select an object to calculate distance and change direction of object.
I made for you an example I hope it will be useful for you :)
https://www.dropbox.com/s/6nibx93ti1o1nxj/distance.mfa?dl=0
Hmm maybe that because it need true COM port and this extension don't support USB connection... It work with serial monitor and other software to test I/O.
Someone can test arduino with serial object? It don't work for me with cf 2.5
I just changed default encoding to UTF-8 you can do it also for IOS but you can't change it for windows without source code.
http://i.imgur.com/CRU3xBV.png
Yes you can do this with lacewing.
http://community.clickteam.com/forums/222-Lacewing
It will be faster if he just use Add ValueAtXY("Array", 1, loopindex("sum_array")) to Global Value A instead of Set global value
I was hoping that this will be a video showing where and how to monetization from our android games but it isn't. Anyway funny game.
Here is what you need
void GetAndroidManifestPathname(LPTSTR destPathname, LPCWSTR androidDirectoryPathname){
#ifdef _UNICODE
_tcscpy_s(destPathname, _MAX_PATH, androidDirectoryPathname);...
But this is good idea to make an extension for that.
No but I can share it with you :)
Can I get some example how to store simple value into registry during installation? It is possible to store encoded installation info like cd key during installation into registry?
Then you need to do this in PrepareAndroidBuild function which is in the file edittime.cpp
example:
// PrepareAndroidBuild
void CALLBACK PrepareAndroidBuild(LPMV pMV, LPEDATA edPtr, LPCWSTR...
There is free extension for that: http://clickstore.clickteam.com/plugins/extensions?product_id=211
You can use Instance Communicator extension:
Oh you mean that...
Great! Thanks! I posted it here: http://bugbox.clickteam.com/issues/3258
Example:
https://www.dropbox.com/s/l6oj8bl2te2pib7/test4.mfa?dl=0
No, but this is nice idea.
I found the reason why it does not work... It always use old IE version but this script requires IE10 or higher. Extension use old IE even if I change browser version to IE11 in extension settings (I...
Hey I just made java script to simulate click button and it work at chrome but don't work with web control object. I would appreciate if someone can help fix this problem. I need to click button(I...
If you use integer values then you will get integer result so you need to use minimum one float value to get float result. Try this: 100/263.0
I know this issue and it appears on Windows XP for users who don't have Visual c++ libs. Extension author may have forgotten to change the type of build from debug to release.
Hello, I believe that administrator rights don't work for Windows10. Can anyone confirm this issue?
Test files: https://www.dropbox.com/s/79sjymv84qq31xb/Testfiles.rar?dl=0
Thanks!
My game from 4th 20 game event use CRT shader on frame and it is retro game you can download it and check this.
Because I can make SQL injection to your code.
Your query is unsafe and you forgot ";" at end of line with query.
Try this:
$query = "UPDATE `Client_Users` SET `password` = '".md5($_POST['password'])."' WHERE...
Nice, Fernando! You should sell it as bundle.
Fernndo, What features will be include in this extension?
Can you send me an example? Did you use latest version of extension?
Edit:
The problem may be that you set it every time when you run the application
You can select it at start or in application->about->language
Extension should be faster it's obvious due to the construction of runtime.
You should post bugs in bug tracker
You can try Android New Dialog Control 2 object plus data&time object to do something like my extension do but you will see notifications only when application is running.
Porting this extension...
Wrong place for topic like this one you should post it here http://community.clickteam.com/forums/345-Android-Export-Module-2-5 or here
http://community.clickteam.com/threads/41417-String-tokenizer...
No one know how this object works?
It's very simple and there is already a lot of examples how to do something like that. :)
There is a few other ways to compress data in CF2.5. It must be in zip? Anyway I will try to look at this zip object soon.
This is wrong place to post topic like this one. I believe that only extension developers should be able to start topic in this place.
DaveC, moderator just forgot to accept your file but now is ok.
https://www.dropbox.com/s/rr7ls2qlk0qujpj/__struct.rar?dl=0
"Invalid Attachment specified. If you followed a valid link, please notify the administrator"
I going to buy this extension when it will be fixed:)
Mobichan you are faster than me :D Yep ultimate full screen object will slove your problem but it don't work with Nvidia gforce 310M series.
That's because function $str(1.0) return 1 you should use FloatToString$(Global Value A, 2, 1 )
Solution:
https://www.dropbox.com/s/lti5ydmyty2wko3/Decimal.mfa?dl=0
Can I use UCI chess engine(Komodo9, Stockfish6) with this extension?
You can do bit operations like xor to encode your data.
Hmm? Maybe you mean web store... In clicstore you can get only CF2.5 STD Steam edition key and if you have this one you can download it from steam.
In this case you can use Animation "X" is over - > Destroy
This is simple example about how to get data from HTML tags but it can also work with json or xml.
https://www.dropbox.com/s/h79q24d63gckmqa/Html%20tag%20parser.mfa?dl=0
Order is important for triggered conditions
Robotica, Just restore animation sequence take a look at attachments.
Try to put all object with animations to one qualifier and do something like that: Animation "X" is over - > Animation -> restore animation sequence
You should ask Fernando about this.
This is not caused by android sms extension as you can see in log file.
Android sms files: CRunSms.java, SmsMonitor.java and no errors for this files in log but problem occurs in the...
It will be possible very soon.
Unfortunately, you will not be able to decrypt files on the server side without the knowledge of how the extension encrypt your files. My suggestion is to use binary array and make your own...
He want to encode it so he must use own encode or base64.
So my example is better because it protect it in both cases
You should post an example anyway it will be hard to help you bacause a lot of users don't have this object so you must ask extension author about it.
- Some action -> Start loop for each object
- On for each loop -> set value to random(N)
User always can do that if he have software like wireshark:> He need something stronger to secure it on server-side.
He need something like this:
<?php
// seciurity_code =...
No, It work even without sanitizing in mfa source code and php code.
json.php
<?php
$data = addslashes($_POST['data']);
//$data = $_POST['data'];
Bad idea LB... He should do that in server-side. Just send normal data but in your php code use addslashes function
$data = addslashes($_POST['data']);
Simple example about how to add item into inventory in first free cell
https://www.dropbox.com/s/ax28mpkh7as40st/ekwipunek.mfa?dl=0
You can use community passport if you only want to download CF but first you must assign your CF key into page.
Yes, you can encode it via base64 and send it into server where php script will decode it or just send it by POST method without base64.
You can use Get Object or post here error log from curl
Counters can store max 32bit numbers but global values can store big numbers:
https://www.dropbox.com/s/ki6v1y1m1e1cbwl/64bit.png?dl=0
I store 94bit number without problem into global value.
Just make your own triggered event.
Hey, I just made 2048 game engine for my friend and I want to share it with you all :) It's work with all exporters but it's made with CF 2.5 so users with MMF2 can't open it.
You can find mfa...
Cool idea, but the device itself is not enough popular.
Chris Carson = Kisguri but he isn't true author of this extension true autor is Daniel Rehn.
Binary array or Binary object
Already there is few extension for SQL in CF 2.5 but only for PC runtime.
Old map object pastle backdrops but I want change this and use more efficient way to do it.
Because you have Visual Studio and necessary libs but they don't :)
Nice idea:) But easy to crack and unlock reward without install appA. You only need to install app with the same package name so more safe way is to create encoded file with secret data via appA and...
Yep this is the bigest problem with IOS extensions.
No if you know how to do it:)
Hello, I am back!
Few people have asked me about my extensions. I going to finish all of my extensions projects but I have also a lot of work in my company.
Current status:
...
Ratty I can help you:)
Set randomizer to 0
If you don't like default behavior of bouncing ball movement you should reduce randomizer value in movement settings :)
Thanks for this example :)
Problem has been solved! I will send you new version via pm.
Update should be available in ClickStore as son as it is possible:)
Send me your example via PM I will check it:)
Maybe you need to add network permissions?
I believe that lacewing needs minor repairs for flash
There is only one limit. Your Ram...
There are Explorer object(Dev only), ListView(Dev only), IconView.
Just use this: https://www.dropbox.com/s/piaj35u9rki642a/flags.mfa?dl=0
Yes it is possible.
It's easy to send two notification in the same time:
https://www.dropbox.com/s/q0e0cd8sgkyv5u0/notification.png?dl=0
Notification will be overwritten if you use wrong id number.
Ziplock, no and you miss spacebar.
Because it has to look like this:
Just change +1 to new speed but 72 MOD speed must be equal 0
You can't do that with activex. You need to develop new extension for skype or you can use kernel object to select windows by class and get message from skype. Anyway this is the wrong place for...
I hope that will help you.
Almost all of them are free for commercial and non-commercial use.
Thanks! I will port it as soon as it is will be possible but I must finish something else before I do that.
I will try to make help file you can also use this:...
I think is good enough right now. You see how many you sold and how many others sold. Do you need more info? I think there are ppl who don't want to share this data with others.
I have MIDI object for CF2.5: https://www.dropbox.com/s/f29cav8exbjebzs/midi.png?dl=0
It's work with my casio keyboard without any problems.
Excellent write-up! Thank you for your efforts creating this tutorial :)
If you want to make game like this one: https://www.facebook.com/CriminalCaseGame
Then you can send notification to user when power is restored and invite him to game.
Yes, I'm going to release IOS version.
It takes icon from your application resources so if you want change it you must change your application icon.
Maybe you have updater for CF 2.5 standard instead of CF 2.5 dev?
Yes, it is already possible. You just need to use MID extension.
Yes, you need $50 to withdraw.
exe? I need mfa or some ideas :) I will check this file later on my virtual machine.
Ground object can be solution for this I will check it and thanks for this idea Jeff.
When I put new version to ClickStore I marked option to send this version to all my customers so you should be able to get new version for free. Check your email and this page:...
There are some improvements for old features and two fixes so If you bought it before you can now download new version for free and you should do that :)
It does not work here even if I add circle to the world.
Hey, someone have an idea how to make this example work?
User click on button -> Start loop "Call_Event_User_Click_Button", set line to x, set id to x
On loop "Call_Event_User_Click_Button" -> List object -> Add a line "User click button...
The new version is available in clickstore.
I have a similar set of extensions from my rpg game.
Sorry but my IOS device is broken... when I get new one I will make it for IOS.
No, but you can post feature request in bugtracker. It will be nice to have this feature when you resize backdrops and press shift.
For this bug in 00:21 you can just build clear project without any changes.
I made a video for you :https://www.dropbox.com/s/kuwapuvsh19xp0a/bugs.mp4?dl=0
Fernando should check this bug in 00:21. This one also happens in my applications. When you try to open app it...
Because it contains Clickteam Fusion runtime. Don't worry it's only 2.1 extra mb.
I found 2 more bugs:
1. https://www.dropbox.com/s/irf5jx0w3v1746s/Screenshot_2015-03-21-20-18-34.png?dl=0 (galaxy s3,s4)
2. Sometimes you can't click on anything and you even can't close game....
When I click on the blue button.
Hash object for mobile is on my list.
ExtensionView by Jaffob: http://community.clickteam.com/threads/65019-ExtensionView-by-Jaffob
Yep, but push notification is not ready yet. I'm working on implementing this feature.
Yes, problem appears on android but you should check it for IOS too.
Games with pets can say to you "I'm hungry, please feed me" or "I'm dirty bathe me" if you click on first notification then gam will open and takes you to the kitchen but If you click the second one...
Outcast, I found small bug in your game if network is off and user click option to buy something then the game stops working. You should add some action to check if network is connected otherwise ask...
Indeed. You can also give reward for user if he returned to the game by clicking on an notification or send him to the game shop.
Use DataTime object created by MattEch It has one important advantage. It can get current timestamp! ClickTeam object will return to you only timestamp from time when the object was created.
Normal notifications are set by application to show them later. Push notification is option to send an notification to all users of your application via webpage.
Yes, you will be able to use it.
QuickSave object.
Start of frame -> Set global value MaxScore to GetInt( "Quick Save", "score" )
MaxScore < CurrentScore -> QuickSave -> Put Int to key "score" with value CurrentScore
Just load it to editbox and parse it by string parser object.
If you make it for Android you can use my Quick Save extension otherwise you should use ini.
http://community.clickteam.com/threads/91398-Android-Quick-Save-object
Update:
Fixed crash in windows runtime.
Please re-download when it appears in clickstore.
Update will be available in few next hours. You can re-download it from clickstore when it appears.
Important:
1. Each object use filter id you can set it in object properities it must be unique...
Lops are just fast and this work but this is not the best solution. I don't believe that you must use it always. I'm sure that will be much faster if you will use the same code without always.
Thanks for this report! It's already fixed, I sent you new version via PM please test it for me. :)
It's in clickstore for free.
Yep, this is it but I checked graphical modes before I post this issue and I miss it because objects are not refreshed in the frame please add refres after user change display mode.
All graphic extensions do not work in this version and maybe in older versions of CF but they work in MMF2. For example Lens Object and Active Shape.
Edit@:
Reported in bug tracker.
Here is this missing extension: https://www.dropbox.com/s/hj0uncx6astp3n8/DataTime.rar?dl=0
Not yet but I want to integrate it with GCM.
Extensions -> Android plus -> App returning from pause
Somewhere on this forum is source code of ini object you can make your own version of it if you want.
Way one: Click on help -> Check for update (Maybe this option is grayed for you?)
Way two: assign your key to forum and go to Product Owner's Lounge to download update.
Way tree: download your...
This example show how to count how long application was inactive: https://www.dropbox.com/s/imxoqaeefw8o17p/InactiveCounter.mfa?dl=0
Enjoy!
Omg... Right I don't know how I did that...
Thanks!
I can't install this update...
https://www.dropbox.com/s/gd383unekx13irw/CT2841.png?dl=0
It save values into application resources they are no encrypted but only your app can write/read it.
I'm working on an SQLite extension for android. Lol Currently I have 9 projects of android extensions.
Yes it's only for Android. I'll port all my extensions to IOS when I buy IOS device and licence. Already I don't have money for that so it will not be too fast.
You put wrong adress :)
"http:/runo-networks.com/app_share/questions.txt"
fix:
"http://runo-networks.com/app_share/questions.txt"