Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Ecowolfsteen

Member
  • Content Count

    787
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ecowolfsteen

  1. hhahahahahahahahahahahahahahahahahahahaha oh yeah... I forgot to give you this NYAN CAT ATTACK!!!!!!!!
  2. Oh wow! Awesome! *Downloads now*
  3. Possibly.. I never thought of that though. The ABS already comes with a diagonal movement functionality but Pixel Movement might be better. The Pixel Movement script really messes with things. I can't use that in the project.
  4. Ecowolfsteen

    Round Sand Water

    This was made by Kiriashi. Please credit him if used.
  5. --UPDATE-- I have basically restarted a lot of this project in the last couple days. I've kept all of the old maps though. The story line is the same except for Prestosis.. Will update character bio's later. But I basically did this update to show you guys this video. I'm showing you a WIP Karma System that kind of ties in with the whole affect character/world idea. It's also showing some armor/weapon equipping and then some fighting imp's. Keep in mind a lot of the things in this video I'm still working on, The Karma System especially. As you can see.. The animations are still pretty choppy, and I'm deciding whether to implement a Karma HUD, so you know how bad or good you've been because all the work is basically behind the scenes right now except for the animations. Anyway, enjoy the video. >: D http://imageshack.us/clip/my-videos/534/l97h.mp4/
  6. Why do I want to make an RM2k3 game?!?!!?!

    1. Ecowolfsteen

      Ecowolfsteen

      That is probably it.. Lol. That is the exact reason..

    2. Broken Messiah
    3. Ecowolfsteen

      Ecowolfsteen

      Yeah, it does have that factor to it as well.

    4. Show next comments  30 more
  7. :>
    1. kellessdee

      kellessdee

      yo gabba gabba????!!

      YAAAA

      best kids show ever :D

    2. kellessdee

      kellessdee

      I love this one, of montreal does the music for it :D

    3. Ecowolfsteen
  8. Hmmm... This is... Different. I've never seen a Pokemon game like this and it could be interesting to see what happens in the outcome..
  9. Ecowolfsteen

    ಠ_ಠ

    ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ Don't you feel raped on the inside?
  10. Yes, it utilizes Maki's Ring Menu as a CMS.
  11. Hello Minxs! Nice to have you here.
  12. I am sitting in a giant fabric kids play bus (http://www.healthchecksystems.com/global/images/product_2/141/14165_250X250.jpg) at 3 in the morning.. Why? You may ask... Because I can.

  13. FREE PORN?!! Ah, HELL yes! Lol.
  14. Niiiiiiceeee. And hot..... :P I have a Dunmer thats name is my name, lol.
  15. Ecowolfsteen

    RGSS Error

    Ah, thank you! This really helped me.
  16. Ecowolfsteen

    RGSS Error

    Hi everyone. As some of you may know, that have been in the chat this past day, I have been learning RGSS and have taken a liking to it quite quickly. I know some basic commands, some variable stuff, etc.. But I've been following this tutorial Mr. Mo had written back in 2006 to make windows/menus etc.. SO, I thought I'd follow some of these takes and take some of the code and modify it to my liking to make a silly little menu system, however, I keep getting an error. Now, here is the code: ################################################################################ # Custom Menu System(CMS) by Ecowolfsteen ################################################################################ class Custom < Window_Base super(560, 0, 233, 254) self.contents = Bitmap.new(width - 32, height - 32) refresh # Calls the refresh function in this class end def refresh self.contents.clear self.contents.font.color = normal_color self.contents.font.size = 20 self.contents.draw_text(0, 0, 230, 30, "Menu") end #============================================================================== # * Scene_ShowWindow #============================================================================== class Scene_ShowWindow #-------------------------------------------------------------------------- # * Main Processing #-------------------------------------------------------------------------- def main #call the window @window = Custom.new # Execute transition Graphics.transition # Main loop loop do # Update game screen Graphics.update # Update input information Input.update # Frame update update # Abort loop if screen is changed if $scene != self break end end # Prepare for transition Graphics.freeze # Dispose of windows @window.dispose end #-------------------------------------------------------------------------- # * Frame Update #-------------------------------------------------------------------------- def update # Update windows @window.update end end Points for anyone who can find the mistake. Don't hit me, I'm still an RGSS noob. :< Thanks guys. ^.^
  17. The giant crab of Japan can be as large as 12 feet across The dot on top of the letter 'i' is called a 'tittle' 'Tittle' is Latin for something very small Before Prohibition, Shlitz Brewery owned more property in Chicago than anyone else, except the Catholic church Elephants have been known to remain standing after they die When glass breaks, the cracks move at speeds of up to 3,000 miles per hour Birds prefer their droppings to be on white cars, according to a recent scientific study.(Hehehehehe) On the average, a normal person's eye muscles move about 100,000 to 150,000 times in one day The last time American Green cards were actually green was 1964 The Apaches referred to horses as 'god dogs' There are 6,500 windows in the Empire State Building
  18. Project put on hold for a couple weeks. This makes the private beta wait and the demo wait even longer. Sorry guys. :/ .:EDIT:. I'm giving you guys a final screenshot until the postpone is up. Here ya go:
×
×
  • Create New...