Search:

Type: Posts; User: Resantic

Search: Search took 0.10 seconds.

  1. Thread: Networking

    by Resantic
    Replies
    1
    Views
    1,627

    Networking

    Dear Java Programmers,

    Moderators keep closing my threads because i don't have an 'open mind' so i will say exactly what i want. If u want to help me thank you but i don't want any tutorials if it...
  2. Replies
    32
    Views
    4,182

    Re: Multiplayer Support

    U need to understand what i mean first.. I DONT want to learn ANYTHING without understanding every line of code. That tutorial link Norm gave me wasn't explaining any line of code, only the whole...
  3. Replies
    32
    Views
    4,182

    Re: Multiplayer Support

    It doesnt explain ANYTHING, and i dont want to know how to do something but why it works so i can use it in other programs too and not only in that program.

    --- Update ---



    Didnt find any...
  4. Replies
    32
    Views
    4,182

    Multiplayer Support

    Hey Java Programmers,

    I have 0 knowledge of networking and i want to learn that. I have a program with 20 by 20 tiles now but i can make it bigger. And there is also a player, u can move it with...
  5. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    Thanks for replying everyone,

    I just want to tell u guys what i learned from this and tell me if its true or not so i know if i understanded what u said right. So the client has to do something...
  6. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    Cornix's comment was very useful, atleast if its true. Is the only way to make a game secure to remove all the power from the client and let everything be verified by the server before doing it?
    ...
  7. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    I can learn anything. People who made very successfull games didnt learn that in a few minutes too, it was always my dream to have my own game, but i dont know where to start. I can make the game...
  8. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    Mods are so active.. Always have to follow the rules lol. But u tell me that i dont even have to try make a game in java because its impossible to prevent hacks. Can u explain to me how runescape...
  9. Thread: printStrings

    by Resantic
    Replies
    6
    Views
    3,576

    Re: printStrings

    I thought if he put the 2 codes next to each other its easy to see whats wrong but i will explain it to him..
  10. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    U guys dont understand what im saying so i will explain it again. It will not be on a website it will be a PROGRAM which runs on the computer of the CLIENT. I have a game with 2 functions, 1 called...
  11. Replies
    32
    Views
    4,182

    Safety Java

    Dear Java Programmers,

    I had some security problems in java a few times and i couldnt find a way to fix my problem. So i want to know now if its smart to make a program that needs security in...
  12. Re: How do I call a variable from another method?

    Uhm, declare the variables u need outside of all the methods and u can change and access them in all methods.
  13. Thread: printStrings

    by Resantic
    Replies
    6
    Views
    3,576

    Re: printStrings

    In the parameters of printString method u have 2 integers, u should put String abc because its text and not a number. Then you have to do something like:


    System.out.println(abc);

    And not:
    ...
  14. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    I can but i dont understand how i can secure it. Because like if i put the code that verifies the password on the server side i still have to call it from the client side. How can i let the server...
  15. Replies
    32
    Views
    4,182

    Re: Secure Java Files

    First of all it is impossible to translate Java code in to whatever other code because java has things which C or C++ dont have.

    Of course human can read compiled code like a computer does but...
  16. Replies
    32
    Views
    4,182

    Secure Java Files

    Dear Java Programmers,

    My friend has a youtube channel with 50.000 - 100.000 subscribers. I dont know the exact amount but he asked me to make a program for his subscribers. I made it in Java and...
Results 1 to 16 of 16