Java BB question

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

JasonC
Emerging Star
Emerging Star
Posts: 408
Joined: Thu Apr 03, 2003 4:57 pm
Location: Mi

Java BB question

Post by JasonC »

How do you " re-add team picture block" as stated in the readme for an edited team roster?

Reason: ''
User avatar
SkiJunkie
Veteran
Veteran
Posts: 272
Joined: Mon Aug 20, 2001 9:21 pm

Post by SkiJunkie »

I should have worded that I bit better. By read I mean open the html roster in a text editor and copy the html picture block pack into the roster. Of course to do this you need the old copy of the roster, otherwise you will have to retype the whole picture block into the newly updated roster.

Reason: ''
--SkiJunkie
________________________________
Java BBowl - [url]http://www.geocities.com/javabbowl[/url]
Mirror - [url]http://javabbowl.no-ip.org[/url]
Mirror - [url]http://home.austin.rr.com/javabbowl[/url]
JasonC
Emerging Star
Emerging Star
Posts: 408
Joined: Thu Apr 03, 2003 4:57 pm
Location: Mi

Post by JasonC »

I'm still lost, could you clarify? I dont know what you are talking about when yousay copy the html picture block pack into the roster. What is that?

Reason: ''
User avatar
SkiJunkie
Veteran
Veteran
Posts: 272
Joined: Mon Aug 20, 2001 9:21 pm

Post by SkiJunkie »

OKay, the whole picture block of html code is used to override the default pictures used for each player on the roster. A block could look something like this:

Team Pictures
<TABLE><TR>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
</TR></TABLE>

This block would be near the end of the html roster file. (PS you would have had to add this block yourself by hand for it to be there in the first place, so the text below assumes you are editing a roster that already has this block).

Now when you use the team editor program to edit your roster, when you save the changes this block will disappear from your HTML roster file.

So by re-add, I mean that you must open the HTML roster and either retype in this block or cut and paste it from an old copy of your roster.

Make more sense?

Reason: ''
--SkiJunkie
________________________________
Java BBowl - [url]http://www.geocities.com/javabbowl[/url]
Mirror - [url]http://javabbowl.no-ip.org[/url]
Mirror - [url]http://home.austin.rr.com/javabbowl[/url]
Toby

Post by Toby »

Ski Junky, sorry off topic.

Can you implement the 4 minute Turn Time Limit to speed up the game please ?

There could be a Timeout (pause) option.

Reason: ''
JasonC
Emerging Star
Emerging Star
Posts: 408
Joined: Thu Apr 03, 2003 4:57 pm
Location: Mi

Post by JasonC »

I guess my main problem is I cannot locate the file that needs to be modified. I open the roster and dont see anything other than the roster. I must be looking inthe wrong place.

Reason: ''
User avatar
SkiJunkie
Veteran
Veteran
Posts: 272
Joined: Mon Aug 20, 2001 9:21 pm

Post by SkiJunkie »

You need to open the html roster in a text editor (like notepad). You are looking at it through a browser.

Toby: There are many issues with enforcing a timer. Network latency, disconnects are just two of them. And if you add a pause button, then people will just pause it until they figure out what they want to do. If you make the other player accept the pause first then you will get people who refuse to allow you to pause it when your phone rings etc.

Reason: ''
--SkiJunkie
________________________________
Java BBowl - [url]http://www.geocities.com/javabbowl[/url]
Mirror - [url]http://javabbowl.no-ip.org[/url]
Mirror - [url]http://home.austin.rr.com/javabbowl[/url]
Toby

Post by Toby »

make it an option like overtime.

By the Board Rules, it costs a Reroll first!
i think a pause would do it for people who play fair. it should only be resumable by the player who paused.


I would like to see a Timer, even without Penalty!
just, psychological a message, it helps people remind that someone gets bored.

and ski, add mre Sounds ! like a Touch down crowd that goes wild !

the game is so good in terms of simulating the board, you really should go for the extra candy by now.

oh and its great i love it its improved a hell of a lot since i saw it 1st last year.

And Ski, by all means make Starplayer and Ageing Rolls !!!
just state "NEW SKILL (6+3)"
"AGEING" 8

