ID:169188
 
I am interested in making unlockable characters for my game how can i fix it?
Govegtos wrote:
I am interested in making unlockable characters for my game how can i fix it?

Explain with a little more detail as to what you mean by "unlockable characters" and we may be able to help you.

~Sinyc.
In response to Sinyc
What i mean is by when you complete a certain task you can unlock a new character which you can play as or a new race eg

in dbz budokai 2 if you got 100 kili u can unlock dabura which is when u got bidi's spaceship

How do i go about that?
In response to Govegtos
When they unlock a character, save it to their savefile. During chracter creation, check the savefile to see which unlockables they can use.
In response to Jp
Is there any coding that i need to do that?
In response to Govegtos
Urm, yes. As people have said over and over...actually learn to program! Don't rip Zeta, and then have us create a proc for you that isn't included in the stolen Zeta Source.
In response to Govegtos
your asking too much do you do anything yourself?, others can give you if they feel but ill leave you with this, and you think about it
mob/proc/SaveUnlocked()
var/savefile/S = new("Save/[src.ckey]")
S["unlocked"] << unlocked
Write(S)



dont try to use it directly, i edited my save system, just look at it on how to write a save file
In response to N1ghtW1ng
N1ghtW1ng wrote:
Urm, yes. As people have said over and over...actually learn to program! Don't rip Zeta, and then have us create a proc for you that isn't included in the stolen Zeta Source.

Poon't....

Now, delete the zeta source and actually learn how to define a variable..
In response to Xeal
dont you reallise I amtrying making a 100% original game from scratch
In response to Govegtos
How do i make it so that the players can see it that it has been unlocked and others eg right now i have a monster called saibaman that i want it so it is able to be unlocked for those who have unlocked

Here is what it looks like for both characters who have not ave it unlocked

[URL=http://img316.imageshack.us/ my.php?image=characterselection2sj.png][IMG]http:// img316.imageshack.us/img316/2039/ characterselection2sj.th.png[/IMG][/URL]

How do i make it so it only the ppl who have unlocked it be able to se it?
In response to Govegtos
govegtos, and you dont realize that you need to learn like we did, ive given you wether youve used them...

1. Leveling System
2. Macro controlled Punching Bag

and probaly 1-2 more things, not to mention the other stuff people have given you, if you combine all that stuff we made your ****** game for you
In response to Govegtos
Dang, ripping really doesn't pay off(It seems you barely know anything..0_0)..Its pretty simple, just use a <font color=blue>if</font> statement.
In response to MechaJDI
o.O that would be the other way to do it, he can just look at his keyban code and repaste it to configure as Unlock and then blah blah blah, idk i guess he could do that
In response to Cheetoz
Well I geuss thats the thing about coding, so many ways to do the same stuff with varying complexity...
In response to Mecha Destroyer JD
he'll eventually learn how to reproduce what he's ripping, in his own style. The only difference between ripping and what I do is I apply other's techniques to my work, while he learns to code his ideas into someone else's work.

But still, he'll get out of it someday. I just wish there was a large collection on Byond labeled "RIPS" so everyone who wasn't interested in rips could see everything but the rips.

I've played some pretty good rips, but most are total crap.
In response to Steelhouse
Y do u all hate zeta rips?
In response to Govegtos
Why, well for one there are about seventy of them and we don't need more. But I'm not the best person to explain this so i'll leave it to someone else.
In response to Worldweaver
1. they are flooding the games live un published section.
2. promoting ripping
3. waste of space on the hub

(to byond staff i have created a list of hub entrys distributing stolen code and charging for fan games. and hub entrys of ripped games.) do you want the list?
In response to Xx Dark Wizard xX
Well i have the right to create wat i want who said ill be charging my game for money

If anyone is not gonna help me lock this please mods who gives if i am using zeta or not keep ur opinions to urself most ppl here dont even care about zeta.
In response to Xx Dark Wizard xX
Hell yea they want the list >_>
Page: 1 2