Now if you want to start your own group for server for example instead of adding servers to another group the question is how to make a new group.
Now lets get started first go open server.dat with notepad in conquer folder then at the top after [Header] change
Code:
GroupAmount=10
Group1=GroupPic10
Group2=GroupPic9
Group3=GroupPic8
Group4=GroupPic7
Group5=GroupPic6
Group6=GroupPic4
Group7=GroupPic5
Group8=GroupPic3
Group9=GroupPic2
Group10=GroupPic1
to
Code:
GroupAmount=11
Group1=GroupPic11
Group2=GroupPic10
Group3=GroupPic9
Group4=GroupPic8
Group5=GroupPic7
Group6=GroupPic6
Group7=GroupPic4
Group8=GroupPic5
Group9=GroupPic3
Group10=GroupPic2
Group11=GroupPic1
Then add under what you changed this [Group1] so it looks like this
Code:
GroupAmount=11
Group1=GroupPic11
Group2=GroupPic10
Group3=GroupPic9
Group4=GroupPic8
Group5=GroupPic7
Group6=GroupPic6
Group7=GroupPic4
Group8=GroupPic5
Group9=GroupPic3
Group10=GroupPic2
Group11=GroupPic1
[Group1]
ServerAmount=1
Now add what ever servers you want and change the amout to how many servers you will have.
Now go to \conquer 2.0\data\main
And open "LoginG10Img" with paint and change the name myths to "Group Name You Want I chose "Servers"" If you have Imaging skills if not just leave it as it is but in both cases "Save As" "LoginG11Img".
Now go to \Conquer 2.0\ani
And open Server.ani with notepad.
Look for this
Code:
[GroupPic10]
FrameAmount=1
Frame0=Data/Main/LoginG10Img.bmp
And add under it this
Code:
[GroupPic11]
FrameAmount=1
Frame0=Data/Main/LoginG11Img.bmp
So it looks like that.
Code:
[GroupPic10]
FrameAmount=1
Frame0=Data/Main/LoginG10Img.bmp
[GroupPic11]
FrameAmount=1
Frame0=Data/Main/LoginG11Img.bmp
Now your new group has been added look now how it looks.