Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
>  Zombidle Updates
V
NickTheGreek
post Apr 29 2016, 08:05 AM
Post #1



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



and here we are

CODE
SELECT * FROM `ibf_games_scores` WHERE `s_id` =56800 LIMIT 0 , 30


IPB Image

the table is ibf_games_scores and the column is named s_id

i also see it is set as int(11) meaning

QUOTE(http://stackoverflow.com/questions/5634104/what-is-the-size-of-column-of-int11-in-mysql-in-bytes)


An INT will always be 4 bytes no matter what length is specified.

TINYINT = 1 byte (8 bit)
SMALLINT = 2 bytes (16 bit)
MEDIUMINT = 3 bytes (24 bit)
INT = 4 bytes (32 bit)
BIGINT = 8 bytes (64 bit).

The length just specifies how many characters to display when selecting data with the mysql command line client.

... and the maximum value will be 2147483647 (Signed) or 4294967295 (Unsigned)





--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Apr 29 2016, 03:59 PM
Post #2



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



I think i was wrong ( too early in the morning checking MySQL and replying to PMs at 07:00 lol )

the correct column is score and it is only a double

IPB Image

so in our case:

QUOTE(http://stackoverflow.com/questions/6949673/mysql-min-max-for-double-type)

Permissible values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308.


"

The closest Double to zero is

2.2250738585072014E-308 positive

-2.2250738585072014E-308 negative"




--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
grimm
post Apr 29 2016, 04:22 PM
Post #3



Advanced Member
Group Icon

Group: Affiliates
Posts: 249
Joined: 18-July 09
Member No.: 15,358



Thank you Nick.
Game has now been updated to use a greatly reduced scoring method.


--------------------
Converting great games... so others can too!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Apr 29 2016, 05:19 PM
Post #4



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



thanks a lot smile.gif

game update here

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Apr 29 2016, 05:22 PM
Post #5



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



great way to torture your tablet screen i guess

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 5 2016, 04:23 PM
Post #6



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



***Update to version 1.03.00 (5/5/16)***

Kingdom Domination Release

***Update to version 1.02.006a (4/29/16)***

WARNING!!! You must delete existing game scores to use this update. The internal scoring method has been changed to drastically reduce the score values so they no longer break the database.

Destroy buildings with your horde of zombies by clicking endlessly while collecting skulls to increase your overall damage. This game submits score in the background without refreshing the page.


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 5 2016, 04:31 PM
Post #7



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



IPB Image


updating ....


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 5 2016, 04:38 PM
Post #8



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



nice artwork

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 5 2016, 04:45 PM
Post #9



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



this is definitely new

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
www.invisiongames.org
post May 7 2016, 09:28 AM
Post #10



Advanced Member
Group Icon

Group: Administrators
Posts: 11,063
Joined: 9-May 06
Member No.: 2



updated right now

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 7 2016, 09:52 AM
Post #11



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



ChangeLog Follows

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 14 2016, 09:19 AM
Post #12



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



strange error during ads today

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
grimm
post May 14 2016, 01:11 PM
Post #13



Advanced Member
Group Icon

Group: Affiliates
Posts: 249
Joined: 18-July 09
Member No.: 15,358



You are not on my newest release
Current DOT release 1.03.004


QUOTE(NickTheGreek @ May 14 2016, 03:19 AM) *

strange error during ads today

IPB Image



--------------------
Converting great games... so others can too!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 14 2016, 01:19 PM
Post #14



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



thanks for the tip !


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post May 15 2016, 02:07 AM
Post #15



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



CODE
http://www.kongregate.com/forums/22061-zombidle/topics/627755-issue-with-offline-earning


IPB Image

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Jul 16 2016, 11:36 AM
Post #16



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



playing 2 months now and still there is so much ahead !!!

developers only published 3 worlds so far

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Aug 6 2016, 08:59 PM
Post #17



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



finally got my 2nd black orb this week

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Aug 20 2016, 11:37 AM
Post #18



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



Arcane Madness !!!!

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Nov 3 2016, 10:17 PM
Post #19



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Nov 13 2016, 02:55 AM
Post #20



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Jun 26 2017, 06:20 PM
Post #21



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



http://www.kongregate.com/forums/22061-zom...e/topics/665864

http://tinyurl.com/ZombidleCrafting


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Aug 27 2017, 02:02 PM
Post #22



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



IPB Image



--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Mar 25 2018, 02:47 PM
Post #23



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



World Numbering - 2018

IPB Image


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Jan 31 2021, 02:54 AM
Post #24



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



https://store.steampowered.com/news/app/612...950652265263095


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 16th June 2025 - 01:21 PM
YourForum - make yourself @ home | AllSigs - Signatures for all | Rock Band + Guitar Hero = RockHero ! | The Remoters - Remote Assistance | FileMiners - You ask, We find