• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!
krisserz
Reaction score
49

Profile posts Latest activity Postings Experience Resources About

  • cjass is popular but there is no standard jet, coz cjass is not jet fully released or better to say its still beta!

    ohh and JESP is good but i always had my own rules to make stuff readable and so on...
    its a "Jass Standard" wrote by Vexorian during times when there was no V Jass, or for people who are coding in Jass! this standart is a group of rules that will make an Jass code much more user friendly, and ofc for any coder!
    So far so good, running flawlessly :D I hope it will stay like this ^^

    And omg
    remote <3 xD
    Do you think i should remove the map from the map section and then just leave it in the map development forums, because i agree it is a bit to early to be posted ;)
    yeah its true, well currently i am busy with Patch 1.1 of JNGPS so i cant write whole tutor right now but yeah ill tell u the key, its that 2D hashtable work coz it allows u to store locals and access them through time! k ill write it for u in jass most likely tomorrow if i dont find out that i have to much requests already :S

    Greets!
    ~DD
    Did you ever try vista ? It's great for multimedia :D Not to mention I can use my remote control now :D

    But overall I will agree with you that xp is better, but vista is not so bad if you give it a chance :)
    Nope, I know vista sucks for gaming but I use my computer only for multimedia :D Or well mostly, there's only a few games that I play and that's only from a time to time xD

    Honestly I spent more time in WE than in actualy wc3 xD
    Hey, am preparing for installation of vista :D

    I have no clue how will it go, or will it evan work. It will probably take some time before I will be back and active ^^

    So if you post soemthing don't expect me to reply soon, although I will soon be online I think :D Will tell you when i get vista working and am back online :D
    heh good if u like it, its my fav and since i have it for like 4 years? not sure but smth like that it did not bug or anything... i like it as well so enjoy it!
    just downloaded im going to play it later and let you know what i think ;)
    yeah like locals since (no like structs) since its 2D! first one is local object and then second dimension is free and is global+local ;)
    uhh xD! true, but what when u are doing an timed spell when u cant access locals in other functions? so u simply store everything in one table and access it in other function... then u have access to all other stuff ;)
    ahh so thats the problem :D

    k hashtables are err... an (k in c++ there are variabales of type with a pointer) k? so since pointer can point at memory and its value is an address of another variable... like hashtable type it allows u to store stuff of any type at some memory point "overall i dont know how exactlly did blizzard code em, but i hope and guess quite good since i tested em" so basically:


    local hashtable ht = InitHashtable()
    call SaveInteger(ht, 0, 0, 32)
    call SaveReal(ht, 0, 1, 64.32)
    call FlushParentHashtable(ht)
    set ht = null


    so u simply store stuff and ofc read it ~via LoadInteger(ht, 0, 0) and LoadReal(ht, 0, 1) will load ur saved stuff. so why 0, 1? coz hashtables are 2D insted of jass variables being 1D. get it? so simply first one can be object and second dimension would be ur value... so simple and awesome ;)

    Greets!
    ~Dark Dragon
    xD glade u like it! and btw hashtables are awesomeness for jass! vjass with them pawns and allows to make almost unlimited stack!
    no its XP and best of all Home Edition. i dont need professional xD.

    overall i dont like Vista coz its to slow, but on XP its just a Windows mod for vista and its awesome and fast. if you like it u can get it here: Crystal XP

    my librarys are a group of systems which people make a lot of times... so since i am lazy to check are all of this well coded and implement em each time... i simply made ultimate JNGP with my librarys so i can make quickly spells or any other system. U can check functions in description.

    as well i know it needs an tutorial, i guess ill add it soon...

    Greets!
    ~Dark Dragon
    Dude that tool is amazing :D, thanks, ill have my icon posted up later, and what caused you cpu to crash??
    Haha, dude that has to suck that you lost everything on your cpu, buti saw that you were making an icon, do you have photoshop, cause i have an icon i want to post but i dont have photoshop to make the dissabled and passive buttons :p
    Alright cool, ive been trying to write jass but i cant realy get it to do anything, i have an old version of jass pack thaat i mess around in but i dont know any of the functions..
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top