ID:159604
 
Okay, it's been awhile since I touched a game coding, and seems I'm having trouble, and need some help... I have basically everything 100% done, just need this last part for the hosting... I had friends help me which sadly I lost in touch with and they coded the hosting part, and I have no idea what to do... I know where the host section is just don't know what to put and everything... So if someone would gladly help me I'd be sure to reward them in game ^_^
Um...are we talking about in Dream Maker or on the website? >_>
In response to Spunky_Girl
Actually both... Seems I cant get them linked so that the hub let's players join... I have a friend who is test hosting it for me...
In response to Hiruka
Look up the hub world var in the reference/F1 and then look up a tutorial on how to set up the hub corresponding with the game.
In response to Spunky_Girl
Thing is I have all the vars and everything just don't know what is wrong why I need someone if they can contact me on msn at [email protected].... Would be great, please and thank you.
In response to Hiruka
So what exactly is your problem? Is the game not showing up on the hub? Can nobody join your game when it does appear on the hub?
In response to Spunky_Girl
I said the problem already... If you didn't notice... I can't get the hub to show to the game is live and have people connect...

No offense but all you been doing is asking the same question and not really be of any help to me... I'm not trying to be mean but, seriously I'm looking for the problem to be fixed not be lead on a goose chase leading me in the wrong direction like you have done in previous posts...

Now if you going to actually help me be great but so far you haven't even done that the whole F1 thing I already knew about and everything else...


world
hub = "Hirka.bleachriseofvizards"
name = "Bleach Rise of Vizards"
hub_password = "******"
view = 6
loop_checks = 0
sleep_offline = 1

bootLog<<"\[[Date_Time(world.realtime)]] World closed."


See according to that coding it should connect to the hub but it's not. As for connecting from a host...

mob
Login()
if(src.key=="Guest")
usr<<"\blue Please create an account and then return to play with us. Thanks."
sleep(1)
del(src)
return
if(src.client)
if((global.host==null||global.host=="Dedicated Shell")&&(src.client.address==null||src.client.address==null))
src<<"You have been marked as the host."
global.maxUsers=0
global.host=src.key
else if(global.host==null)
global.host="Dedicated Shell"
global.maxUsers=0




In response to Hiruka
Hiruka wrote:
I said the problem already... If you didn't notice... I can't get the hub to show to the game is live and have people connect...

No offense but all you been doing is asking the same question and not really be of any help to me... I'm not trying to be mean but, seriously I'm looking for the problem to be fixed not be lead on a goose chase leading me in the wrong direction like you have done in previous posts...

Now if you going to actually help me be great but so far you haven't even done that the whole F1 thing I already knew about and everything else...


Actually, you didn't state the problem clearly, which made it impossible for anyone to give you the information you are looking. Just because you understood what you wanted doesn't mean you conveyed it clearly. That's understandable, as it seems that you don't have much experience hosting, so there's no need to get frustrated.

Have you actually set up a hub page that coordinates with the game? (dunno if this link will work correctly or not)

https://secure.byond.com/members/?command=edit_hub
In response to Hiruka
Hiruka wrote:
(...)I have a friend who is test hosting it for me

Does he manage to host other games (e.g. Castle) successfully?
From the few information provided it could be your friend having issues hosting.
In response to Stupot
Actually, you didn't state the problem clearly, which made it impossible for anyone to give you the information you are looking. Just because you understood what you wanted doesn't mean you conveyed it clearly. That's understandable, as it seems that you don't have much experience hosting, so there's no need to get frustrated.

Have you actually set up a hub page that coordinates with the game? (dunno if this link will work correctly or not)

https://secure.byond.com/members/?command=edit_hub

Yes I have my game on the hub... and I don't know how much clearer you possibly could want it... I said my hub is not showing ym game is live and I gave the code that shows that it should be working and as well as the code for hosting it... And if you think I'm frustrated than well you must not know what the meaning of frustrated is... If I was think I'd be replying to your reply like this?? Correct I don't have much experience with hosting, seeing how me and 3 people coded the game over 2 years ago...

As for the having the coordinates part, what do you mean?

(See this is more helpful than last person >.> Actually trying to get somewhere and not send me hopefully not away from having the game up.)
In response to Schnitzelnagler
No clue I'll see if he is able to and see if the problem is on his end.

But he's currently at school so has to be put on hold for a bit:/
In response to Hiruka
hub = "Hirka.bleachriseofvizards"

I'd imagine this is supposed to say "Hiruka" and not Hirka... I'm not sure if this was intentional or not.
In response to Hiruka
Okay, I have it running thanks to ripiz for the help on it. Now I must seek out a host so, everyone who helped me will get extra benefits in my game.


Thank you.