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

Slasheree

Members
  • Posts

    588
  • Joined

  • Last visited

    Never

Everything posted by Slasheree

  1. pretty nice feature, I'm just wondering what would happen if you had a hill to the player's right ? would the shadow be cropped accordingly or would it "glitch" into the hill floor ? And how about if the player is passing over a bridge ?
  2. Pseudo-code would probably go something along these lines Create 3 variables: int mx, my boolean mmov –- On form events --- MouseDown: (X and Y are received by parameter) If inDraggableAreaCheckHere Then ' inDraggableAreaCheckHere is where you calculate if the click was within an acceptable area (usually if clickY
  3. @'Lavos': > im having issues with getting inet.openurl() and inet.chunk() functions 1- To test the inet.openurl() did you check if the "StrHeader = frmMain.inetDownload.GetHeader("Content-Length")" returned the correct content length ? 2- To test the frmMain.inetDownload.GetChunk(CHUNK_SIZE, icByteArray), do the following only for the first call of GetChuck: check if the bytes received equal the bytes in the actual file, would be wise to create a simple sub here that displays the bytes of a byte array (you can do it anyway you want it), the file bytes could be viewed in some hex editor I think [EDIT] From MSDN Remarks The OpenURL method's return value depends on the target of the URL. For example, if the target URL is the directory of an FTP server, the directory will be returned. On the other hand, if the target is a file, the file will be retrieved. The OpenURL method is equivalent to invoking the Execute method with a GET operation, followed by a GetChunk method invoked in the StateChanged event. The OpenURL method, however, results in a synchronous stream of data being returned from the site. If you are retrieving a binary file, be sure to use a byte array as a temporary variable before writing it to disk, as shown below:
  4. Then it's just like in that guys code, your "custom made progress bar" has to have a width property somewhere, all you have to do is: If you want current file progress then: onDownloadChuck(){ .width = (Round((BytesReceivedOnThisChuckDownload / FileLength) * 100)) //to give value between 0-100 } If you want whole download progress you'll have to check the full size of the download he needs and change FileLength to WholeThingLength
  5. @'Lavos': > that guy uses microsoftcontrols 5.0 where i decided to build mine from using shapes. what do you mean by that ? the progress bars and such ?
  6. First hit on google seems to do exactly what you need: [http://www.vbforums.com/showthread.php?311040-Download-File-Using-Inet-With-Progress-Bar](http://www.vbforums.com/showthread.php?311040-Download-File-Using-Inet-With-Progress-Bar) >! y u no google !?
  7. My "OCD" is telling me those "Attack Look Pick Up Talk To Cast" might be aligned within themselves, but they're not centered related to the container XD Game looks very interesting though, keep it up.
  8. Please, just please, fix that alignment, I cry everytim. And what's with the weird font glitches ? ![](https://s31.postimg.org/d5x1yjk8r/gui.png) PS: Games nowadays have at least 2 volume controls (BGM + SFX), maybe think a bit about that :o
  9. False. 26 - 20 = 6 6 / 26 = 0,23076923076923076923076923076923 you're left with about 23% of the original quantity of apples *percentage *I'm Can I has pizza now ?
  10. @'Lavos': > @'Slasheree': > > > @'Zetasis': > > > > > Oh, sorry I didn't realize there was even lag when placing autotiles. The biggest problem for me is the FPS drop. It makes it almost impossible to make a game with the terrible drop in FPS. > > > > had some time free this morning so I looked into the code a bit more, after ~30min of debugging I found the reason for the autotile lag, conclusion after fix: only 1-2fps drop, never goes below 62 on a 100x100 map with all tiles being animated > > pic: > > > > >! ![](http://s12.postimg.org/5gi6ti7ct/autotile_lag_fix.png) > > \ > > Just curious if you have already tried eclipse worlds autotile system? Is it any different? Maybe Helleden has solved this issue with EW. For the record, I myself haven't used EW yet so I wouldn't know. tried a 100x100 map in EW, got 21fps, so it's not fixed there.
  11. @'Zetasis': > Oh, sorry I didn't realize there was even lag when placing autotiles. The biggest problem for me is the FPS drop. It makes it almost impossible to make a game with the terrible drop in FPS. had some time free this morning so I looked into the code a bit more, after ~30min of debugging I found the reason for the autotile lag, conclusion after fix: only 1-2fps drop, never goes below 62 on a 100x100 map with all tiles being animated pic: >! ![](http://s12.postimg.org/5gi6ti7ct/autotile_lag_fix.png)
  12. Second try: >! ![](http://s12.postimg.org/lpjd80f31/aaaaaafrthnyhym.png)
  13. Im at 60 Hz but I set a time delay onClick so it only clicked once per green screen
  14. >! ![](http://s15.postimg.org/o35up1bi3/asdfgbrgntgnthmdfmgm.png)
  15. fixed the sudden walking speedup: two clients on top are pre-fix, two on bottom are fixed (lag doesn't affect movement speed) You can check the fps, bottom left is with the worst fps (20) and doesn't speed up at all https://www.youtube.com/watch?v=GOtye0uy33E
  16. @'Zetasis': > @'BeNjO': > > > @'Slasheree': > > > > > only took me 5 min, this is in a 100x100 map > > > https://www.youtube.com/watch?v=tAgp7oTREQU > > > > Looks good Slasheree, Not many people want to take the challenge to fix it haha. I just made a separate sub that is used for map editor only myself as a quick fix but its not like I map or anything :p. > > What is your FPS rate after your fix and you didn't even move around with your character. Its not that the autotiles them selves lag its that it kills the FPS rate and makes your character appear to move faster which when online with others it would make other players appear to be skipping around the map. > > Now if you really did fix this issue please release the code so others, as well as Sky and Benjo, could update the engine and fix this issue. as the title of the video says I only attempted to fix the lag when placing autotiles in map editor, I didn't even know it affected fps but after using /fps I noticed the fps = 49-52, but even so, I opened 2 clients and didn't see that skipping you're talking about, maybe it's internet lag related ? [EDIT] went on map editor for one account and cleared the ground layer (1 client has 64fps other has 49), noticed the skipping you were talking about
  17. I didn't add any sub, only modified/optimized existing ones xD
  18. only took me 5 min, this is in a 100x100 map https://www.youtube.com/watch?v=tAgp7oTREQU
  19. 1- Why is the slime sprite walking so awkwardly and why do both minions don't have a walk animation ? O.o 2- Why are the minions spawning way far from the "summoner" (I'm guessing you're only forcing the spawning event) ? that's usually not the way it goes xD 3- Why can you still change your direction when you're stunned ? :P other than that, keep up the good work.
  20. yo no hablo espanol :o (soy de Portugal xP)
  21. I meant about the "I don't think you'd actual tell me" xP
  22. Somewhere here in eclipse… > Mount System > $45 USD System is only based in cropping the player sprite and rendering it above a mount sprite, if people would pay for that why wouldn't they pay for a more complex system ? Anyways, if you're not interested in aquiring it, please refrain from posting. As for the "that algorithm is too simple" talk, this is WYSIWYG, if you can make this system or better, good for you, but I'm selling the code I made for people who want to have this system in their engine.
×
×
  • Create New...