scottwillmoore / risk-enhancements

A mod that adds various enhancements to Risk: Global Domination.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Risk Enhancements

A mod that adds various enhancements to Risk: Global Domination.

Ideas

This is list of ideas I have collected for this mod. I have roughly ordered them in easiest to hardest to implement, and some may not be possible to implement.

Easy

Difficult

  • Modify placement of blizzards and portals.
  • Create and load custom maps.
  • More chat emotes.
  • A text chat system.
  • A replay system.
  • A spectate system.
  • Create and modify game rules.

References

Notes

This is my research into Risk: Global Domination. I have not made a significant component of my reverse engineering public yet. At the moment I believe the application is quite exploitable and I don't want my research to be used by malicious actors.

Overview

Risk: Global Domination is developed and published by SMG Studio.

The current version of Risk: Global Domination is 3.12.1. There is a Android, iOS and Steam version of the application. It was released on Android and iOS in December 2015. The Steam version was released in February 2020.

Architecture

The application is implemented with Unity. The Unity version used is 2021.3.16. It uses AOT compilation with IL2CPP.

The developers have published the dice logic on GitHub. It has not been updated since 2021 and was for version 3.3.0.

At least from this Q&A with the developers the current game uses a peer-to-peer networking. The developers are in the process of updating the game to use a client-server networking, which should be released soon.

Accounts can be reported and banned. In addition the game does have a cheat detection built-in...

About

A mod that adds various enhancements to Risk: Global Domination.

License:MIT License