Diffrenzy

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 214 total)
  • Author
    Posts
  • in reply to: Requiring discord to join forums #16168

    Diffrenzy
    Keymaster

    I’m the one that redesigned the site and made the new logo.

    I put in a lot of work into monkeycoder, and would hate to see it go.

    I would expect a headsup from Mark, a good long time before that happened, but judging from his post above, I’m unsure of how much my hard work counts for anymore.

    I’m currently an admin, and can take care of most maintenance jobs, as long as Mark is ok with it.

    The main task is finding a nice way to approve new users, and I think we should experiment with reCAPTCHA  +some more active new admins.

    in reply to: TumbleWeed #15301

    Diffrenzy
    Keymaster

    I’m closing this because I don’t se any relevant observations from the topic starter, and the negative and wrongful statements, have been cleared up by Monkey2 users.

    in reply to: Localization system (allow change locale on-the-fly) #15300

    Diffrenzy
    Keymaster

    That is absolutely brilliant! Thank you very much. 🙂

    in reply to: Localization system (allow change locale on-the-fly) #15293

    Diffrenzy
    Keymaster

    Do you have a suggestion as how to implement randomized texts?

    In my own module I do:

    _multitexts = New StringMap<StringStack>

    Local key:= “btn_ok”
    _multitexts.Add(key,New StringStack)
    _multitexts.Get(key).Add(“Ok”)
    _multitexts.Get(key).Add(“Fine”)
    _multitexts.Get(key).Add(“Will Do”)

    and then the module looks to see if there is a multitext map, and if so picks  random entry. before looking in the regular StringMap

    In the language file, I’d like to avoid having key-01,key-02,key-03 naming, so that I kan just edit without thinking to much.

    Would it be possible to allow, button-remove = Remove;Get rid of, Kill, Die!; syntax or similar, and then somefunction to get Random text, or  is such functions beyond the scope of your module?

    in reply to: Problems with download page of website #15104

    Diffrenzy
    Keymaster

    Thanks for the heads up!

    I added some space to the bottom to fix it for now.

    in reply to: Are there any tutorials for monkey? #14881

    Diffrenzy
    Keymaster

    New Video tutorial on Strings, Math,Arrays by AbeKing added to http://monkeycoder.co.nz/tutorials/

    Check it out! 🙂

    in reply to: Embed Discord chat into site? #14807

    Diffrenzy
    Keymaster

    I’ll float this idea on Discord, and get some views there.

    in reply to: Are there any tutorials for monkey? #14777

    Diffrenzy
    Keymaster

    Tutorials is now in the top menu of this site , and Pakz’s great stuff added to the page: http://monkeycoder.co.nz/tutorials/

    in reply to: Compress/Decompress data buffers #14724

    Diffrenzy
    Keymaster

    @peterigz:

    I’m looking to update TimelineFX to be able to load .eff files (basically zip files) rather then the need to unpack them first.

    That would be awesome, because the editor does not export unzipped, and it is a bit of a hazzle, when you are finetuning effects.

    PS: When you update, please make it work with tinyxml2 out of the box, just a tlXmlElement will do it if you don’t wan’t to use tinyxml2.

    in reply to: Chipmunk + TimelineFX #14648

    Diffrenzy
    Keymaster

    Just purchased TimelineFX, great library!

    in reply to: Chipmunk + TimelineFX #14643

    Diffrenzy
    Keymaster

    I’m testing using Timeline FX in my project and get “Duplicate identifier ‘XMLElement'” because timeline fx uses the same name as tinyxml2. what’s the easiest fix?

     

    [EDIT] I changed the “XMLElement” to “TimelineXMLElement” in loaders and xml, and that fixes it. Maybe you could come up with something similar or use tinyxml2 ?

    in reply to: Chipmunk + TimelineFX #14642

    Diffrenzy
    Keymaster

    Running well now, thanks for fixing!

    Mark also fixed “Module Manager” (some web stuff) , so that’s how I got your version 1.02.

    in reply to: Chipmunk + TimelineFX #14612

    Diffrenzy
    Keymaster

    Thank you peterigz, I will test monday and report back.

    in reply to: Chipmunk + TimelineFX #14606

    Diffrenzy
    Keymaster

    Great! thanks for a speedy reply. I get an “invalid blend mode ” on Gameobject sample and then some other errors on Component sample, when I quick fix the blendmode thing.

    in reply to: Chipmunk + TimelineFX #14604

    Diffrenzy
    Keymaster

    I was going to try TimelineFX out, but it seems to generate some errors with current mx2. Any plans for an update?

Viewing 15 posts - 1 through 15 (of 214 total)