Vexorian
Reaction score
187

Profile posts Latest activity Postings About

  • I am waiting for my copy of SC2 to arrive. I had to do many funny bussiness to get an original US version . Since around here, all that is available is a pirate copy of the version in Spanish and I don't want to touch it at all. When it arrives, I will try to do stuff which will probably appear in sc2c.org .

    But I am not very sure if I have the will to get into SC2 as much as I did with WC3.
    To be honest in WC3 there was a lot of work and I am not sure if I have another 5 years to do the same with SC2.
    Are the chances big to see you in Starcraft II ? I do hope that a legend like yourself considers joining the new battlefield of mapping.
    TERRYperfect: It is easy actually, just use SetUnitAnimationByIndex (If I remember correctly) on the pandaren's death event. And play the correct animation id. You may need to try all numbers starting from 1 until you find the correct id or open the mdl and count the animation number.

    TooltipError: You would need to edit scripts/blizzard.j but such idea is pretty bad and unnecessary.



    Gtam: it blows. Well not really, but after a while you get pretty tired of not being able to just "return false" to exit a function, instead you need "result:=false; exit;" and it makes everything bloated.
    I heard that you've made a demo of "How to create the death animation of Fire/Storm/Earth Panda~
    I've try my best to search it, but I can't find it in the forum...

    Can you send it to me? or give me the link?

    thank you!
    hey i heard you programed in delphi.
    I just wanted to hear what you think about the Delphi
    4: What happens here is that the toString function is inlined much after the part that processes methods. So it wouldn't change without improving the optimizer (which will happen soon).

    Just move the methods to above their calls for now.
    >I think it is because of it not finding out stuff about I2S being a native or something like that.

    Thanks for your reply.

    Replace I2S with MyStringArray and you will find the same result. I think it is that the inlining engine does not search that far or something - it seems calling a lower method that reads from a higher function doesn't inline.

    I actually use this in AIDS. I will recode it if you won't fix it (to avoid this), just let me know (post here or whatever). :)
    Could you make your parser so it doesn't need keywords, like in java?
    e.g.
    int i = 0
    i = i + 1
    GetUnitX(whichUnit)

    etc...
    I think it is because of it not finding out stuff about I2S being a native or something like that.
    Hi Vex,

    Just wanted to report this:

    function ToString takes integer i returns string
    return I2S(i)
    endfunction

    struct y

    method show takes nothing returns nothing
    call BJDebugMsg("This is:")
    call BJDebugMsg(this.str) // Does a triggerexec instead of inlining.
    call BJDebugMsg(this.toStr()) // Does a triggerexec instead of inlining.
    endmethod
    private method operator str takes nothing returns string
    return ToString(this) // Changing this to I2S(this) makes it inline.
    endmethod
    private method toStr takes nothing returns string
    return ToString(this) // Changing this to I2S(this) makes it inline.
    endmethod

    endstruct

    function Trig_Untitled_Trigger_001_Actions takes nothing returns nothing
    call y.create().show()
    endfunction

    Don't know how else to contact you about this. Inlines don't seem to recurse properly or something, at least in some situations. :)
    Is one needed on windows? If you are on windows, the answer is nope.

    If you are on Linux, it seems it can compile in 64 bits just fine, I've seen many distro package of it in 64 bits
    (all of this assuming you meant Xye)
  • Loading…
  • Loading…
  • Loading…
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol
    +1
  • The Helper The Helper:
    The recipe today is Sloppy Joe Casserole - one of my faves LOL https://www.thehelper.net/threads/sloppy-joe-casserole-with-manwich.193585/
  • The Helper The Helper:
    Decided to put up a healthier type recipe to mix it up - Honey Garlic Shrimp Stir-Fry https://www.thehelper.net/threads/recipe-honey-garlic-shrimp-stir-fry.193595/

      The Helper Discord

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top