Verified:

AndrewMose Game profile

Member
1062

Dec 31st 2023, 3:29:53

It's approximated by a 24 hour half life exponent formula for all servers except express. Express has an 8 hour half life I believe. Only 72 hours of history is considered (24 in express).

AndrewMose Game profile

Member
1062

Dec 31st 2023, 3:41:03

Also I believe DH contributes as half of a break. To implement this I would calculate the DR contributions of each attack and sum the last 72 hours of news. Attack contribution to Dr = x*.5^(t/24) where x is 1 or . 5 depending on success or fail and t is the time in hours since the attack. t is a continuous number, not a round integer.

Hopefully someone will correct me if I'm wrong here. I know the exact calculation depends on forces sent.... But those can't be known so an as approximation is necessary.

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 7th 2024, 6:09:01

Top 10 List is completed!
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

En4cer Game profile

Member
1021

Jan 7th 2024, 7:23:10

Nice mate - you should add a column to show the tag of the countries on the individual top tens too - if you are up for it that is.

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 8th 2024, 2:17:59

Originally posted by En4cer:
Nice mate - you should add a column to show the tag of the countries on the individual top tens too - if you are up for it that is.


Done, i made it a little prettier too.

Originally posted by AndrewMose:
Also I believe DH contributes as half of a break. To implement this I would calculate the DR contributions of each attack and sum the last 72 hours of news. Attack contribution to Dr = x*.5^(t/24) where x is 1 or . 5 depending on success or fail and t is the time in hours since the attack. t is a continuous number, not a round integer.

Hopefully someone will correct me if I'm wrong here. I know the exact calculation depends on forces sent.... But those can't be known so an as approximation is necessary.


Thanks, I'll need to have a think on this.
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

Cathankins Game profile

Member
1124

Jan 8th 2024, 2:29:32

Ok that is awesome now, all you need is war stats and it’s as good as estats

Skol Game profile

Member
30

Jan 8th 2024, 3:04:05

Nice, LI. Its coming together really nice. Once you get Dr figured out, what EEstats?

En4cer Game profile

Member
1021

Jan 8th 2024, 3:32:35

Nice LI - what about a tech calculator ?

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 10th 2024, 20:43:36

Originally posted by En4cer:
Nice LI - what about a tech calculator ?


A tech calc meaning... enter land, and change values like % or tech points needed to get to a %?

I have enabled SSL for the server, so this means the URL changed. You don't need a port number anymore!

https://li.epicgamer.org/news/
https://li.servegame.com/news/
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

Requiem Game profile

Member
EE Patron
9092

Jan 10th 2024, 22:51:12

Originally posted by LittleItaly:
Originally posted by En4cer:
Nice LI - what about a tech calculator ?


A tech calc meaning... enter land, and change values like % or tech points needed to get to a %?

I have enabled SSL for the server, so this means the URL changed. You don't need a port number anymore!

https://li.epicgamer.org/news/
https://li.servegame.com/news/


I can help you with the math for that if you need it. Yes, he is talking about the points to % or % to points conversion.

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 11th 2024, 5:47:23

Originally posted by Requiem:
Originally posted by LittleItaly:
Originally posted by En4cer:
Nice LI - what about a tech calculator ?


A tech calc meaning... enter land, and change values like % or tech points needed to get to a %?

I have enabled SSL for the server, so this means the URL changed. You don't need a port number anymore!

https://li.epicgamer.org/news/
https://li.servegame.com/news/


I can help you with the math for that if you need it. Yes, he is talking about the points to % or % to points conversion.


Yeah definitely. I'm pretty sure what I have isn't up to date.
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

Skol Game profile

Member
30

Jan 11th 2024, 15:51:38

Sites not up LI, almost the past day

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 11th 2024, 17:51:58

Originally posted by Skol:
Sites not up LI, almost the past day
Update your bookmark :) URL no longer has port number in it
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 12th 2024, 4:09:17

I actually worked on a tech calc along time ago. Not sure if the formulas it uses are still correct. It's in the Tools menu. Here's the page though!

https://li.epicgamer.org/news/tech_calc.php
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

En4cer Game profile

Member
1021

Jan 15th 2024, 1:39:57

Nice mate 👌

JamesBond007 Game profile

Member
342

Jan 15th 2024, 9:05:37

nice update :)

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 17th 2024, 5:44:51

I decided to attempt DR tonight. Here is an example. https://li.epicgamer.org/...y.php?cnum=408&snum=9

Thanks to AndrewMoose for making this possible by providing the equation. I grab the last 72 hours of defends. I used Dr = x*.5^(t/24) where x is 1 or . 5 depending on success or fail and t is the time in hours since the attack. So if a successful attack happened at 10pm, and its now 12am... T=2, x = 1.

For express I grab only 24 hours of defends, and changed the formula to Dr = x*.5^(t/8) to adjust for 8 hour half life.

I also ignore missile attacks, as tmac stated in another thread these do not contribute to DR.

I would like to add colors to the number to express severity. Would you say DR between 1-3 is green, 4-6 is yellow, and 7++ is red?

Edited By: LittleItaly on Jan 17th 2024, 5:47:58
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

En4cer Game profile

Member
1021

Jan 19th 2024, 1:32:34

Hey LI - if you are trying to help people decide who or what to grab - i would suggest adding your DR count as a column to your server ranks list

AndrewMose Game profile

Member
1062

Jan 19th 2024, 19:17:57

Originally posted by LittleItaly:
I decided to attempt DR tonight. Here is an example. https://li.epicgamer.org/...y.php?cnum=408&snum=9

Thanks to AndrewMoose for making this possible by providing the equation. I grab the last 72 hours of defends. I used Dr = x*.5^(t/24) where x is 1 or . 5 depending on success or fail and t is the time in hours since the attack. So if a successful attack happened at 10pm, and its now 12am... T=2, x = 1.

For express I grab only 24 hours of defends, and changed the formula to Dr = x*.5^(t/8) to adjust for 8 hour half life.

I also ignore missile attacks, as tmac stated in another thread these do not contribute to DR.

I would like to add colors to the number to express severity. Would you say DR between 1-3 is green, 4-6 is yellow, and 7++ is red?


Thank you for working on this. I agree with En4cer that it's important to be able to see this on the server ranks list.

In my experience, the 3rd attack has a noticeable return decrease. So I would have 1,2 as green 3-5 as yellow and 5+ as red.

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Jan 25th 2024, 17:25:59

Hello!

I'm happy to report DR is now on the Ranks List and is also color coded on it and the countries page. I've adjusted the rounding to 3 places instead of 1. I've also massively improved database seek and write times by adding Indexes. Man its crazy how doing that improves load times and I just learned about it.

Enjoy!
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance

LittleItaly Game profile

Game Moderator
Alliance, FFA, & Cooperation
2186

Apr 12th 2024, 22:30:24

I have updated the Ranks List.

I noticed that dead/deleted countries are not kept on the current ranks once a dead country logged into and has restarted, so the site was missing displaying the dead unless they were searched for. I have added the dead in the Ranks List. At some point I will do the same on Clan pages.
LittleItaly
SOL Vet
-Discord: LittleItaly#2905
-IRC: irc.scourge.se #sol
-Apply today @ http://sol.ghqnet.com for Alliance