Results 1 to 10 of 134

Threaded View

  1. #23
    Quote Originally Posted by Cobblemaniac View Post
    What I wager was they took some asset files that can be found in the website's code (similar to how they extract the harem scene folders) and actually broke down the code from there.

    Of course, given I have zero coding experience this might just be plain bs, but for now I'd take that as a possibility.
    Depends on how it's coded i guess, but I would assume, the client doesn't have any info on things like that (at least it really shouldn't). Usually all data like that would just be saved on the server side, player sends the command, I used skill X -> server does all the calculations and sends back the result. Also the reason why you get the "connecting" every time you use a skill/attack, it's waiting for the server response with all calculations, then it starts the animations on the client side.

    Getting the scenes is a different story: client says: give me scene X, server confirms: player has unlocked scene X, therefore sends him the scene. Now the client has scene data which can get extracted. There's no reason to ever send a variable that's only used to calculate damage to the client though. You'll just send the result of the calculation.
    Last edited by blubbergott; 03-03-2018 at 11:44 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •