AerialX / pso2-go

PSO2 tools
Do What The F*ck You Want To Public License
12 stars 6 forks source link

pso2-go

A go library and tools for Phantasy Star Online 2

This project's import prefix is aaronlindsay.com/go/pkg/pso2

cmd

cmd/pso2-download

pso2-download is an alternate launcher, patcher, and downloader for PSO2.

cmd/pso2-net

The pso2-net command can be used to set up servers. Example usage to set up and run a PSO2 proxy:

go get aaronlindsay.com/go/pkg/pso2/cmd/pso2-net
$GOPATH/bin/pso2-net -priv serverkey.pem -pub segakey.pem

See PSO2Proxy for instructions on creating and retrieving these key files. Try -help for a list of additional options the tool accepts.

net

A PSO2 protocol library with server, client, and proxy implementations. See cmd/pso2-net for usage examples.

net/packets

Contains data structures and parsing tools for handling game packets.

License

Copyright (C) 2014 Aaron Lindsay

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.