MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002325VCMIRandom Map Generatorpublic2015-11-13 09:342015-11-13 09:34
ReporterAVS 
Assigned ToWarmonger 
PrioritynormalSeverityminorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version0.98e 
Target VersionFixed in Version 
Summary0002325: 2-player map generates with 4 teams
DescriptionTemplate Upgrade has 2 players but map generated with 4 teams. also both players are CPU only.

Steps To Reproduce
CMapGenOptions opt;

opt.setHeight(CMapHeader::MAP_SIZE_SMALL);
opt.setWidth(CMapHeader::MAP_SIZE_SMALL);
opt.setHasTwoLevels(true);
opt.setPlayerCount(2);

CMapGenerator gen;

initialMap = gen.generate(&opt, TEST_RANDOM_SEED);
initialMap->name = "Test";
Additional Informationfrom log:
"RMG settings: players 2, teams -1, computer players -1, computer teams -1, water -1, monsters -2
Final player config: 2 total, 2 cpu-only"

from map:
"Template was Upgrade, Random seed was 1337, size 36x36, levels 2, players 2, computers 2, water none, monster normal,"
TagsNo tags attached.
Attached Fileszip file icon test.zip [^] (5,558 bytes) 2015-11-13 09:34

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-11-13 09:34 AVS New Issue
2015-11-13 09:34 AVS Status new => assigned
2015-11-13 09:34 AVS Assigned To => Warmonger
2015-11-13 09:34 AVS File Added: test.zip

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean