Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO][WIP] Guild System


peekay
 Share

Recommended Posts

Ok so im here showing the guild system ive been working on. Hopefully to get a few suggestions etc.

This picture shows
- Guild Create Menu
- Menu opens on talking to "Guild" Npc

![](http://i55.tinypic.com/2je1co5.jpg)

This picture shows
- Player Guild Menu
- Player Guild Shown above head as [GuildName]
- Online players should appear in green at the top of the list
- Offline players should appear in red at the bottom of the list

![](http://i51.tinypic.com/i77y2x.jpg)

The buttons for the Guild Create menu change from create to disband if a player is in a guild.
The buttons for the Player Guild Menu change
- Invite/Kick for guild leaders only
- Leave for guild members only

Guilds are saved in their own data file

![](http://i51.tinypic.com/2mcwwp0.jpg)

Any Suggestions
Link to comment
Share on other sites

@peekay:

> yes vb6
> and yea the menu needs a background pic… thats just standard black and vb6 colors

actually i very like with your guild systems..but im not good at codeing…thats my problem..
:star: :star: :star: :star: 4 stars for you peekay...keep going the good job  :cheesy:
Link to comment
Share on other sites

@Ian:

> first suggestion would be nice you put a logo image for each guild
>
> the first question you will release the source code of this guild system?
>
> if not release good luck with your project guild system xD

Always looking to leech aren't ya :rolleyes:

Peekay, make a nice GUI for it :P.
Link to comment
Share on other sites

gui based on the current version of eclipse Origins

Examples of GUI

Examples in my edition of EO@peekay:

> Ok so im here showing the guild system ive been working on. Hopefully to get a few suggestions etc.
>
> This picture shows
> - Guild Create Menu
> - Menu opens on talking to "Guild" Npc
>
> ![](http://i55.tinypic.com/2je1co5.jpg)
>
> This picture shows
> - Player Guild Menu
> - Player Guild Shown above head as [GuildName]
> - Online players should appear in green at the top of the list
> - Offline players should appear in red at the bottom of the list
>
> ![](http://i51.tinypic.com/i77y2x.jpg)
>
> The buttons for the Guild Create menu change from create to disband if a player is in a guild.
> The buttons for the Player Guild Menu change
> - Invite/Kick for guild leaders only
> - Leave for guild members only
>
> Guilds are saved in their own data file
>
> ![](http://i51.tinypic.com/2mcwwp0.jpg)
>
> Any Suggestions
Link to comment
Share on other sites

i think releasing basics is better anyway.

every game is difefrent, and that will allow us to modify it to our needs without having to cut out "junk" we dont need :)

looks very nice man, i have been making on myself, but i didnt even get close to figure out how to to store them in dat files >.<

Dami
Link to comment
Share on other sites

@Damian666 yea it took me about 30mins-1hr to get that saving to .dats working and loading the dats when they login. I just think its a better way of storing the information rather then in the player file. i use player(index).inGuild for storing what guild they are in.

@crazy thanks :)

i do have some ideas for the emblem.. a small editor in the guild create where u can draw ur own (maybe 32x32 emblem) which then saves as a jpeg server side. the emblem can be edited when revisting the guildmaster….. just a possible idea havent coded anything for it yet

i am having a problem with the guild tags appearing on the wrong players head (when other ppl are online) i think a problem with saving/loading from the dat file ill have to look into it when i get a chance

as for releasing the source, as i said im still working on fixing bugs etc.. i am at university and i have alot of assessments at this time but hang in there ill get a basic release hopefully within the next week or 2
Link to comment
Share on other sites

perhaps you can explain me how to get the guild loaded with the right players?

very interested in it ^^

also, the emblem thingy sounds nice, but do you know how hard it is to make a program that draws?

and saving it server sided means you have to send the whole damn file over the server connection to every player, i would advice against that, but hee, your system, just saying :P

Dami
Link to comment
Share on other sites

for my year 12 software project i created a replica of microsoft paint called pkpaint xD
but for the emblem thing id only use a simple pixel pen with colour selection

but saving the file client side means that anyone could edit the members in their guild and guild leader because part of the dat file holds all members of the guild and guild leader
Link to comment
Share on other sites

@peekay:

> might be best just to choose from a selection of emblems

That's what I've done for Origin. It's fairly simple, and you can send the emblem number with the guild name. I may get around to adding customisable emblems with 3 or 4 layers, and maybe colour selection. Feel free to use these as reference (I would link you directly to my game page but photobucket is down at the moment so here are some I just uploaded for you):

>! ![](http://i.imgur.com/DlqcG.png)
![](http://i.imgur.com/tK5aJ.png)
![](http://i.imgur.com/RjyFz.png)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...