Reason: ''
User avatar
GalakStarscraper
Godfather of Blood Bowl
Posts: 15882
Joined: Tue Jun 26, 2001 12:00 am
Location: Indiana, USA
Contact:

Post by GalakStarscraper »

Code: Select all

[quote="SkiJunkie"]Team Pictures
<TABLE><TR>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
<TD><IMG SRC="hThrower.gif"></TD>
<TD><IMG SRC="hLineman.gif"></TD>
<TD><IMG SRC="hBlitzer.gif"></TD>
<TD><IMG SRC="hCatcher.gif"></TD>
</TR></TABLE>[/quote]
Didn't realize it but this is pretty much identical to the PBeM format.

Has anyone tried using Ronald's HTML creator to make a roster for JavaBowl ... I'm betting it would work and Ronald's HTML creator is pretty slick and can automatically add picture strings. http://www.pbembb.com

If it doesn't work .. I'd be interested why not, because if its a simple change we could add a checkbox to dump HTML for JavaBowl to the program.

Galak

Reason: ''
User avatar
Grumbledook
Boy Band Member
Posts: 10713
Joined: Sat Sep 21, 2002 6:53 pm
Location: London Town

Post by Grumbledook »

well i know the same rosters i made for the bbirc program work with javabowl

i am sure it won't take a lot to cahnge them but well i just use the fumbbl website now :p

Reason: ''
JasonC
Emerging Star
Emerging Star
Posts: 408
Joined: Thu Apr 03, 2003 4:57 pm
Location: Mi

Post by JasonC »

I guess I'll just wait until this all gets worked out before I try it again. Thanks Though.

Reason: ''
Mirascael
Super Star
Super Star
Posts: 935
Joined: Wed Oct 09, 2002 4:25 pm
Location: Hamburg, Germany

Post by Mirascael »

Toby wrote:Can you implement the 4 minute Turn Time Limit to speed up the game please ?
SkiJunkie wrote:Toby: There are many issues with enforcing a timer. Network latency, disconnects are just two of them. And if you add a pause button, then people will just pause it until they figure out what they want to do. If you make the other player accept the pause first then you will get people who refuse to allow you to pause it when your phone rings etc.
Basically, I'd agree with Toby here. Nevertheless, instead of implementing a 4minute/turn limit I'd suggest that each coach has a maximum of 60 minutes (perhaps less) available overall. Clock would count against his time whenever he is the active player.
I was a beta play-tester with Magic The Gathering Online which worked similar. I very much liked it.

If a coach runs out of time, cause automatic turnovers or, as in the case of sidestep, just let his opponent resolve a normal pushback or whatever. If both coaches run out of time, the game ends.

I'm fully aware of the fact that this might be too time-consuming to implement, this is merely meant as a suggestion.
:smoking:

Reason: ''
User avatar
Grumbledook
Boy Band Member
Posts: 10713
Joined: Sat Sep 21, 2002 6:53 pm
Location: London Town

Post by Grumbledook »

yer i don't agree with a 4 min turn limit

a time limit for each player on the match is far fairer, the nature on the game means that some games are going to take longer than others

sometimes you might get a double 1 first thing and your turn is over in 2 seconds or you just have to move a player to score with no dice rolls. These turns you have not used your 4 minutes so why not use them on other turns that require longer thinking time.

Reason: ''
User avatar
Darkson
Da Spammer
Posts: 24047
Joined: Mon Aug 12, 2002 9:04 pm
Location: The frozen ruins of Felstad
Contact:

Post by Darkson »

Another question.

On my kick-off, I only have 3 (or less) players available, so they all have to go on the LOS. Therefore, I have no-one to kick the ball. This should be an automatic Touchback, but the tool allows me to ball as normal and does a normal scatter and bounce. Is this easy to fix?

Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
Toby

Post by Toby »

I think i can take this one.

The kicking setup is not (yet?) official part of LRB.
The only thing about kicking in LRB is that a player with the "Kick Skill" must be set up specially to USE kick SKILL.

Reason: ''
Post Reply