outrun
A Sonic Runners custom server.
File Explorer
Download Latest Version (.zip)- anobj.go
- factors.go
- collector.go
- purgeSessionIDs.go
- touchAnalyticsDB.go
- eventconfParser.go
- gameconfParser.go
- infoconfParser.go
- parser.go
- campaignPointScores.go
- chaoRouletteConsts.go
- characterUpgradeValues.go
- db.go
- episodeChapters.go
- itemCosts.go
- numValues.go
- randomChaoItemList.go
- randomItemList.go
- rouletteConsts.go
- basic.go
- cryptid.go
- compression.go
- db.go
- assistants.go
- error_messages.go
- abilityType.go
- advertEventType.go
- boostItemType.go
- campaign.go
- chaoDealing.go
- chaoIDs.go
- chaoRarity.go
- chaoStatus.go
- chaoType.go
- chaoWheelType.go
- characterStatus.go
- charaType.go
- collectEventType.go
- dailyMissions.go
- eventIDs.go
- eventTypes.go
- ids.go
- idTypes.go
- incentiveTypes.go
- itemIDs.go
- itemType.go
- language.go
- lockCondition.go
- rankingLeague.go
- rankingMode.go
- rewardType.go
- upgradeAbilities.go
- wheelRank.go
- helper.go
- responses.go
- stats.go
- error.go
- getWonRewards.go
- configuredEventToEvent.go
- configuredInfoToInformation.go
- configuredTickerToTicker.go
- playerToLeaderboardEntry.go
- requiredItemPayment.go
- randomChaoWheelChoice.go
- finders.go
- wheelRefreshLogic.go
- versions.go
- objMuxHandler.go
- chao.go
- character.go
- event.go
- friend.go
- game.go
- leaderboard.go
- login.go
- message.go
- player.go
- raidbossSpin.go
- sgn.go
- spin.go
- store.go
- allNetChao.go
- blankPlayer.go
- chao.go
- chaoRouletteGroup.go
- chaoSpinPrize.go
- chaoSpinResult.go
- chaoWheelOptions.go
- character.go
- mileageFriend.go
- mileageMapState.go
- playCharacter.go
- player.go
- playerState.go
- playerVarious.go
- rouletteInfo.go
- wheelOptions.go
- chao.go
- chapterToMileageReward.go
- character.go
- defaultChaoPrizeWheelPrizeList.go
- defaultCostListConsumedItem.go
- defaultFirstLoginBonusRewardList.go
- defaultLeagueData.go
- defaultLoginBonusRewardList.go
- defaultMessages.go
- defaultMileageIncentives.go
- defaultPlayerStateItems.go
- defaultRedStarItems.go
- defaultSpinItems.go
- items.go
- shopAmounts.go
- shopPrices.go
- campaign.go
- chao.go
- chaoPrize.go
- character.go
- consumedItem.go
- event.go
- incentive.go
- information.go
- item.go
- leaderboardEntry.go
- leagueData.go
- loginBonusReward.go
- loginBonusStatus.go
- mapInfo.go
- message.go
- messageItem.go
- mileageIncentive.go
- mileageReward.go
- operatorInformation.go
- operatorMessage.go
- operatorScore.go
- present.go
- redStarItem.go
- requests_generic.go
- selectReward.go
- ticker.go
- characterOptions.go
- config.go
- status.go
- toolbox.go
- toolboxDebug.go
- toolboxGetters.go
- toolboxResetters.go
- toolboxSetters.go
- base.go
- chao.go
- character.go
- event.go
- friend.go
- game.go
- generic.go
- leaderboard.go
- login.go
- message.go
- player.go
- raidbossSpin.go
- sgn.go
- spin.go
- store.go
- baseInfo.go
- errorMessage.go
- apollo.go
- baseResponse.go
- chao.go
- character.go
- event.go
- friend.go
- game.go
- leaderboard.go
- login.go
- message.go
- player.go
- raidbossSpin.go
- sgn.go
- spin.go
- store.go
- statuses.go
- .gitignore
- go.mod
- go.sum
- LICENSE
- main1.go
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/fluofoxxo/outrun
Downloads the entire project code from GitHub to your computer.
cd outrun
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
