Closed GoogleCodeExporter closed 9 years ago
It would be easier for me, if I somehow can get the changes/additions more
nicely formatted in a sheet for example. Do you know where I can get that?
Original comment by Nimda...@gmail.com
on 20 Oct 2010 at 10:42
I think it's too early to tell at the moment (do they use the same database
format, etc..) this could be a major revamp.
We'll have to wing it. I hope to get my hands on the software today and will
relay as much as I'm able to figure out as quickly as I can - I've been a ghost
for a while, but assuming their Server-Side League Improvements are going to
fall VERY short of what I would consider a quality league experience.. I'm
going to hope OBBLM can cover the gap =)
--Micah
Original comment by micah.im...@gmail.com
on 20 Oct 2010 at 11:03
Sounds great.
Original comment by Nimda...@gmail.com
on 20 Oct 2010 at 11:26
The database format is the same I believe. I don't think it will be that hard
to get basic functionality up and running with the CRP teams. My biggest
concerns are how the Cyanide game will handle rotters and zombies. I will have
to wait and see for that but should have some idea tomorrow.
Original comment by fellowpe...@gmail.com
on 20 Oct 2010 at 2:54
Nicholas,
How would you want them formatted? I can copy and paste my additions into a
word doc or something. The should I attach them on here?
Original comment by fellowpe...@gmail.com
on 20 Oct 2010 at 3:01
Yeah, that's fine. What I meant was really just in a easy readable format for
me, nothing special.
Original comment by Nimda...@gmail.com
on 20 Oct 2010 at 3:08
There are mappings in the cyanide module and code that specifically does not
allow the races. The mappings are race and skills. That should be all that is
needed. Check through the Cyanide code and see if you understand.
Original comment by funnyfin...@hotmail.com
on 20 Oct 2010 at 4:47
Attached is a list of additions I have made to get all LE Cyanide teams
downloading. I have not had time to test 100% but have our league trying stuff
out so will report any errors we encounter.
It is fairly obvious where to add the code so I haven't included line numbers.
Original comment by fellowpe...@gmail.com
on 21 Oct 2010 at 4:15
Attachments:
Good work, thanks.
Original comment by Nimda...@gmail.com
on 21 Oct 2010 at 11:40
COuld you attach that as a plain text file. I don't have Word 2007 at home. I
know I can download a viewer, but would be best for other uses to view like on
Linux. Though Nicholas did say good work, I wonder if he actually viewed the
document:)
Original comment by funnyfin...@hotmail.com
on 21 Oct 2010 at 3:27
COuld you attach that as a plain text file. I don't have Word 2007 at home. I
know I can download a viewer, but would be best for other uses to view like on
Linux. Though Nicholas did say good work, I wonder if he actually viewed the
document:)
Original comment by funnyfin...@hotmail.com
on 21 Oct 2010 at 3:27
Do we need to do anything for the new Star Players or are they now actually up
and current with "normal" BB rulesets?
Original comment by micah.im...@gmail.com
on 21 Oct 2010 at 3:43
I did actually read it :-). I've started implementing some of it (the races
limitation). I'd prefer if you, William, for example would take care of the
rest of the mappings. You have more experience with Cyanide and the way it is
implemented in OBBLM. Is that OK?
r748 does the race checking.
Original comment by Nimda...@gmail.com
on 21 Oct 2010 at 3:59
Plain Text
Original comment by fellowpe...@gmail.com
on 22 Oct 2010 at 1:11
Attachments:
also need to add rerolls to lib_cy_team_db:
$reroll['Vampire'] = 70000;
$reroll['Amazon'] = 50000;
$reroll['Elf'] = 50000;
$reroll['ProElf'] = 50000;
$reroll['Pro Elf'] = 50000;
$reroll['Halfling'] = 60000;
$reroll['HighElf'] = 50000;
$reroll['High Elf'] = 50000;
$reroll['Khemri'] = 70000;
$reroll['Necromantic'] = 70000;
$reroll['Norse'] = 70000;
$reroll['Nurgle'] = 70000;
$reroll['Ogre'] = 70000;
$reroll['Undead'] = 70000;
Original comment by fellowpe...@gmail.com
on 22 Oct 2010 at 1:24
I've add the modules/leegmgr/cyanide/lib_cy_team_db.php parts, the SQL inserts
are still not added.
Also, etyket, what is up with this skill map?:
$skills_map['Animosity']="";
Original comment by Nimda...@gmail.com
on 22 Oct 2010 at 1:10
Original comment by Nimda...@gmail.com
on 22 Oct 2010 at 1:16
You can probably delete that one. I added it before getting the cyanide db and
they haven't included it in their skills so there is no need for it.
Also I noticed an error in the player maps for lib_cyanide_db.php:
Vampire should be 98 and Thrall should be 97
Original comment by fellowpe...@gmail.com
on 22 Oct 2010 at 1:41
made the changes in r751.
Original comment by Nimda...@gmail.com
on 22 Oct 2010 at 3:20
Added the rest of the mappings (the SQL inserts).
See r753.
etyket, please verify all the mappings are correct, thanks!
Original comment by Nimda...@gmail.com
on 23 Oct 2010 at 12:52
Looks good to me.
Original comment by fellowpe...@gmail.com
on 25 Oct 2010 at 1:55
Thanks.
Original comment by Nimda...@gmail.com
on 25 Oct 2010 at 7:33
Original issue reported on code.google.com by
fellowpe...@gmail.com
on 20 Oct 2010 at 1:59