vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Game colours... Changed? (https://vborg.vbsupport.ru/showthread.php?t=124093)

kurtbarker 08-16-2006 07:03 AM

Game colours... Changed?
 
Hey guyz.

I migrated from v3arcade to ibparcade, i'm using the same games...

A member pointed out a strange problem today...

Parts of games are black when they shouldn't be...

For example. A game on my forum, Air Dodge... It was a blue/white sky when played on v3arcade, now it's a black sky on ibp.

Same with KCYL Tetris... Except with KYCL Tetris, the score and level is in black on the white background, but because the background when played in ibp is black, you can't see the scores and level...

I personally don't understand it coz I asumed the colouring was predefined as a part of the game file...

These are the same game files that I used on v3arcade...

Is there any way to maintain the colours so that they aren't 'changed'... Just screws around with some games when you current score and what not is in black as well..

Thanks

EDIT: I have just realised that this also effects some entire games, with the game screen being completely black. This again was not the case in ibp...

Any help would be appriciated

movielist 08-16-2006 08:53 AM

You need to change the background colour (black) of each game.
It's an option in the Admin CP.

kurtbarker 08-16-2006 09:04 AM

each game?

I have over 500!!!

This was never a problem in v3arcade

movielist 08-16-2006 09:57 AM

Quote:

Originally Posted by kurtbarker
each game?

I have over 500!!!

This was never a problem in v3arcade

I edited the skin file (forum/arcade/skins/) so that each games background was white.

Edit each instance of bgcolor to:
<param name="bgcolor" value="white" />

kurtbarker 08-16-2006 10:03 AM

yeah, I might do that if I get desprate...

but what i'm trying to say, is that obviously there is a default colour... In v3arcade some games where blue, other's white, black yellow...

Why does ibp need a defined background? just makes things more complicated

MrZeropage 08-16-2006 06:33 PM

it is more flexible, not complicated :)

I did not saw any setting for this in v3arcade in the DB ...


If you want to change the BGCOLOR of all Games, just use Query
Code:

UPDATE games_list SET bgcolor='000000'
(replace 000000 with the color-code of your wish)

kurtbarker 08-26-2006 10:01 PM

thanks zeropage

hey mate, i'm getting an error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'commodor_vB_clcc.games_list' doesn't exist

Quote:

Originally Posted by MrZeropage
it is more flexible, not complicated :)

I did not saw any setting for this in v3arcade in the DB ...


If you want to change the BGCOLOR of all Games, just use Query
Code:

UPDATE games_list SET bgcolor='000000'
(replace 000000 with the color-code of your wish)


MrZeropage 08-27-2006 07:33 AM

maybe you are using TABLE-PREFIX ? Then use this instead of pure "games_list" ...

kurtbarker 08-27-2006 09:32 AM

thanks mate, forgot about the prefix ;)


All times are GMT. The time now is 09:47 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01371 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete