The basics to starting a RSPS with all files included

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 66

  • @zeighe4097
    @zeighe4097 Год назад +1

    Glad to see you back making another series! You inspired me to start work on my own project with your last series. Can't wait to follow along! Cheers!

  • @ItzYaBoiRoss
    @ItzYaBoiRoss 10 месяцев назад +1

    Amazing work got my self getting back into Java also because of seeing your easy to follow guides. Hope you carry this on and hope to see more updated video’s ❤

  • @JBG1K
    @JBG1K Год назад +1

    Definitely going to be keeping an eye on this. I focused more on web development and would like to get more into server/client development.

  • @Petter8
    @Petter8 Год назад +1

    Your content is amazing bro, keep doing those videos!
    I'm learning how to set up my own rsps and you're helping me alot!!
    You could do an video teaching how to edit the model/stats of a custom item then add in-game!

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад

      thankyou for the feedback, i will be doing it shortly and yes that is actually kinda easy to do bit more then beginner friendly though but shouldn't be hard to show and understand when the series progresses

  • @Kooybur
    @Kooybur 2 месяца назад +1

    not allowing me to open the client folder into eclipse?

  • @titansarepeople1797
    @titansarepeople1797 Месяц назад +1

    I get an error when even trying to run the server as java on eclipse, im confused...

    • @mitchellsouza1396
      @mitchellsouza1396 19 дней назад

      Im having this issue too, so far it looks like an issue with finding a classpath

    • @titansarepeople1797
      @titansarepeople1797 19 дней назад +1

      @mitchellsouza1396 i managed to fix it but I don't remember exactly how, I think I used the exact version of eclipse he is in the video, you have to to search for the specific download tho they don't host it on their site anymore I don't think

    • @mitchellsouza1396
      @mitchellsouza1396 18 дней назад

      @@titansarepeople1797 That did it! Thanks a million!

  • @oxXStriFeXxo
    @oxXStriFeXxo 3 месяца назад +1

    Hey bro, would appreciate some help, running the client opens it fine but when I try to login it gives me an error connecting to server. Not sure on what to do about this, any ideas?

    • @LynxDev-IO
      @LynxDev-IO 3 месяца назад

      same

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      sorry late reply, usually means u didn't open it correctly did u check to make sure you have set it up correctly and when running the java file are u doing server before client?

  • @zackb3562
    @zackb3562 2 месяца назад

    First of all thank you for doing this, secondly would you be open to doing something similar like this video, but maybe for 508 and 562 servers? Maybe 614? It's virtually impossible to find a guide on it that actually still has working download links as the revisions are around 10 years old. Which really sucks because I feel like it was kinda the golden era of runescape. If you would be able to source files and provide instruction, I would be willing to record and upload it so you don't have to deal with Fagex. Every tutorial out there i've found for those revisions just leads to dead links and outdated methods that either aren't around or don't work anymore.

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      @zackb3562 I mean it's possible but most are now dead links

    • @zackb3562
      @zackb3562 2 месяца назад

      @@TheyCallMeCoach2023 That's exactly why i'm asking haha. If you could give the instructions and we could source a good base, cache and client, I could record and post a video for it and put the files on Github which has a good chance of staying up for 10+ years; even if the video gets taken down and I have to reupload it again down the line.
      edit: basically there are working files out there, aswell as tutorials, BUT there's no tutorials that provide working files for these revisions.

    • @zackb3562
      @zackb3562 2 месяца назад

      @@TheyCallMeCoach2023 let me know if you would be down bro i could give u my discord, i think even when 562 was a new revision it was still pretty rare to find so it would be fuckin sick if we could revive it

  • @skully3661
    @skully3661 5 месяцев назад +1

    Does this give you access to the equation used for the skill leveling system?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      it would have the skills.java file which contains how skills would operate and ways of changing xp rates and stuff.

  • @laurensdegroote1691
    @laurensdegroote1691 Год назад +1

    can you make a vid about adding commands to the rotten potato?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад

      thanks for the comment i was thinking about doing that in a later video its very simple, just using a dialogue for the interface to choose what commands u want to use, but some commands wouldn't work like object/item ids but any specific commands you want or looking for?

    • @laurensdegroote1691
      @laurensdegroote1691 Год назад

      @@TheyCallMeCoach2023 when u use the "use" button (from the rotten potato) on a player,you get a interface with punishments.when you click on one of them,the player gets the punishment. (Temp ban,perma ban,mute,demote,perma mute -> you have to code that one,there is no perma mute)
      A other idea is: a toggleable noclip.when you use one of the rotten potato's options,you can noclip.
      If there ar other idea's,feel free to add them

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад +1

      @@laurensdegroote1691 there easily to be coded in and interface/dialogue is up to personal preference, now as for perma mute its not a issue to do that could be a more intermediate coding video not as beginner friendly, but also in saying this the tutorial series will not be any hosting/online activity at this stage as it would cost money and as a project i don't think i wanna pay for that at this stage

  • @dasjager3653
    @dasjager3653 20 дней назад

    Man I was hoping this was going to be the one that works but has errors in client files :(

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  20 дней назад

      @@dasjager3653 it works fine there's no complete source unfortunately

  • @gingerwithsoul1891
    @gingerwithsoul1891 4 месяца назад

    Quick question, i have a VPS where the server is running. i got my client working on the VPS how do i make a working Jar file so i can share it with people. i kinda know how to make a jar file but i don't know what file or map i need to make into a Jar file

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      i wouldn't advise this as jagex target these kind of things i have been flagged and asked to not post any more videos on this nature so i am gonna be making rs videos.

  • @AnandShah-Cosme
    @AnandShah-Cosme Год назад +1

    black screen still there how can i fix this?

    • @F0XH0UND007
      @F0XH0UND007 11 месяцев назад

      The server is full of errors, much of the tables need to be redone.

  • @abbleu3
    @abbleu3 14 дней назад

    Added you on discord regarding a small error i get if i could get some help.

  • @RealAmayaKami
    @RealAmayaKami Год назад

    i haven't done all this in so long. Can you make a video on portforwarding and making it public so friends can join?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      i can but i will be flagged again for this sort of content :/ 2 videos were flagged and links were removed.

    • @RealAmayaKami
      @RealAmayaKami 2 месяца назад +2

      @@TheyCallMeCoach2023 wow that's insane to be flagged for that it's okay though I actually figured it all out now.

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      @RealAmayaKami yeah it's ridiculous I didn't think for educational purposes it would of been a issue but unfortunately it was.

    • @RealAmayaKami
      @RealAmayaKami 2 месяца назад +1

      @@TheyCallMeCoach2023 yeah I remember long time ago everyone posted videos on it lmao

  • @fabianvanderholst2400
    @fabianvanderholst2400 2 месяца назад

    Hi Coach. did the same as described in your video. after running the client as a java application. it tells me there are some errors. when i continue I get the screen to login and press play but after that its totally black. could you send me a fix. thanks in advance.

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      @@fabianvanderholst2400 the second video has a fix to this issue. Should be still in the playlist. Until or if jagex requests it to be removed

    • @titansarepeople1797
      @titansarepeople1797 Месяц назад

      hey man, how did you even get the server to run as java? mine wont do it... keeps giving errors

  • @JocolanWowgamming
    @JocolanWowgamming Год назад

    could you also please post a discord link in the description? i went to load into the world and got black screened

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад

      i will have the video tonight about the fix and will also be adding in the discord links :D sorry about that.

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад

      @hassantehmile yes it was sorry haven't had time to release the next video as wife was in hospital which delayed a lot of my work/content etc

    • @zryth
      @zryth Год назад

      Easiest way to bypass this for the minute is by creating a new character. When on the login screen just type whatever username and password you want to register a new character :)

  • @kemkayran9216
    @kemkayran9216 3 месяца назад

    this may need an update and your discord link is not working

  • @SirWiseKnight
    @SirWiseKnight 11 месяцев назад

    hey how do i make it so my wife can join me on the server? also its a little slow is it just my pc?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  11 месяцев назад

      Server hosting is a advanced thing but it can be done if u get a site to host the server and all that which I can eventually do a tutorial on as for running slow that could be your computer as I never had this issue

  • @TheJnmiah
    @TheJnmiah Год назад

    when I do 123 as username and 123 as password, it logs in but when I click play, it gives me a black screen. When I do any other username and password such as test, that works great and spawns me into tutorial island. Thank you for this! How would I make myself moderator though?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад +1

      i have a fix for black screen which is coming soon, now for that also i will be doing a video on how to make ur self mod etc or u can check my older series how to make yourself mod.

    • @TheJnmiah
      @TheJnmiah Год назад +1

      @@TheyCallMeCoach2023 Thanks! looking forward to your next videos. :) Got myself mod, thank you!

    • @F0XH0UND007
      @F0XH0UND007 11 месяцев назад +1

      if you do username 1234 and whatever password it loads a character as a moderator

  • @kevinestrada3480
    @kevinestrada3480 Год назад

    how would you make this work with a sql website?

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  Год назад

      do you mean like highscores and so forth or do you mean run the server and client through sql?

  • @TrueHelpTV
    @TrueHelpTV 3 месяца назад

    seems like jagex targets basically every channel that makes this stuff

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  2 месяца назад

      yeaah unfortunately :/

    • @TrueHelpTV
      @TrueHelpTV 2 месяца назад

      @@TheyCallMeCoach2023 i low key made a personal copy of this entire series in case i get halfway through it in a month or two when all of my server parts arrive and *poof* it's gone.

  • @michaeladkins7114
    @michaeladkins7114 11 месяцев назад

    Hey Coach! My cousin and I would like to be able to join each other from different computers. We have port forwarded his computer but everytime he loads the server my client doesnt load. If you could help, we wouldnt mind helping you with anyrhing!

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  11 месяцев назад +1

      its not just the port forwarding process you have to host the client files etc. so when you host it they files will check for updates and download them prior to playing which is pretty advanced for basic learning of java if i am being honest. once i am back in action to record a few videos i will also be getting a advanced series once i believe people have learned what they need to adapt to advanced java coding. also looking into other ventures with gaming and stuff currently so hopefully you maybe interested in that too.

    • @michaeladkins7114
      @michaeladkins7114 11 месяцев назад

      @TheyCallMeCoach2023 Thanks for the reply! I appreciate it! I hope to see more of your videos! It has taught me a lot! One thing I would be interested in is adjusting weapon / Armor stats!

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  11 месяцев назад +1

      thanks for the feedback and in future videos ill be covering things such as this, new video came out last night fixing the black screen of death.@@michaeladkins7114

  • @michealbarnes9272
    @michealbarnes9272 3 месяца назад

    the media fire link is dead? it never loads

  • @allfatherkayy
    @allfatherkayy 5 месяцев назад

    there is an error whenever i import client

  • @touma-san91
    @touma-san91 5 месяцев назад

    Yeah.. Not gonna do this. Having to download sketchy file from Mediafire in 2023 is not ideal.

    • @TheyCallMeCoach2023
      @TheyCallMeCoach2023  5 месяцев назад +2

      That's your choice yet my credibility and also noone yet said they have a virus or anything. These files also u can obtain on rsps forums doesn't matter much now the series will be taken down soon as its all being discontinued and jagex are now flagging people's videos and trying to sue people making rsps so only a matter of time till they try on me.

    • @MeLikeToast
      @MeLikeToast Месяц назад

      I've just set it up without issue. I've got a lifetime Malwarebytes subscription so it would've detected it if it had any sort of virus.

    • @touma-san91
      @touma-san91 Месяц назад

      @@MeLikeToast MalwareBytes is not a guarantee there will not be a virus. MalwareBytes only detects what is known, just like any other antivirus and anti-malware software.