ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
330 stars 89 forks source link

server src not found in code\ryzom\server #587

Closed Argez closed 3 years ago

Argez commented 4 years ago

Good morning,

I have been trying to compile the server using all the steps described in the documentation, however the following .exe is not achieved

ryzom_admin_service.exe ryzom_backup_service.exe ryzom_entities_game_service.exe ryzom_gpm_service.exe ryzom_ios_service.exe ryzom_naming_service.exe ryzom_welcome_service.exe ryzom_tick_service.exe ryzom_mirror_service.exe ryzom_ai_service.exe ryzom_mail_forum_service.exe ryzom_shard_unifier_service.exe ryzom_frontend_service ryzom_session_browser_service.exe ryzom_logger_service.exe ryzom_dynamic_scenario_service.exe

I was checking and what repository clone does not have the src folder in code \ ryzom \ server. Where can I get those files to compile properly?

kaetemi commented 4 years ago

The develop branch is broken. I'm working to restore all functionality in the ryzomclassic branch.

kaetemi commented 4 years ago

No ETA. Feel free to dabble in it yourself. Hopping between shards is broken, and the Ryzom Core leveldesign dataset is missing some essentials to have a usable R² shard.

Argez commented 4 years ago

Good morning. thanks for the info.

In these days I have been testing and debugging the code and I already solved a fault and it was that from the client I was sending an id of a continent that does not exist and then I made the change so that it would always point towards newbieland when creating the character. Now the world starts me and I can normally enter the level and continent.

What does not work for me now is the button of the world editor on the client, since clicking the client is loading and then closes.

I have a question. Do you know what services and settings are responsible for controlling the world editor?

Greetings and attentive to your comments.


El vie., 6 mar. 2020 17:47, Jan Boon notifications@github.com escribió:

No ETA. Feel free to dabble in it yourself. Hopping between shards is broken, and the Ryzom Core leveldesign dataset is missing some essentials to have a usable R² shard.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ryzom/ryzomcore/issues/587?email_source=notifications&email_token=ACZFUKCTPOEOYPR4QEL7FULRGFVNXA5CNFSM4KJEW4R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOC6VVY#issuecomment-595978967, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZFUKG5EVCNLYLODAC33QTRGFVNXANCNFSM4KJEW4RQ .

kaetemi commented 4 years ago

The world editor is the part which depends on switching between server, it's the part that's broken.

You need session browser service on a port 1000 above the frontend service port. And run a second shard in Ring mode.

But the confirmation network message from the server for the client to finalize the teleport is not getting sent.

Argez commented 4 years ago

Good Morning.

Thanks for the information, I will continue testing with the ring server to see if I can get the solution to work.

If in doubt, can I continue consulting?

Greetings and attentive to your comments.

El sáb., 7 mar. 2020 11:23, Jan Boon notifications@github.com escribió:

The world editor is the part which depends on switching between server, it's the part that's broken.

You need session browser service on a port 1000 above the frontend service port. And run a second shard in Ring mode.

But the confirmation network message from the server for the client to finalize the teleport is not getting sent.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ryzom/ryzomcore/issues/587?email_source=notifications&email_token=ACZFUKDJWLRPZ3CX32UVPSDRGJRGXA5CNFSM4KJEW4R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOD4CEA#issuecomment-596099344, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZFUKF2BP3GP6OW6E2W32DRGJRGXANCNFSM4KJEW4RQ .

kaetemi commented 3 years ago

Included on core4 branch.