HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

S ggame #229

Closed TheKingKaneki5 closed 5 years ago

TheKingKaneki5 commented 5 years ago

Hello there! I'm currently trying to add Sggame to my sever! I was wondering if you might let me pull the code from here and add it!

HoeenCoder commented 5 years ago

This isn't the right way to do it. If you cloned your server with git it's easy to swap branches.

git fetch [my remote]
git checkout SGgame

should do it. [my remote] would be the name of the remote that points to this repo (usually origin). Feel free to reply here if you have more questions.

TheKingKaneki5 commented 5 years ago

Hello Hoeen! I tried to switch the branchs and tried to use the commands you gave me, however, it did not fully work. It said it was downloading it but when I sync'd it I didn't see any changes. Also when i try to do the comman 'git checkout SGgame', it say that SGgame doesn't exist. Is there anyway you can help guide me through this a little bit more? Sorry if i'm not understand this very well I'm new to coding.

On Thu, Feb 21, 2019, 11:35 AM HoeenHero notifications@github.com wrote:

This isn't the right way to do it. If you cloned your server with git it's easy to swap branches.

git fetch [my remote] git checkout SGgame

should do it. [my remote] would be the name of the remote that points to this repo (usually origin). Feel free to reply here if you have more questions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466069244, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkMGXh814r2LbY_prCg2mrKE21Ogfks5vPsrOgaJpZM4bGbPN .

HoeenCoder commented 5 years ago

git fetch pulls change from the remote your fetching, but dosen't apply any changes unlike git pull. We did this to get information on the SGgame branch. try using these:

git fetch [my remote]
git checkout -b SGgame
TheKingKaneki5 commented 5 years ago

Thank you Hoeen! I finally got the branches switched correctly! But the server still will not launch SGgame. Is there another part to it that I have to do? Like a special command or part of the code i have to fix? I also have a question about how to make all of my users alts be seprate instead of all sharing one code, do you think you can help with that too if you're not to busy?

On Thu, Feb 21, 2019, 6:55 PM HoeenHero notifications@github.com wrote:

git fetch pulls change from the remote your fetching, but dosen't apply any changes unlike git pull. We did this to get information on the SGgame branch. try using these:

git fetch [my remote] git checkout -b SGgame

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466217588, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkIgQ36TsrcQ8FnGO6uR3B3GFQXHBks5vPzIDgaJpZM4bGbPN .

HoeenCoder commented 5 years ago

Are any of the files from SGgame there? if not screenshot the result of git remote -v for me so I can try and figure out whats going on. /playalpha should start it.

The IP merge issue is a thing with your host and not my code, I don't remember the fix.

TheKingKaneki5 commented 5 years ago

Thank you Hoeen I do believe all or most of the files are there in the code. However when I type /playalpha it says the command doesnt exist. Would there be a specific place where I should check to see if the command is there? Also thank you anyways for the ip problem. I'll see if i can fix it with the host

On Thu, Feb 21, 2019, 9:13 PM HoeenHero notifications@github.com wrote:

Are any of the files from SGgame there? if not screenshot the result of git remote -v for me so I can try and figure out whats going on. /playalpha should start it.

The IP merge issue is a thing with your host and not my code, I don't remember the fix.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466245956, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkLC9fdX8kThpWykl2YinkCywmhkWks5vP1JYgaJpZM4bGbPN .

HoeenCoder commented 5 years ago

Did you restart the server? youll need to do that before it will work.

TheKingKaneki5 commented 5 years ago

I restarted the Server and the command still doesn't work. I don't know if I did something wrong or if the command needs to be added or what.

On Thu, Feb 21, 2019, 10:11 PM HoeenHero notifications@github.com wrote:

Did you restart the server? youll need to do that before it will work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466257952, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkGLSn8AEMpVc3tynUa6Sh2cAG4TIks5vP1_4gaJpZM4bGbPN .

HoeenCoder commented 5 years ago

It should be there if you have the files, im guessing you don't or they arent hooked up properly (which would be weird if the checkout worked).

Show me what remote you pulled from (git remote -v and tell me what remote you used)

TheKingKaneki5 commented 5 years ago

I don't know if this picture helps very much but this is a recreation of what I did. (Minus the other parts to switch the branches) As far as I can tell I think I have all of it.

On Thu, Feb 21, 2019, 10:37 PM HoeenHero notifications@github.com wrote:

It should be there if you have the files, im guessing you don't or they arent hooked up properly (which would be weird if the checkout worked).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466261956, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkBQhdTrveOMRbYfjOXby-DfEQEf_ks5vP2X2gaJpZM4bGbPN .

TheKingKaneki5 commented 5 years ago

https://i.imgur.com/JutKVWL.jpg It wouldn't let me send the picture so i had to upload it to imgur to show you

On Thu, Feb 21, 2019, 10:37 PM HoeenHero notifications@github.com wrote:

It should be there if you have the files, im guessing you don't or they arent hooked up properly (which would be weird if the checkout worked).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466261956, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkBQhdTrveOMRbYfjOXby-DfEQEf_ks5vP2X2gaJpZM4bGbPN .

HoeenCoder commented 5 years ago

Contact me on discord HoeenHero#5770 and send me a link to the glitch console.

If you dont share a server with me, use invite code smogon to join the smogon discord so you can PM me.

TheKingKaneki5 commented 5 years ago

I tried to send the link to the glitch console which it then said I couldn't send it because I do not share the server with you. Do i need to send you an invite to the servers code first?

On Fri, Feb 22, 2019, 10:38 AM HoeenHero notifications@github.com wrote:

Contact me on discord HoeenHero#5770 and send me a link to the glitch console

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoeenCoder/Wavelength/pull/229#issuecomment-466439575, or mute the thread https://github.com/notifications/unsubscribe-auth/Ar8QkDFgRMC9myl_gIhRDwxze0HMj8_zks5vQA8KgaJpZM4bGbPN .

HoeenCoder commented 5 years ago

Re-read what I said above. Either way I accepted your friend request.