Posts by fishrod

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Hello i have tried using the EasyXML object without succes.
    I tried searching some tutorials but couldn't find any, and the object doesn't include a help file or .mfa's.

    Here is the xml file:

    How can i get the value of "Teststring" using EasyXML or another method?
    Also when the value is equal to 4 i want to change it to for example 5.
    Thanks for reading hopefully someone can help me with this.

    I saw some topics with people having trouble getting the OpenGL extension to work in cf2.5 and being glitchy in mmf2.
    With mmf2 having some temporarily sollutions that have to be redone after you reboot the program and cf2.5 not working at all.
    After some time trying to make 3d games using cf2.5 and mmf2 i have found a version that is compatible with cf2.5 without the glitches.

    You can download all compatible OpenGL extensions here (1.28MB):
    Please login to see this link.

    I didn't try a lot with the OpenGL extension yet but so far i have not encountered any problems on a windows 10 pc.

    NOTE:
    This OpenGL.mfx extension is different than the one that is incompatible.
    So .mfa files created with the incompatible version can't be opened with the compatible version.
    If you try to do this cf2.5 will crash.

    Credits to looki for the OpenGLNoGlew version that is compatible with cf2.5.

    I want to use 3d sound in my game and googled a bit around.
    I found there are extensions for this, one is called OpenAL.
    I can't download this extensions anywhere the "extension view" program is blank (servers down?).
    If i use the download link in the official topic it redirects me to clickteam.com.
    And the CF2.5 manager doesn't have it. Does anyone have a working download link for me?
    I'm just starting to learn using 3d sound, so if you know/have any similiar extensions please me know.
    Tutorials are also welcome if you have some. Thanks for your time.

    I have a file on my pc that is for example 76.523.523.432 bytes
    and want to see how many times 4096 can be taken from 76.523.523.432 bytes.
    The answer is 18.682.500,83 times using this calculation: 76.523.523.432/4096=18.682.500,83

    Since clickteam fusion applications are 32-bit the greatest number i can use is 2.147.483.647.
    And anything above that causes problems. Is there some way i can use greater number or use a . in a value?
    For example 4.096 instead of 4096 if i do this go to the event editor and come back the number is automatically rounded to 4.

    Does anyone have any idea how i can work around this problem by using greater numbers or decimals or any other way?

    Below here you can see a file with the word Stone and Rock in it.
    Using clickteam fusion i want to see what combination of letters and/or numbers occurs the most in a piece of text.
    In this example Rock occurs most of the times in this piece of text.
    How can i know this using clickteam?

    I have tried using the rich edit object but there are some problems with this method.
    I can only search for a string i tell it to search.
    Searching the string Rock and replacing it with Water and repeating this till every Rock is replaced with Water takes to long.

    Code
    RockRockRockRockRockRockRockStoneStoneStoneRockRockRockRockRockRockRockRockRockRockRockRock
    StoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStoneStone
    RockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    RockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    RockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    RockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    RockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    StoneRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRockRock
    StoneStoneStoneStoneStoneStoneStoneStoneStoneStoneRockRockRockRockRockRockRockRockRockRockRock

    I have no idea what causes this problem i also get the doing some calculations.
    Here are some handy things to know:

    This will Round the number up or down depending on the size of the decimal.
    Round(AltValA)
    This will Always round the decimal up:
    Ceil(AltValA)
    This will alway round the decimal down:
    Floor(AltValA)

    You could try to set the value to for example 812 and then when display the value divide it by 100

    I have just bought the raycaster and everytime i try to load a .rcm the program crashes i have tried compatibility mode with all windows versions.
    They all crash on startup of loading the editor expect windows 95 and windows 98/me these crash when the load file button is clicked.
    I have a windows 8 64-bit machine. I have read many bad things about this extension without a solution.
    Why would a extensions this buggy cost 4 dollars? Does anyone have any idea how to fix this problem?

    So i have a problem with the example here is a modified version of the example:
    Please login to see this link.
    The active object you are looking at should be rotating and it does.
    But other active objects are also slowly rotating.
    I only want the object you are looking at to be rotating. How can i fix this?

    Please take a look at this picture:
    Please login to see this attachment.
    Basically what i want to do is check which red box is the nearest to the green box.
    For the nearest red box i want to set String A to "Closest".

    The red box is just 1 active object created multiply times around the map.

    If someone can help me with this problem or needs more clarification please respond.
    And thank you for reading.