Posts: 578
Threads: 40
Joined: Dec 2016
The title says it all, what would you rather see and why? (For login and registration)
I'm creating a game mode right now and I first made text draws, but then rewrote everything to dialogs, meh.
Posts: 266
Threads: 22
Joined: Jan 2017
Reputation:
0
texdraws are nicer looking but you still need dialogs for the input so when you mix two styles like that it tends to look funny... so i choose dialogs only
Posts: 1,779
Threads: 126
Joined: Oct 2010
for register/login use dialogs (password input)
Posts: 578
Threads: 40
Joined: Dec 2016
This was how I first made it:
https://www.youtube.com/watch?v=22IhXPAchpc (note unlisted)
Would you rather see such or just plain dialogs?
Posts: 1,779
Threads: 126
Joined: Oct 2010
Quote:
Originally Posted by Meller
|
looks amazing
Posts: 558
Threads: 112
Joined: May 2014
Dialog is better then textdraw
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Hard to say, depends on the situation and how they're implemented. Dialogs are easy to set up and can support a lot of text, in terms of both length and character sets. The big downside is that they are clearly a layer on top of the original game and they miss a lot of customization options. The fact that you're limited to two buttons is also somewhat annoying since some dialogs would benefit from three buttons (yes, no and cancel; previous, next and cancel).
Textdraw provides much more customization and adheres to the original feel of the game but it cannot display a lot of text and it is very hard to do right. Textdraw can look very amateurish in an otherwise good gamemode which kind of sends mixed signals to the players.
So in the end I'd say: if you have lots of text use dialogs, if you want customization use textdraw.
Clickable textdraws are of course nicer looking. But for most of the things, I would go with dialogs as they are nicer plus textdraws are a bit different depending on the resolution. Also it's more work to do it with txds.
Posts: 849
Threads: 4
Joined: Oct 2016
Reputation:
0
I would go with dialogs instead of textdraws. As Astralis mentioned "textdraws are a bit different depending on the resolution" and Vince "Hard to say, depends on the situation and how they're implemented.", I agree with them both.
Posts: 90
Threads: 38
Joined: Sep 2016
Reputation:
0
If you want Login/register good, then use Textdraw(If you know how to make good textdraw)
And
If you want to Easy, then use DIALOG
Posts: 325
Threads: 5
Joined: Jun 2017
If you had full client keyboard detection, textdraw method would be the best...
But for now this is impossible so I vote for dialogs.
Posts: 760
Threads: 22
Joined: May 2011
Reputation:
0
Like most people already said it depends. I can find some servers having way too many textdraws and it's confusing. If you can create something that can be reused in terms of textdraws then that is cool!
Posts: 435
Threads: 2
Joined: Jul 2017
Reputation:
0
Make both an option, people have different likings.
Posts: 578
Threads: 40
Joined: Dec 2016
Gonna bump this a bit, the voting is only differing by 3 votes.
Posts: 80
Threads: 5
Joined: Jul 2017
Reputation:
0
Clickable textdraws + Dialogs
Posts: 578
Threads: 40
Joined: Dec 2016
Quote:
Originally Posted by HeLiOn_PrImE
Maybe you don't have to choose one and dismiss the other completely.
People already explained why. You should use them both and use them wisely.
|
I understand that, I just want to see a few more answers.