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

DrNova

Members
  • Posts

    4495
  • Joined

  • Last visited

    Never

Everything posted by DrNova

  1. @HailBlazR: > To answer your title: Probably Mr Miguu… he works strangely though. Sometimes he gets back on my questions, sometimes he ignores them. And once he made this newbie a moderator for no reason. Or it could be DrNova and his StarJumper. > > And things are going as usual; > Kreator reluctantly helping all the newbies. People getting mad at him. > Newbies asking stupid questions, as always. > More games appearing. > Same old. > Same old. Mine isnt active yet, still working on it. And Spainion advertises well, and works constantly and hard, so he gets projects that acheive a truly playable level, however personally they have all felt generic to me, besides Seven Nations, which died off and really wasnt tuned well.
  2. I look at it often as well
  3. Yeah I've seen em running around before
  4. Wasnt done by me, found it a long time ago. Someone use! We need more Sci Fi games I'm not using but a few tiny parts of this on my project, but it will work great for a 32x64 base project ![](http://img301.imageshack.us/img301/4624/scifixf4.png)
  5. DrNova

    PAX

    If I knew earlier it was coming up I woulda saved my week of vacation, but I cant anymore :( Someone take pics!
  6. I live here, but I dont do much outside of the house besides skateboarding and some mountain biking. Nothing to do in my area, plus I'm always working
  7. DrNova

    Paranoid :

    The first one was kinda funny, the second one I disliked
  8. > Thin mints? > No shit? lmao, awesome ending
  9. @Desiderium: > Do you not have to call sub? Sub MenuScripts(Index, Clicked_Index, Menu_Type) Dim MenuTitle Dim FieldMessage MenuTitle = getplayermenuclicktitle(Index) FieldMessage = getplayermenuclickmsg(Index) Select Case Menu_Type Case 1 If MenuTitle = "Main" Then If Clicked_Index = 2 Then Call production(index) ElseIf Clicked_Index = 3 Then Call assault(index) **ElseIf Clicked_Index = 4 Then Call raid(index)** End If End If
  10. About halfway its repeat, but still, Renzo would approve [http://www.youtube.com/watch?v=H7iwLordRVI](http://www.youtube.com/watch?v=H7iwLordRVI)
  11. What is this "search" you speak of… Is it a quest maker? Does it do paperdoll for me? Will it host for me? Will it name my game for me? If not, I wish nothing to do with it!
  12. DrNova

    Bi-Curious

    @Marsh: > it means hes thinking of going bi. Dont worry dr we support you ;). Bah humbug to that! Only chica's for me!
  13. DrNova

    Epic Fail

    ![](http://img269.echo.cx/img269/2702/fail0at.jpg)
  14. Sub working(index) Dim adrone Dim pdrone Dim powner Dim atact Dim ptact Dim ataka Dim atakp Dim aloss Dim ploss Dim adam Dim pdam Dim plion Dim iond Dim use Dim pop Dim hitem Dim extot Dim cashmath Dim resmath Dim dfac Dim ydrn Dim dmm adrone=getvar("/player/" & getplayername(index) & ".ini", "data", "drones") pdrone=getvar("/planet/" & getplayermap(index) & ".ini", "data", "drone") powner=getvar("/planet/" & getplayermap(index) & ".ini", "data", "rule") atact=getvar("/player/" & getplayername(index) & ".ini", "battle", "tactics") ptact=getvar("/player/" & TRIM(powner) & ".ini", "battle", "tactics") bttla=Rand(INT(adrone\atact),INT(adrone)) bttlp=Rand(INT(pdrone\ptact),INT(pdrone)) adam=INT(bttla) pdam=INT(bttlp) aloss=INT(adrone-pdam) ploss=INT(pdrone-adam) plion=getvar("/planet/" & getplayermap(index) & ".ini", "build", "ion") iond=getvar("/player/" & powner & ".ini", "battle", "iond") use=getvar("/planet/" & getplayermap(index) & ".ini", "data", "use") pop=getvar("/planet/" & getplayermap(index) & ".ini", "data", "pop") hitem=getvar("/planet/" & getplayermap(index) & ".ini", "data", "resource") extot=getvar("/planet/" & getplayermap(index) & ".ini", "build", "extract") cashmath=Rand(1,pop) resmath=Rand(1,pop)*Rand(1,extot) dfac=getvar("/planet/" & getplayermap(index) & ".ini", "build", "dronefac") ydrn=getvar("/player/" & getplayername(index) & ".ini", "data", "drones") dmm=INT(dfac+ydrn) If adrone > 0 Then If pdrone > 0 Then If aloss < 0 Then Call putvar("/player/" & getplayername(index) & ".ini", "data", "drones", 0) Call battlemsg(index, "You lost all drones in the attack!", RED, 1) Else Call putvar("/player/" & getplayername(index) & ".ini", "data", "drones", INT(aloss)) Call battlemsg(index, "You lost " & INT(pdam) & " drones in the attack.", RED, 1) If adam > pdam Then If use = 0 Then Call battlemsg(index, "No production available to Raid!", RED, 1) Else Call Give_Currency(index, 1, INT(cashmath)) Call battlemsg(index, "You Raided " & INT(cashmath) & " credits from the colony!", GREEN, 0) Call Give_Currency(index, INT(hitem), INT(resmath)) Call battlemsg(index, "You Raided " & INT(resmath) & " resources from the colony!", GREEN, 0) call putvar("/player/" & getplayername(index) & ".ini", "data", "drones", INT(ydrn)+INT(dfac)) Call battlemsg(index, "You Raided " & INT(dmm) & " Drones from the colony!", GREEN, 0) Call putvar("/planet/" & getplayermap(index) & ".ini", "data", "use", INT(use)-1) End If End If End If If ploss < 0 Then call putvar("/planet/" & getplayermap(index) & ".ini", "data", "drone", 0) Call battlemsg(index, "You destroyed all planetary drones!", GREEN, 1) Else call putvar("/planet/" & getplayermap(index) & ".ini", "data", "drone", INT(ploss)) call battlemsg(index, "You destroyed " & INT(adam) & " planetary drones.", GREEN, 1) End If Call CustomMenuClose(Index) Else Call battlemsg(index, "No planetary drones defending planet!", GREEN, 1) End If Else Call battlemsg(index, "You have no attack drones!", RED, 1) End If End Sub
  15. I thought you died? XD
  16. DrNova

    Pokemon Poll?

    "none" isnt on the list
  17. Kinda. The people that programmed Guitar Hero split after they made the game. Activision still owned propriety rights to the engine and name, so they kept the Guitar Hero franchise, while the developing studio that worked on it went with a different company to make Rock Band
  18. I disagree on that, I think most of the rockband song suck
  19. looks good. Oddly reminds me of an old game, "EchoStorms" (I think thats the title)
  20. when in step frame, try giving the body a slight movement distinction. So it looks like he is walking, not robotting
×
×
  • Create New...