-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
I like the silver. Opinios are like ssholes, we all got them.
-
It was an attempt to quick post but actually took longer since the msg2short error appeared -_-
-
A fully customized item system is complicated. I have nearly finished one, but got side tracked by another project. I am not just talking about in terms of coding, but as well as making it user friendly so people know *** there doing.
-
I got a few questions: How old are you? What technologies do you know? I read you develop websites. Is your team local based or virtual? Are you really from Essex, Maryland? -If so, can you get me a job at your work? I am from Dundalk. -Bill
-
Looks nice. Adventure feature looks fairly interesting although I can't read wth it says. $10k for it is a bit crazy especially since the game is not "released". Well I am assuming it's not since its on localhost. What kind of ways can this "game/engine" generate income?
-
As far as I am aware, $_GET[] variables are mixed variables. So if I am expecting a number, and its $_GET['id'] then is_int($_GET['id']) is false, well it does it's job if it's not a whole #.. ;]
-
? I didn't even know there was Rep on this forum =] IRC [MENTION=69670]Script47[/MENTION]
-
I prefer this one: http://php.net/is_int Its just a personal preference.
-
Wouldnt it be is_int() as ctype_digit() allows for decimals?
-
A little update. I say I am about %90 done the engine framework and structure of the files & tables. It just requires a little fine tweaking. Next is to start knocking out all the features that it will come with. I def do not see it being released Jan 2nd though, but Jan 9th is doable.
-
$max_rand = 2000 / 20 = 100; $chance = floor(15 / (20*0.2) ) = 3; if(mt_rand(0, 100) < 3){ // opponent dodges } 2% chance of dodging everytime?
-
I think Coly's idea would work. He just need's an attack formula now =)
-
Make room: How about an Accordion? http://jqueryui.com/accordion/#collapsible
-
They are floating around the net? Why then?
-
I don't like announcing any project I have planned or anything to really show, since the majority of the time's I never finish it. =] I have been experimenting with some Technologies over the last week to see how simple it would be to combine a few. The result's was good. Although nothing has been coded for the game yet. =] I do not feel like giving out a list of feature's although I got everything planned for first version release on the first or second Friday of January. (2nd or 9th). A new approach to Text Gaming is about to be born. I think many people may find this approach strange at first, but will fall in love with it. The majority of people know when I create something, I usually go all out and its creative and fairly new (Take oRPG Creator for example). If time permits itself, I will be adding an auto mod-installer in the ACP which will let owners download and install mods similar to how SMF (forum) does. I have been working and I believe tomorrow is the last day until sometime in mid-late January and Holiday's is Thursday. I am exhausted when I get home, and try to sleep, but I did fit a hr or two in to experiment. I will most likely not even begin coding this Engine until next week since I am trying to think of how to build a good-stable user-friendly powerful but not over-complicated framework for newer coders. This is the difficult part as most frameworks use some kind of Templating Engine and newer coders do not want to put the time in to learn new stuff or can follow the flow of certain programs. They tend to throw everything in one file =]. I know a few people have seen what I was going to do on here, so bite the tongue's.. This engine will have around 90%-95% of the features that mc-code's have as well as a MC-Codes converter to import your data to this new engine. Most of the "MC-Codes core-features" can be expanding upon IF wanted to in a simple fashion to allow for more interactive with members. Unlike, oRPG Creator, it will not be over complicated. Coming Soon: Project Meh Sim, out! - - - Updated - - - Oh, I also forgot to mention, this will not be a FREE engine, but will range between $50-$100 for a license.
-
Just got Head First C#, 2nd Edition =) 800pages ;[
-
I like it as well =]