Rollcall support?

Posts

[Unknown user]'s Avatar
Daren
New blood
New blood
Progress to next rank:
 
4%
 
Posts: 2
Joined: 03 Jan 2009, 17:31

Rollcall support?

Postby Daren at 03 Jan 2009, 17:43

Hi,

It looks like the folks here are working on a new army creation program. In the mean time I was looking to make Rollcall work for my space marine army. I seem to be having issues with after picking one weapon the others are gone. What am I doing wrong? Also are there new updates for Rollcall?

Thanks
Last edited by IBBoard on 31 Jan 2010, 15:33, edited 1 time in total.
Reason: Changes to attempt to prevent trademark litigation

[Unknown user]'s Avatar
IBBoard
Administrator, Commissar
Administrator
Commissar
Progress to next rank:
 
38%
 
Posts: 4222
Joined: 20 Mar 2001, 20:24
Location: Worcestershire, UK

Re: Rollcall support?

Postby IBBoard at 04 Jan 2009, 09:36

There aren't any updates to Rollcall beyond what's available on the site. The updates that I did make were messy hacks and the updates I was trying to make were just getting worse. It was very much designed for Warhammer 4th Edition and so making it work with later editions is very tricky.

As for special weapons (I'm assuming you're talking about Space Marine Devastators being able to take up to four weapons from a selection, for example) the only way that Rollcall lets you do it is to duplicate things and give them the same mutex (mutual exclusion) group. Here's what the Rollcall file has for the 40K 3rd edition Marines:

Code: Select all
[Unit501]

UnitID=501

Name=Devastator Squad

...
EquipmentA=1,1,Power Armour,0,1,1,4

EquipmentB=2,0,Bolter,0,0,0,0

EquipmentC=3,0,Sergeant Bolt Pistol + CC Weapon,0,0,3,0

EquipmentD=4,0,Missile launcher,=20,0,4,0

EquipmentE=5,0,Missile launcher,=20,0,5,0

EquipmentF=6,0,Missile launcher,=20,0,6,0

EquipmentG=7,0,Missile launcher,=20,0,7,0

EquipmentH=8,0,Heavy bolter,=15,0,4,0

EquipmentI=9,0,Heavy bolter,=15,0,5,0

EquipmentJ=10,0,Heavy bolter,=15,0,6,0

EquipmentK=11,0,Heavy bolter,=15,0,7,0

EquipmentL=12,0,Lascannon,=35,0,4,0

EquipmentM=13,0,Lascannon,=35,0,5,0

EquipmentN=14,0,Lascannon,=35,0,6,0

EquipmentO=15,0,Lascannon,=35,0,7,0

EquipmentP=16,0,Plasma Cannon,=35,0,4,0

EquipmentQ=17,0,Plasma Cannon,=35,0,5,0

EquipmentR=18,0,Plasma Cannon,=35,0,6,0

EquipmentS=19,0,Plasma Cannon,=35,0,7,0

EquipmentT=20,0,Multi-melta,=35,0,4,0

EquipmentU=21,0,Multi-melta,=35,0,5,0

EquipmentV=22,0,Multi-melta,=35,0,6,0

EquipmentW=23,0,Multi-Melta,=35,0,7,0


The price (first item after the name) is =# for a single cost item, then the mutex is 4, 5, 6 or 7. It's ugly and it'll show a big list of 20 weapons at first, then 16 when you select one, then twelve and so on, but that's the only way I ever found to do it in Rollcall.
Out now: Dawn of War Texture/Skin Downloads
At v0.1: WarFoundry (open source, cross-platform, multi-system army creation application)

[Unknown user]'s Avatar
Daren
New blood
New blood
Progress to next rank:
 
4%
 
Posts: 2
Joined: 03 Jan 2009, 17:31

Re: Rollcall support?

Postby Daren at 06 Jan 2009, 00:53

Thanks for the help.

[Unknown user]'s Avatar
IBBoard
Administrator, Commissar
Administrator
Commissar
Progress to next rank:
 
38%
 
Posts: 4222
Joined: 20 Mar 2001, 20:24
Location: Worcestershire, UK

Re: Rollcall support?

Postby IBBoard at 06 Jan 2009, 18:51

No problem.

The work I've done on WarFoundry includes the start of a plugin to load Rollcall files, so any work you do on Rollcall files shouldn't be wasted :)
Out now: Dawn of War Texture/Skin Downloads
At v0.1: WarFoundry (open source, cross-platform, multi-system army creation application)