Guest Posted May 20, 2008 Share Posted May 20, 2008 (edited) I'm working on this mini Black Jack game. It is in the final testing Stage and will be released for the public when finished. While waiting for the script gimme some Feedback on the GUI. click Pic for large Version( 1024x768px ~94kb) Download: click me Edited May 21, 2008 by Guest Link to comment
Guest Posted May 20, 2008 Share Posted May 20, 2008 (edited) I'm working on this mini Black Jack game. It is in the final testing Stage and will be released for the public when finished. While waiting for the script gimme some Feedback on the GUI. click Pic for large Version( 1024x768px ~94kb) Download: click me Edited May 21, 2008 by Guest Link to comment
DutchCaffeine Posted May 20, 2008 Share Posted May 20, 2008 Nice! I looking forward to test it Link to comment
DutchCaffeine Posted May 20, 2008 Share Posted May 20, 2008 Nice! I looking forward to test it Link to comment
eAi Posted May 20, 2008 Share Posted May 20, 2008 Looks good, though perhaps the cards are a bit squashed vertically? Provide some help for people who don't know how to play (like me!) Link to comment
eAi Posted May 20, 2008 Share Posted May 20, 2008 Looks good, though perhaps the cards are a bit squashed vertically? Provide some help for people who don't know how to play (like me!) Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 Nice! it would be nice when you build it in the casinos in las vegas Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 Nice! it would be nice when you build it in the casinos in las vegas Link to comment
[TTH]BiZkiT Posted May 20, 2008 Share Posted May 20, 2008 would be nice if you could play this Vs another player And indeed in the casino or something like when you stand in a marker the gamewindow apears second release Poker? Link to comment
[TTH]BiZkiT Posted May 20, 2008 Share Posted May 20, 2008 would be nice if you could play this Vs another player And indeed in the casino or something like when you stand in a marker the gamewindow apears second release Poker? Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 Yea i already have a name "working casino games" Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 Yea i already have a name "working casino games" Link to comment
Ace_Gambit Posted May 20, 2008 Share Posted May 20, 2008 (edited) Sorry for hijacking this thread but maybe a member of the development team can answer this for me. Is it not easier to synchronize the casino games instead of having members scripting it? I do not mean to offend the thread starter. I really like the idea of having casino games. But this feels like reinventing the wheel. If this has already been answered somewhere down the line you can just ignore this post. Edited May 20, 2008 by Guest Link to comment
Ace_Gambit Posted May 20, 2008 Share Posted May 20, 2008 (edited) Sorry for hijacking this thread but maybe a member of the development team can answer this for me. Is it not easier to synchronize the casino games instead of having members scripting it? I do not mean to offend the thread starter. I really like the idea of having casino games. But this feels like reinventing the wheel. If this has already been answered somewhere down the line you can just ignore this post. Edited May 20, 2008 by Guest Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 But i don´t mean the real casino games, i mean LUA games like this, without animations or so Link to comment
XetaQuake Posted May 20, 2008 Share Posted May 20, 2008 But i don´t mean the real casino games, i mean LUA games like this, without animations or so Link to comment
paragon Posted May 20, 2008 Share Posted May 20, 2008 Firstly, Good Job on the Black Jack Game. I agree with eAi, it does seem a little squashed vertically. Sorry for hijacking this thread but maybe a member of the development team can answer this for me.Is not easier to synchronize the casino games instead of having members scripting it? I do not mean to offend the thread starter. I really like the idea of having casino games. But this feels like reinventing the wheel. If this has already been answered somewhere down the line you can just ignore this post. hmm, Interesting.. anyone any thoughts? But i don´t mean the real casino games, i mean LUA games like this, without animations or so I am sure he knows what you meant, I do believe he is asking a question separate from your comment. Link to comment
paragon Posted May 20, 2008 Share Posted May 20, 2008 Firstly, Good Job on the Black Jack Game. I agree with eAi, it does seem a little squashed vertically. Sorry for hijacking this thread but maybe a member of the development team can answer this for me.Is not easier to synchronize the casino games instead of having members scripting it? I do not mean to offend the thread starter. I really like the idea of having casino games. But this feels like reinventing the wheel. If this has already been answered somewhere down the line you can just ignore this post. hmm, Interesting.. anyone any thoughts? But i don´t mean the real casino games, i mean LUA games like this, without animations or so I am sure he knows what you meant, I do believe he is asking a question separate from your comment. Link to comment
Guest Posted May 21, 2008 Share Posted May 21, 2008 Is it not easier to synchronize the casino games instead of having members scripting it? Maybe it is easier to sync the in game mini games, but i don't know if they are configurable in terms of minimum/highest bet or the multiplier for the bets. If not you will have some lucky guy which does 2 million in 10 seconds. At least i will continue the scripts anyway i prefer the gui game over the ingame stuff. Looks good, though perhaps the cards are a bit squashed vertically? Ye it is odd. the current values are width = 0.18 and height = 0.27 with a 0.01 space between the cards, however if i use 0.19 the outer right card will be squashed horizontally. I Personally like this look, but you can change it easily within the script. Link to comment
Guest Posted May 21, 2008 Share Posted May 21, 2008 Is it not easier to synchronize the casino games instead of having members scripting it? Maybe it is easier to sync the in game mini games, but i don't know if they are configurable in terms of minimum/highest bet or the multiplier for the bets. If not you will have some lucky guy which does 2 million in 10 seconds. At least i will continue the scripts anyway i prefer the gui game over the ingame stuff. Looks good, though perhaps the cards are a bit squashed vertically? Ye it is odd. the current values are width = 0.18 and height = 0.27 with a 0.01 space between the cards, however if i use 0.19 the outer right card will be squashed horizontally. I Personally like this look, but you can change it easily within the script. Link to comment
50p Posted May 21, 2008 Share Posted May 21, 2008 You can make the window using not relative values (not 0-1) and you can use the inside elements as relative. This way the cards will always look the same on every screen resolution. I've noticed admin resource is made that way. Link to comment
50p Posted May 21, 2008 Share Posted May 21, 2008 You can make the window using not relative values (not 0-1) and you can use the inside elements as relative. This way the cards will always look the same on every screen resolution. I've noticed admin resource is made that way. Link to comment
eAi Posted May 21, 2008 Share Posted May 21, 2008 Can I suggest that you don't use the chatbox as a way of starting it? Instead use a command handler. People don't like typing commands into the chat box and we strongly discourage scripted from doing it. Command handlers are faster, they can be typed into the chatbox too (with a preceding /) and they can be bound to keys if the user wishes. Link to comment
eAi Posted May 21, 2008 Share Posted May 21, 2008 Can I suggest that you don't use the chatbox as a way of starting it? Instead use a command handler. People don't like typing commands into the chat box and we strongly discourage scripted from doing it. Command handlers are faster, they can be typed into the chatbox too (with a preceding /) and they can be bound to keys if the user wishes. Link to comment
Guest Posted May 22, 2008 Share Posted May 22, 2008 A small Update: - changed to CommandHandler - updated Readme Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now