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

New Update?


Mohenjo Daro
 Share

Recommended Posts

Hey people of Eclipse!

I am wondering if anyone else has had the same thoughts as I have about the Currency issues as I have… Ok, for starters:

1. There is no real way to have a fluent, multicurrency game. (In the stores it makes you put in multiple options for goods and clutters the store; even if you have enough money, you may not have the right type; etc.).
2. (The source code of the older versions pointed this out to me) There is no actual source code to be able to create your own Mod for Currency, I know because I have spent a few hours looking around the code and still haven't found the codes.

To fix both these problems, and more, you guys could:

1. Put a ModCurrency into the source code so that the currency can be automatically converted to the other currencies in the game (To do this, you would need to have a base currency that everything is bought off of, if you need any help with that then I can offer my services.).
2. Create a Currency Editor in the game (Edits graphic, value, ETC..) so that the game knows how much the value of each type of currency, (say the base is copper which = 1, then the rest of the currency would follow suit, iron = .1, bronze = . 01, silver = .005, gold = .0005 ETC., now, you could have cooper be worth 100 for a base value), this would enable the price of something to have one price but be bought with different types of currency and you would be given change.

So, if you would like to see this in the game, see a modified version of this in the game, or don't like the idea then please say why you would like it, how you would change it, or why you dislike it.
Link to comment
Share on other sites

Personally mutli currency, in my opinion, is more work then what is needed. You are coding and spending alot of time setting up different metal types (Bronze, Silver, Gold) which all in all do the same job and are part of the same main system. Why not make it easier on yourself and just have 1 'Coin' or 'Metal' type as a currency. Less work for you, less headache for players.

If you want to have a variety, make a special 'coin' or 'token' in which you can find hunting various mobs (Or across all mobs, with a low % drop), or quests, which can be used in some special store.

Heck, if your feeling really up to it, couldn't you have various currency items for each town, and just have a currency converter shop in each town? It's do-able without programming, and it would add 'depth' to the game.

I'd like to see the developers focus on systems that can/would be used by everyone, and further the game. Not something which can be achieved to a point already through careful set-up and planning.

Those are just my thoughts, and my opinions. Some people like multi currency, I personally dislike it.
Link to comment
Share on other sites

Unfortunately that wasn't what I was saying, sure multiple currency for different areas is easy, but it's annoying to see that, hey, I have 10,000,000 "currency" when you could have it say that you have, say, 10 platinum. It just makes game currency easier, rather than this huge long number saying that I have 100,000,000,000 copper, I can say that i have 100 platinum, it is just easier and more simple, it is the same reason that metric has multiple measures rather than just meters. You wouldn't say that something is 50,000,000,000,000 meters, you would say it is 50 terameters. It is just easier than to type everything out and make mistakes. It would just give the creators something to help them out and to think about.
Link to comment
Share on other sites

Lets see, Runescape, DDO, both of those have multiple currencies. You won't see multiple here because there's no point because it involves too much programming and more work than it is worth if each person does it.

I want to see more people posting on this topic, and please, I want them to be actual game creators who think about this topic of currency, no disrespect intended to Matt or Pandora, but I have the feeling you haven't tried to make a ton of games nor have you tried to put in more than one base currency. If a game is big, there WILL be more than one, so you both have basically said that no one is really expecting to get off the ground here. But I still think it should be implemented even if it necessary, it is still of use to many people.
Link to comment
Share on other sites

Let me get this right.

You're talking about one currency (Coins) but when you have a certain amount of that currency it will be classed as something else. So… 1-99 = Coins but 100-199 would be classed as Notes? Something similiar, right?

Or I've missed the point entirely but this does seem like a feature that would not be used in most games. If you want it then program it in.
Link to comment
Share on other sites

Somewhat, think of this as any normal currency, this would be classified using a highest to lowest way. First if would start with an if then statement, say you have $57.36, it would say you have:  (# will be my cent sign)

$50 - 1

$20 - 0

$10 - 0

$5   - 1

$1   - 2

50# - 0

25# - 1

10# - 1

5#   - 0

1#   - 1

Something like that but you get to chose how far apart the amounts are so you may have a different amount in each slot. (This was only an example).
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...