Jump to content

[REL] Black Jack


Guest ck-Godless

Recommended Posts

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.

BJingame64x48.jpg

click Pic for large Version( 1024x768px ~94kb)

Download: click me

Edited by Guest
Link to comment

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.

BJingame64x48.jpg

click Pic for large Version( 1024x768px ~94kb)

Download: click me

Edited by Guest
Link to comment

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 by Guest
Link to comment

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 by Guest
Link to comment

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 :wink:

I am sure he knows what you meant, I do believe he is asking a question separate from your comment.

Link to comment

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 :wink:

I am sure he knows what you meant, I do believe he is asking a question separate from your comment.

Link to comment
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
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

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...