Navegador de Steam

B

Buenas tengo una pequeña gran pregunta.

¿Como se cambia la pagina principal del navegador de steam?

Me refiero al que sale cuando se pulsa sift+tab cuando estas en la partida.

Ami por defecto se me pone google pero yo quiero cambiarlo para poner una pagina de IRC para buscar así mas rápido.

Estoy seguro que en alguna de le tantas carpetas de Steam hay dentro algún archivo en el que esta la configuración del navegador desde donde se puede cambiar la pagina principal pero nose donde. jeje

Si alguien tiene la menor idea que me lo diga.

Gracias

SkalS

Creo que el navegador tira de IE, así que la pagina web que tengas principal en IE sera la que te salga en Steam, en este caso Google.

Y si no funciona, lo pruebas con el navegador que uses en el caso que no uses IE.

B

No es correcto porque uso IE y Crome y en ambos tengo de principal beruby y sin embargo me sale google...

S

Es que el explorer de Steam sabe que vas a buscar CSS cheats y entonces te lo pone facil : \

jonathanE

Según he leído lo que tienes que hacer es lo siguiente:

1) Ir a la carpeta Steam - Public

2) Abre un archivo llamado url_list.txt (acuérdate de hacer una copia del archivo por si metes la pata ;))

3) Cambia

SteamIDControlPage
{
url "%community%/profiles/%steamID%/home"
method "community"
}

por

SteamIDControlPage
{
url "http://www.paginaausar.com"
method "community"
}

Reinicia Steam, ve a la página de la comunidad y pulsa inicio.

Fuente

B

Por cierto, la beta usa webkit en vez de iexplorer

B

#5 Muchas gracias voy a probarlo ahora mismo.

B

Casi conseguido...

Es concretamente cambia la pagina de Inicio de la comunidad pero estando fuera del juego.

Yo la que quiero cambiar es la del navegador cuando estas jugando.

Solo me hace falta saber cual de todas estas sera...

CommunityFrontPage
{
url "%community%"
method "internal"
}
SteamIDPage
{
url "%community%/profiles/%p1%"
method "internal"
}
SteamIDLoginPage
{
url "%community%/actions/InitializeSession?steamid=%steamID%&onetimepassword=%p1%&language=%language%"
method "internal"
}
SteamIDControlPage
{
url "http://webchat.quakenet.org/"
method "internal"
}
SteamIDStatsPage
{
url "%community%/profiles/%steamID%/stats/appid/%p1%"
method "internal"
}
SteamIDAchievementsPage
{
url "%community%/profiles/%steamID%/stats/appid/%p1%/achievements"
method "internal"
}
GlobalAchievementStatsPage
{
url "%community%/stats/%p1%/achievements"
method "internal"
}
SteamIDInvitesPage
{
url "%community%/profiles/%steamID%/home?tab=invites"
method "internal"
}
SteamIDEditPage
{
url "%community%/profiles/%steamID%/edit"
method "internal"
}
GroupSteamIDPage
{
url "%community%/gid/%p1%"
method "internal"
}
GroupEventsPage
{
url "%community%/gid/%p1%/events"
method "internal"
}
GroupSteamIDAdmin
{
url "%community%/gid/%p1%/edit"
method "internal"
}
GroupMembersPage
{
url "%community%/gid/%p1%/members"
method "internal"
}
OfficialGameGroupPage
{
url "%community%/ogg/%p1%"
method "internal"
}
LeaveGroupPage
{
// just goes to the control panel for now (%p1% is the group steamid if we change it)
url "%community%/profiles/%steamID%/home"
method "internal"
}
ChatBanListAdmin
{
url "%community%/gid/%p1%/chatBanManage"
method "internal"
}

SupportFrontPage
{
url "http://support.steampowered.com/"
method "external"
}
DownloadsSupportInfo
{
// this needs to be updated when we have the real page
url "http://support.steampowered.com/"
method "external"
}

// store pages not moved in yet
StoreFrontPage
{
url "%store%"
method "internal"
}

StorePublisherPage
{
url "%store%/publisher/%p1%/"
method "internal"
}

StoreAppPage
{
url "%store%/app/%p1%/"
method "internal"
}

StoreDlcPage
{
url "%store%/dlc/%p1%/"
method "internal"
}

StoreSubPage
{
url "%store%/sub/%p1%/"
method "internal"
}

StoreMediaSearchPage
{
url "%store%/search/?category1=999"
method "internal"
}

StoreGameSearchPage
{
url "%store%/search/"
method "internal"
}

GiftActivationPage
{
url "%community%/actions/RedeemGift"
method "other"
}

AppNewsPage
{
url "%news%/?appids=%p1%"
method "internal"
}

SteamClientNewsPage
{
url "http://storefront.steampowered.com/platform/update_history/index.php"
method "internal"
}

NewsHomePage
{
url "%news%"
method "internal"
}

LegalInformation
{
url "http://www.valvesoftware.com/legal.htm"
method "internal"
}

SSA
{
url "http://store.steampowered.com/subscriber_agreement/"
method "internal"
}
PrivacyPolicy
{
url "http://www.valvesoftware.com/privacy.htm"
method "internal"
}
CommunitySearch
{
//link from Add friend dialog to community search
url "%community%/actions/Search?T=Account"
method "internal"
}
StoreAccount
{
//link from client chrome to user's store account info
url "%store%/account/"
method "internal"
}
CommunityGroupSearch
{
url "%community%/actions/Search?T=ClanAccount&K=%p1%"
method "internal"
}
CommunityFriendsThatPlay
{
url "%community%/profiles/%steamID%/friendsthatplay/%p1%"
method "internal"
}

Usuarios habituales