Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

tiggilyboo

Members
  • Posts

    293
  • Joined

  • Last visited

    Never

Everything posted by tiggilyboo

  1. Well, since i've been here since '07, may as well stay a wee while longer. :P
  2. Will the previously created threads be removed due to not being on topic anymore?
  3. Hallo folks, I'm wondering if anyone has come in contact with some decent spell/ability icons that Aura: the Beginning may use. If you have not heard of us, well you have'nt been around long enough! (Heh, just kidding, we've been around a long, long time… Click the banner in my sig for the sub-board) ![](http://img510.imageshack.us/img510/4375/abilities.png) The above screenshot shows what the hotbar/feel of the game is like… So if anyone has some nice icons that have preferably no lisense on them... That'd be great. Please note; they will be used for the official first release of Aura, the open alpha. If your not sure if the icons will fit the game or not, don't worry, any response would be much appreciated :P Thanks alot, -Tiggilyboo
  4. @kilonox: > off topic I like your map Disregard the map… Its just for testing. Well, enough feedback to use the first hotbar, thanks guys!
  5. Hey everyone, just made a few hotbars… and I was wondering which one I should go with. It'll be going towards Aura: the Beginning, so I've also added a screenshot of the current GUI. (Just so you can see what its going against) Sadly my teammate in the matter is very busy, and I'm soloing. Anyways, comments would be greatly appreciated! NOTE: The area between squares will be used for the casting time/reload time. (So no it was not a mistake to add 5px width at the end of the last square) 1. ![](http://img695.imageshack.us/img695/2015/57932274.png) 2. ![](http://img256.imageshack.us/img256/1648/32941044.png) 3. ![](http://img718.imageshack.us/img718/7729/88799531.png) 4. ![](http://img718.imageshack.us/img718/4228/76664306.png) Aura Screenshot: ![](http://img267.imageshack.us/img267/7339/scraura.png)
  6. lol… "Save 10% on each participating item when you spend $85.00 or more on Qualifying Items offered" Related item: "Forbidden Lego: Build the Models Your Parents Warned You Against!"
  7. You can build a rig on this site, decent pricing… http://www.extreme-pc.ca/customize.asp?productid=371440 Tells you the total of all the parts. See how low you can get it lol... I got it down to just under 400$ CAD, including GFX card, PSU, 4GB 1066Mhz RAM, cheapo HD 4650, cheap Mobo, with a dual core 3Ghz CPU
  8. I work at extreme-pc… We build custom rigs, gaming or otherwise. Anyways, as previously stated the hard drive would definitely cut down the initial load time for a rig with high capacities of memory (yours with 800mbs would definitely be included in this) Currently if you have a 5400 rpm drive, consider upgrading to a 7200rpm drive, very noticeable improvements. You didnt specify a graphics card, so I'll assume you are either using onboard, and/or with some PCI/PCI-E adapter for VGA/DVI If your wanting to play at high resolution, with a smooth frame-rate, and you have a PCI-E slot on your current mobo, I recommend a Radeon HD4000 series (about 1-2 years old, but for the money to performance ratio, its great!) You can probably one on Kijiji used for an even more decent price. My last recommendation for this would be to upgrade to a 4GB dual channel kit of RAM... depending on your motherboard however: If you are on DDR3 slots, go right ahead, if not however your going into out-of date technology, and it just won't be worth your while, DDR2 is more expensive and degrading in performance) Anyways, i'll stop typing now, and let you decide where you want to go with this. What's your budget anyways?
  9. Read through vbGore, some good stuff. look up Render_Rect.
  10. tiggilyboo

    C++

    Seems to work fine with me.
  11. @Ghost: > Eh, been there done that, It makes the poly count way too high and it's not that much easier than what I'm doing. Plus I've read it's fairly hard to animate models from zbrush. > > p.s. looking online at mr. incredible I realize now that I need to buff up the thighs a bit. You can reduce the polycount before exporting :P But suite yourself.
  12. I was looking for something less humanoid, just a pile of bones i guess. So that any npc could be used, rather than selecting any specifics… But thanks anyways :P
  13. tiggilyboo

    C++

    I don't think there is currently a released port/eclipse branded engine coded in C++, your best bet is to practice with some tutorials on graphic rendering, and networking, see what you can accomplish! There are many tutorials online, see what you can find :)
  14. Hey folks, just looking for a NPC skeleton or corpse that would work across any specifically sized NPC. ie, they die, and it leaves a corpse to fade into the ground. If anyone has anything like that, I would greatly appreciate it! Thanks, -Tiggilyboo
  15. If you cant find a way to position the text characters properly, try using a fixed-width font. Looks old and less proffessional, but at least it would be readable :P
  16. Try out ZBrush, should be alot less difficult to use. It exports to several common file-types!
  17. tiggilyboo

    Ubuntu

    I've tried during the times of 7.14 of ubuntu, wine was unable to use the required runtimes of winsock & all the other useless dll's added into eclipse. Theres a dll/Library pane in which you may load each specifically into wine, try that out (they may have improved?) Good luck.
  18. The speed of the networking in EO could be a bit faster, look through robins sizing of the packets, and use preallocations for at LEAST the sending of packets (Robin does not use pre-allocations.), later think about the size of incoming and have that even pre-allocated. All of EO packets are still over-sized, and can be put down to at least 1/3 of its current size. For example, there are less that 255 packets enumerated. Instead of using a long or integer header, use a byte. Also, make sure to check through all of the Long data types being sent and received, its quite phenomenal how many have been over sized. I asked him about it, and he's said he's not worried about it, due to lack of interest or effort. It may be a tiny bit faster, even if its worth worrying about…
  19. Uh, whats the CPU & RAM clocked at?
  20. @Dezire: > @liam: > > > Im really interested in a C# version of this :/ > > im dying to get a good game online and edit this a lot to make it work how i like but its never going to happen unless i get a C# > > version because VB just isn't what it used to be. > > Why C#? C++ is better, more powerful, just wait for this. Great point. And keep up the great work Marsh (and Rose if she's helping)! I found C++ to be a horrible second language, but NO ONE should learn VB as their first.
  21. In my oppinion about f*ing time. But on the other side, now there will be more annoying americans alive. Which is horrible to imagine.
  22. Listened to the first podcast, You guys need to plan out a series of discusions and go through a list, lacking the organization. But other than that sounds pretty good :)
  23. Vote for the challenger!
  24. Hi there, I've been experiencing some crashes in VB… This one is quite odd: I've been coding byte array packets, and have nearly completed... the only step to finish is to run the thing to find bugs, so I do so and: after receiving the news in the main menu (correctly, no mistakes or errors yet), it crashes at the end of the sub. Example: ``` Packet_News(ByVal index as integer, Byref Data() as Byte) End Sub ```After running through with breakpoints; and also after running the end of the sub, the program freezes and crashes. Woopee. No leads by RTE, no debug prompt, nada. Other than: ``` Problem signature: Problem Event Name: BEX Application Name: vb6.exe Application Version: 6.0.81.76 Application Timestamp: 3592011f Fault Module Name: USER32.dll Fault Module Version: 6.1.7600.16385 Fault Module Timestamp: 4a5bdb3c Exception Offset: 00030195 Exception Code: c0000409 Exception Data: 00000000 OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 1033 Additional Information 1: 36bb Additional Information 2: 36bb73c10dbbca27183d627c44f7835d Additional Information 3: db91 Additional Information 4: db919c665ff83533083792c8607f538f ``` So judging by the error, its pointing to USER32.dll… I'm running W7 Ultimate 64bit, and have a newly installed VB6 (No chance of curruption) I have no extra ActiveX plugins, or References other than the required winsock, and some windows common controls. I'm stumped with this one, If anyone has any bright ideas, it would be greatly appreciated! PS: Im going to try my server's XP SP3 Pro OS in a few minutes... [EDIT] - Same error ocurrs. Thanks, -Tiggilyboo
  25. My statement was settling the terms IF the engine was ACTUALLY coded correctly. Even if it was ported or had a changed protocol system, it would still be a peice of crap.
×
×
  • Create New...