Giter Club home page Giter Club logo

gamespy-openspy-core's Introduction

GameSpy Arcade

Hosts File Required DNS Records

  • motd.gamespy.com
  • peerchat.gamespy.com
  • gamestats.gamespy.com
  • gpcm.gamespy.com
  • gpsp.gamespy.com
  • key.gamespy.com
  • master.gamespy.com
  • master0.gamespy.com
  • natneg1.gamespy.com
  • natneg2.gamespy.com
  • natneg3.gamespy.com
  • chat.gamespynetwork.com
  • available.gamespy.com
  • gamespy.com
  • gamespyarcade.com
  • www.gamespy.com
  • www.gamespyarcade.com
  • chat.master.gamespy.com

OS Server Build Recommendations

  • Debian 7
  • Ubuntu 12 (Currently using this for my services)
  • Ubuntu 14

Peerchat Oper commands

  • /oper user email password (Required to perform oper commands below. Gives you admin rights)
  • /raw join #channel x i (Invisibly join channel as an oper'd user)
  • /raw join #channel i i (unhide yourself, may require leaving and rejoining)
  • /raw ATM username :?IMP INFO (GameSpy Arcade client /whois check)
  • /raw ATM #channel ATM :CHDEL word (Delete messages containing the specified word. Causes chat to scroll when line gets deleted)
  • /wallops (sends a global message in notice form to all users from SERVER)
  • /listusers (Shows all connected users)
  • /listopers (shows all connected opers)
  • /stats (shows a lot of stats such as messages per second etc)
  • /kill username (kills a user from the server)
  • /kline ip (klines {bans} an ip, also accepts ranges)

Client Spoofing

  • /setckey #channel current_connected_username :\b_reg60\1 (Subscriber)
  • /setckey #channel current_connected_username :\b_reg60\2 (Founders Club)
  • /setckey #channel current_connected_username :\b_reg60\3 (Subscriber with Blue star)
  • /setckey #channel current_connected_username :\b_look\393217001,399770601 (Spoof portrait and icon)
  • /setckey #channel current_connected_username :\b_flags\ (Default status)
  • /setckey #channel current_connected_username :\b_flags\a (Away status)
  • /setckey #channel current_connected_username :\b_flags\s (Staging lobby status)
  • /setckey #channel current_connected_username :\b_flags\g (Launched game status)
  • /getckey #channel User_logged_into_arcade-gs 000 0 :\b_look\ (Pulls that users portrait and icon)

Fun Stuff for Arcade. (Some may require admin in channels)

  • @@1 insert channel topic (makes a popup appear for that lobby. place in channel topic)
  • /notice #channel message (send blue text to channel via IRC client. color changes based on arcade skin)

GameSpy Arcade images

  • Custom portraits go under /software/imglib/portraits/00000/00001.jpg. Database must reflect the number at end. Must be 96 pixels by 96 pixels
  • Custom icons go under /software/imglib/icons/00000/00001.jpg. Database must reflect the number at end. Must be 20 pixels by 16 pixels
  • Category sections (Admins, Helpers, Wizards, Staff, Speaking, Away) all go under /software/imglib/portraits/07100/(insert_category_name).jpg

gamespy-openspy-core's People

Contributors

arves100 avatar devzspy avatar soneek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gamespy-openspy-core's Issues

Tony Hawk American Wasteland servers aren't working properly

Hi I just wanted to report that Tony Hawk American Wasteland servers aren't working properly, I can join the lobbies and start a game but you cant see my game meaning you can't join it. I have tested on a Windows 10 laptop and a PC running Linux and ran into the same issue, I also don't see it come up on the server list on the OpenSpy website either.

GRAW2

Hi, Any chance you could investigate GRAW2 support?

I added some entries into the games table and I can connect to the gamespy server, create accounts and login in graw, can start a server, the servers get listed but they time out when trying to connect to the game.

Icon Uploader

Troubleshoot and resolve icon uploader for subscribers.

Should be able to utilize the code for the portrait uploader and make tweaks as needed.

Some issues running

Found this emu and thought to replace a more basic one to perhaps cover a couple of other games , it compiles on debian linux , running on same host as mysql (mariadb in debian now it seems)

  1. on launching it prints
    Unknown database 'Matrix'

  2. i find and import procs.sql but it results in the following error on startup and the process exits
    Table 'Matrix.chanprops' doesn't exist

  3. also the web registration is not working for me this is the output from the mysql log
    registering user on web
    2019-11-24 8:34:00 660 [Warning] Aborted connection 660 to db: 'GameTracker' user: 'gamespy' host: 'localhost' (Got an error reading communication packets)
    2019-11-24 8:34:03 665 [Warning] Aborted connection 665 to db: 'GameTracker' user: 'gamespy' host: 'localhost' (Got an error reading communication packets)
    2019-11-24 8:34:03 666 [Warning] Aborted connection 666 to db: 'GameTracker' user: 'gamespy' host: 'localhost' (Got an error reading communication packets)
    2019-11-24 8:34:03 664 [Warning] Aborted connection 664 to db: 'Matrix' user: 'gamespy' host: 'localhost' (Got an error reading communication packets)

is there a web site associated with this as to how to get up and running
Posting here in the hope someone might care :)

Peerchat does not working

when i trying to connect it gives this error: "Peerchat(0): MySQL server reconnect was unsuccessful"
mysql server log: error.log

how did i need to reconfigure my mysql server?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.