Nestharus
Reaction score
84

Profile posts Latest activity Postings About

  • Hey this is regarding that post refering to x == 0 issues
    couldnt you do a boolean check on it? cuz isnt 0 = false and 1 = true?
    so: [ljass]if not x then[/ljass]
    Have you fixed the QSort already?
    Another Q
    I read somewhere that QuickSort is good for sorting lists for the first time, but after that MergeSort outspeeds it. Is this true?
    Nes your QSortI is broken, please fix it. I was trying to add a compare method and continued to fail, then tested it without my modding and it turned out to be failing big time >.>
    How about a timer that starts at initialization and never stops, when a timer it's created check the main timer's elapsed time and when does the new timer expire considering the main timer (like a time stamp), then sort them through a binary heap?
    Finally found the bug, It seems that units in my TD are DEINDEXED the second they enter the map, why? because they're instantly ordered to move to a location and they don't have the index ability yet, causing them to be deindexed. Another bug i found is because WorldBounds is bugged, looks like if the unit touches the border of the map it's deidexed and it shouldn't. Please fix thse weird bugs
    i JUST copied them from the webpage. Also checked the code and nothing seemed to be wrong with it. However there seems to be an issue regarding the "e" unit array in the unit indexer because some of my tests indicate that targetId returns an integer, but when i try to get an unit from that value it returns null.
    With [ljass]GetUnitById(DamageEvent.target)[/ljass] i hope you mean [ljass]GetUnitById(DamageEvent.targetId)[/ljass] which is basically what the operator returns. And yes, in my triggers DamageEvent.source returns an unit, but DamageEvent.target is null.

    I'll PM you my code

    In the version of unit indexer GetUnitId was commented, just downloaded it again from the webpage. Still using GetUnitUserData should be better

    EDIT: the weird thing is that targetId does return an integer, but GetUnitById(targetId) returns null
    So i decided to delete AIDS, Damage and Event (J4L libraries) from my map and replace them with yours.
    You should probaly fix the API in your Damage library from EVENT to ANY (in the post you submitted not the trigger)
    You should also mention that you commented the GetUnitId function from you UnitIndexer because users are meant to call GetUnitUserData directly

    EDIT: your damage library seems to not be returning the DamageEvent.target unit when the trigger fires. Why?
    Ok got it working now, i think that the LUA_FILE_HEADER from the quickstart tutorial is outdated.

    On a side note, i can't use your libraries now because you stole other library's names. For instance, you have your own "event" library different from J4L's, but if i replace his with yours then i can't use J4L's Damage system.
    Hm so i tried to install LUA into my map but returns an error with the ObjectMerger external block, plus, my luajass.myMap.j text file is EMPTY, why?
    This is the log from the grimex.txt file

    currentobjecttype
    setobjecttype abilities
    generateid Adef
    objectexists A!!!
    createobject A!!!
    makechange 0 anam
    makechange 0 ansf
    makechange 0 aart
    makechange 0 arac
    C:\DOCUME~1\UserName\LOCALS~1\Temp\V2CD9.tmp.lua:46: attempt to index global 'file' (a nil value)
    1 loop and 2 nested loops, that's just insane, i can't do it.
    The only thing i've done so far is put the compared values at the end of the linked list. Beyond that i don't know what else to do
    Great! the system surpasses all expectations then, it's ready for submission. Btw i'm completly lost on those algorithms you linked me, i can barely decipher the programming language they're using.
    Ok... at the very top of the heap, the root, the very first node you access... that's the biggest/smallest value >.>.

    It's O(1) access. It's like always being assured that the first node in a linked list is going to be the smallest or biggest values.
    i've been reading the lecture about heaps, it's very interesting, but there's one algorithm that i just don't get: the Heap-Max-Extract algorithm, it's not explained graphically anywhere
  • Loading…
  • Loading…
  • Loading…
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though

      The Helper Discord

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top