google-code-backups / eude

Automatically exported from code.google.com/p/eude
0 stars 0 forks source link

Battle Stat Addon #254

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi I am a new user to this program on the English server.

just want to say thanks for making a great program makes life a lot easier now.

I would like to ask if it would be possible to add some kind of ship battle 
stat's to the program I have no programming skill's at all or I would make one 
for it 

A couple of people on the English have made their own but charge people to use 
it which is ok we don't mind but it would be great and I think it would 
complete this program if something like that was added it is the only thing it 
has missing I have search for something like this on your forums and did come 
across a Add-on that somebody made however it does not work with version 
1.4.2.3 of the program I also found the link to the programs maker and it does 
not even work on his own site so that was a dead end so to speak.
Thankfully

Curtis

Original issue reported on code.google.com by lee.leed...@gtempaccount.com on 18 Jul 2010 at 10:57

GoogleCodeExporter commented 8 years ago
Please, fill template.

And can try this: http://app216.free.fr/eu2/tracker/view.php?id=151

Original comment by Alex10336@gmail.com on 18 Jul 2010 at 12:33

GoogleCodeExporter commented 8 years ago
Hi Alex Thank you for replying I did try that program but it does not work for 
me I have included some screen shots for and some error codes also when I 
install it to the data engine they data engine fail's and just gives a white 
blank screen it does not add to the menu's like it should I will do my best to 
give you what u need 

1. followed the link to http://cnh.yelmos.com/eu2de/addons/cnh_fightstats

2. copy data from the menu like it says sent in a attachment for you called  
interactive data and text only data

3. for the interactive part I get this error and the data is not all there also 
does not show enemy see attached photo interactive screen shot

4. for the text only data see attached photo text only screen shot 

5. also when I try to run the battle stat within the data engine it does not 
allow the data engine to load just gives a blank white screen it can only be 
run separately from the main program which is working fine at the moment

Thanks for helping 

Curtis

p.s what template do I need to fill in

Original comment by lee.leed...@gtempaccount.com on 18 Jul 2010 at 2:26

GoogleCodeExporter commented 8 years ago
"p.s what template do I need to fill in"
Template when you send this issue.

Stand-by for future...

Original comment by Alex10336@gmail.com on 18 Jul 2010 at 2:36

GoogleCodeExporter commented 8 years ago
May can try r535

http://code.google.com/p/eude/source/browse/trunk/addons/?r=535

should need eude v1.4.5

Original comment by Alex10336@gmail.com on 22 Jul 2010 at 1:40

GoogleCodeExporter commented 8 years ago
Send my a battle log

Original comment by jckubiac...@gmail.com on 22 Jul 2010 at 1:59

GoogleCodeExporter commented 8 years ago
Salut,

Je t'envoie les 2 log courts.
En espérant que ça t'aide.

Joub423

Original comment by Joub...@gmail.com on 23 Jul 2010 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by Alex10336@gmail.com on 23 Jul 2010 at 9:25

GoogleCodeExporter commented 8 years ago
En français cela fonctionne

Original comment by jckubiac...@gmail.com on 23 Jul 2010 at 11:03

GoogleCodeExporter commented 8 years ago
J'ai essayer de faire des petites modifications pour améliorer le visuel et 
gérer les droits d'accès au niveau de la partie admin.

Je vous laisse regarder chez moi ça marche, j'espère pas avoir fait trop de 
conneries car je fais que bidouiller!

Original comment by Joub...@gmail.com on 23 Jul 2010 at 12:33

GoogleCodeExporter commented 8 years ago
#5 => #2

Il y en a déjà :)

Original comment by Alex10336@gmail.com on 23 Jul 2010 at 12:40

GoogleCodeExporter commented 8 years ago
Manque 4 phrases en faite (J'ai utilise les mini log) #2

ACT_DESTROY => "has been destroyed",
ACT_MISS => "n'a pas touché", //Change to English Serveur Log
ACT_HIT => "a touché", //Change to English Serveur Log
ACT_JOIN => "a rejoint le combat", //Change to English Serveur Log
ACT_RETREAT => "se retire du combat", //Change to English Serveur Log
ACT_DAMAGE => "and caused",
ACT_DOMAGE => "Damage",
ACT_SHILD => "aiming unit",
ACT_STRUCT => "hull"

Original comment by jckubiac...@gmail.com on 23 Jul 2010 at 12:48

GoogleCodeExporter commented 8 years ago
Ah, autant pour moi ^^

Original comment by Alex10336@gmail.com on 23 Jul 2010 at 12:53

GoogleCodeExporter commented 8 years ago
@ lee what empire are you in as i have the battle log working on my data engine 
and could help you get yours up and running

Original comment by lifelong...@yahoo.co.uk on 23 Jul 2010 at 1:16

GoogleCodeExporter commented 8 years ago
Na polski server. Brak 2 zlowa

ACT_DESTROY => "został zlikwidowany",
ACT_MISS => "nie trafił",
ACT_HIT => "zaatakował",
ACT_JOIN => "a rejoint le combat", //Change to Polish Serveur Log
ACT_RETREAT => "se retire du combat", //Change to Polish Serveur Log
ACT_DAMAGE => "zadając",
ACT_DOMAGE => "uszkodzeń",
ACT_SHILD => "tarczy",
ACT_STRUCT => "kadłubowi",
ACT_TYPE => "Statki wrogów"    

Original comment by jckubiac...@gmail.com on 23 Jul 2010 at 2:08

GoogleCodeExporter commented 8 years ago
Hi Alex

Thankyou very much for helping i have it working now if u need a copy of the 
files let me know i had to edit them a bit to get it working 100% but ok now 
thanks again

Curtis

Original comment by lee.leed...@gtempaccount.com on 24 Jul 2010 at 12:47

GoogleCodeExporter commented 8 years ago
Of course if is possible to share your translation for community ^^

Original comment by Alex10336@gmail.com on 24 Jul 2010 at 1:04

GoogleCodeExporter commented 8 years ago
$listacts = Array(
  ACT_DESTROY => "was destroyed",
  ACT_MISS => "missed",
  ACT_HIT => "attacked",
  ACT_JOIN => "has joined the battle",
  ACT_RETREAT => "retreated from battle",
  ACT_DAMAGE => "and caused"

this is the english translation

Original comment by lifelong...@yahoo.co.uk on 24 Jul 2010 at 1:22

GoogleCodeExporter commented 8 years ago
thanks, file updated (r568)

Original comment by Alex10336@gmail.com on 24 Jul 2010 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by Alex10336@gmail.com on 26 Jul 2010 at 8:08