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

DFA

Members
  • Posts

    189
  • Joined

  • Last visited

    Never

Everything posted by DFA

  1. its still drawing it, can't be seen it drops your frames pretty bad
  2. DFA

    Hotkeys

    its better than running around like an idiot mashing on shit with your mouse
  3. DFA

    Bigger NPCs

    origins aint eclipse either, its MS4 why does it matter that its for 'vbgore', the implementation is what we are talking about. it could be written in pseudocode and still have the same effect
  4. DFA

    Alchemy in games.

    every alchemist needs their rock http://en.wikipedia.org/wiki/Philosopher%27s_stone
  5. DFA

    Hotkeys

    here's a method thats rather simple and works, but doesn't let the user remap their keys it's a little better than robin's reply to every single post with "wait for future origins or rip it from current origins" in the active form… ``` Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer) Select Case KeyCode Case vbKeyF1 ' execute code for hotkey Case vbKeyF2 ' execute code for hotkey Case vbKeyF3 ' execute code for hotkey Case vbKeyF4 ' execute code for hotkey End Select End Sub ``` VB key codes -> http://www.programmershelp.co.uk/keycodes.php the form's keypreview property must be true.
  6. DFA

    Bigger NPCs

    @Robin: > @Gradyleb: > > > any other way? > > Either use Origins or rip it from Origins. Every other way is inferior. every other way is inferior…kinda a broad generalization there... what about what spodi did for vbgore
  7. i didn't write starcraft 2, but i am working with a few people on creating the launcher and other hacks
  8. [[url=http://echostorms.net/SC2/StarCraft%20II%20Beta%20enUS%2013891%20Installer.rar]Download] StarCraft II Beta Installer - 1.6GB Download page for StarCrack AI - http://sc2.nibbits.com/assets/starcrack-ai/ Game Launcher Download 0.28 (Installer) : http://start1g.ovh.net/~waremu/release/0.28.exe Download 0.28 (RAR) : http://start1g.ovh.net/~waremu/release/0.28.rar we are constantly updating the Game Launcher, so be sure to check back often! If you do not own a legit StarCraft II Beta CD-key, then you must use the Game Launcher to run a selected map and AI ![](http://starcraft.incgamers.com/gallery/data/501/medium/ss102-hires.jpg) ![](http://starcraft.incgamers.com/gallery/data/501/6AE9C.jpg)
  9. DFA

    MySql or .INI?

    yeah when i tried vbgore and got to the mysql stuff, i was just like wow. everything is so nicely organized and is easy to edit.
  10. DFA

    MySql or .INI?

    mysql is useful for multiple servers if everything is on 1 server, binary saving is win buy some high-end memory for your server :)
  11. ![](http://echostorms.net/images/untitled1.png)
  12. FYI fag, got a $120 bag on the way wat now huh
  13. DFA

    You Laugh You Lose

    @IceCream: > Chuck Norris can speak in braille. this is the first one i read and laughed, damn you ICT
  14. spodi wrote a basic lighting engine, and i just worked with that. he didn't do a very good job though… =(
  15. @Robin: > Eh, pretty much everything I've ever released has been ripped one way or another. > > I take it as a compliment now, and I'm safe in the knowledge that if they need to take the time to rip my work instead of making their own, their game is never going to be as good as mine. :3 including your face right robin is what u call a programmer with 0 computer science knowledge
  16. +1 pts DFA, making a child smile
  17. ha, cant you read? help i need an admin xDD
  18. that's right, hes watching you, so dont mess up :azn: ![](http://echostorms.net/images/00238396.jpg)
  19. DFA

    WoH vs. WN

    robin and his Pokemon obsession
  20. how can i put this…. duhhh http://echostorms.net/Mirage/MS%20(2.43)%203-frame.rar
  21. Total Eclipse base + vbGore particle engine (with modifications for compatibility) ![](http://echostorms.net/SS/fpstest1.PNG) vertex lighting ![](http://echostorms.net/SS/colorize.PNG) capped FPS performance ![](http://echostorms.net/SS/fpstest2.png) PNG alpha layer usage, rendered shadows, and text also rendered (not 'drawn') ![](http://echostorms.net/SS/test.PNG)
  22. this is a bit more advanced than a 1-line copy&paste
×
×
  • Create New...