-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Cyberdogs gameplay #71
Comments
Scoring
|
Mission maps (partial) Some notes:
|
According to the source code, https://github.com/cxong/cyberdogs/blob/dc536cecae07e1e7361278a2147fd567382bce93/dogs.pas#L479-L483 the map generation params may just be completely randomised |
Reverse engineered weapon damage
|
Pickups encountered in full playthrough:
It appears that Cyberdogs is heavily randomised - every mission, including style and objectives, are randomised. Pickups are also randomised, and drawn from the same pool, except a few special items:
Note that pickups are doubled when there are two players |
|
Adjust map objects in Cyberdogs campaign
Gun rates
|
There seems to be lots of fans of Cyberdogs, some who prefer its gameplay over C-Dogs. It'll be nice if its gameplay can be included in C-Dogs as well.
This is a pretty big feature composing many parts, so this should be split if it is ever undertaken:
Additional stats in brief/debrief (% enemies, accuracy, enemies killed per weapon type)The text was updated successfully, but these errors were encountered: