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

gdog12356

Members
  • Posts

    684
  • Joined

  • Last visited

    Never

Everything posted by gdog12356

  1. gdog12356

    EO 3.0?

    @Scrooge: > It's a Brazilian board. Most of the administrators have been banned. They have a nasty habit of releasing my private stuff. > > Their copy of Crystalshire was leaked months before it was released to the general public. I dont understand releasing stuff for free… basically you buy something and give it out for free in exchange for publicity? That doesnt sound like a very good deal...
  2. Yes, because i'm not directly asking you to click it :p!
  3. @Scrooge: > How is this helping? It's just a shit version of the official updater in a completely different language. I never said i was helping, i said it was an attempt. At least i tried to do something instead of all those other people lurking, and leeching off everybody else in the community.
  4. @Scrooge: > What are you talking about? VB6 has access to the exact same stuff as VB.NET. If you want an XP style theme then you can just ship a manifest. ![](http://gyazo.com/08265e3d0268e6962cb9f594bb41d083.png?1325452705) If you would like to help me do this with Dev Express, in VB6 then my opinion would totally change… @Scrooge: > Turn off desktop composition on VB6\. Done. Didnt know about that, so thanks. @Scrooge: > You've got a completely unrelated program made in a completely unrelated language which requires users to install an entire language framework just to download new versions of your game. > > This is useless. Hey, at least i tried to help :]?
  5. Hey guys, I made this because i think it would be easier for people to make nicer looking programs in vb2010\. Also i like how vb2010 doesn't lag when i go to edit the form size xP. Basically when you open it you want to go into the code and replace everyinstance of jaspermods.com/gameupdate, with your game update path. ![](http://gyazo.com/03c9cb1da29ba375e837759c692df18f.png?1325435847) This is meant to be very basic, so it should be very easy editing for your needs! The version.txt, is used to compare the version of your exe, which can be changed in the publishing menu. If the versions are the same, it will display an "up to date" message. You will need the following files in your game update path, they are attached. Version1.zip HAS TO BE A ZIP FILE! Replace Version1.zip with whatever you want as the update. Link.txt has the link to the Update, which browses with a hidden webbrowser. You Can Download The Source [ HERE ](http://www.filedropper.com/autoupdaterbygianni) I Hope you guys can use this to fit your needs! And i wouldn't mind to see some edited versions of this floating around ;)!
  6. yeah, if you made the walking more frams it would look alot better. But i would need to see the legs move with that sprite to finalize my opionion.
  7. gdog12356

    Sprite?

    #1 Never Use JPEG Images they suck. Use PNGs. #2 Make sure each of them are in a square, for example the way eclipse reads them is that each frame is the same size, so if you have 4 frames going across you should have the same size for each frame. For example is the frame size is 32x32, then you should have each character in the same position in a 32x32 square when you go across the Spritesheet.
  8. Hello, i might have done something to the source to cause this problem, but when i register it doesn't check to see if the two password are the same, would anyone know how to fix this problem? Would i have to add a sub, and edit the send add char sub? Thanks :]
  9. How would i make it so instead of the 32x32 square, it displays a bigger sprite. Would i have to use powers of 2 when i display it(obviously)? I was fooling around with this``` RenderTexture Tex_Hair(newCharHair), x + 265, y + 120, 32, 0, 32, 32, 32, 32 ``` I'm not too sure what changing these values will do. Instead i would rather have it show a standing version of my sprite, as i do not know what it is showing because it cuts off at the head. ive been trying to figure this out for a while. if anyone has any solutions, or ideas, please let me know :]! also im not sure if it was this specific tutorial, but the password confirmation doesnt work. When you need to retype your password, if you mess up it still accepts it.
  10. But seriously it is pretty damn beast bro!
×
×
  • Create New...