rabbitdev Posted April 15, 2024 Posted April 15, 2024 Hello!I am so glad that I discover this forum aside from epvp. Atleast that's the only thing i know of.I am trying to add a custom dialog in-game to show some other stuff related to the server. I saw a table in my db that comes with the source and it's called `customdialogs` i tried to check out my source and I found some related codes to it. Also, I think this source I have is based from ParadiseConquer. So my question is, is someone here knew how to achieve that? Adding new UI controls in game? Or maybe share some starting point on where should I go in order to take the journey to achieve it? Thanks! Quote
Spirited Posted April 16, 2024 Posted April 16, 2024 Hmm, I'm not sure if you're going to find anyone supporting Paradise Conquer based servers. It's not a clean source people want to support. Did the project include the launcher's source code? If it did, then I'd try looking through that and see if there're any examples you can learn from. Otherwise, your guess is as good as mine. There're a lot of ways custom dialogs can be made, and if you want to use the existing custom dialogs system in your server project, then you'll have to do some more research on your own. Maybe there's someone out there who can help, but idk anyone personally. Quote
rabbitdev Posted April 16, 2024 Author Posted April 16, 2024 Hmm, I'm not sure if you're going to find anyone supporting Paradise Conquer based servers. It's not a clean source people want to support. Did the project include the launcher's source code? If it did, then I'd try looking through that and see if there're any examples you can learn from. Otherwise, your guess is as good as mine. There're a lot of ways custom dialogs can be made, and if you want to use the existing custom dialogs system in your server project, then you'll have to do some more research on your own. Maybe there's someone out there who can help, but idk anyone personally.when I read this "There're a lot of ways custom dialogs can be made". Do you know one way on how to do it or place where I can start learning it? Quote
Spirited Posted April 16, 2024 Posted April 16, 2024 Hmm, I'm not sure if you're going to find anyone supporting Paradise Conquer based servers. It's not a clean source people want to support. Did the project include the launcher's source code? If it did, then I'd try looking through that and see if there're any examples you can learn from. Otherwise, your guess is as good as mine. There're a lot of ways custom dialogs can be made, and if you want to use the existing custom dialogs system in your server project, then you'll have to do some more research on your own. Maybe there's someone out there who can help, but idk anyone personally.when I read this "There're a lot of ways custom dialogs can be made". Do you know one way on how to do it or place where I can start learning it?I'm not really someone who can best answer that. I've seen ImGUI used a lot recently... and that's probably the approach I would take. Quote
rabbitdev Posted April 16, 2024 Author Posted April 16, 2024 Hmm, I'm not sure if you're going to find anyone supporting Paradise Conquer based servers. It's not a clean source people want to support. Did the project include the launcher's source code? If it did, then I'd try looking through that and see if there're any examples you can learn from. Otherwise, your guess is as good as mine. There're a lot of ways custom dialogs can be made, and if you want to use the existing custom dialogs system in your server project, then you'll have to do some more research on your own. Maybe there's someone out there who can help, but idk anyone personally.when I read this "There're a lot of ways custom dialogs can be made". Do you know one way on how to do it or place where I can start learning it?I'm not really someone who can best answer that. I've seen ImGUI used a lot recently... and that's probably the approach I would take.I saw this ImGUI one but not sure how can i use or set it up into my client. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.