-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
Did you have a paid hosting account? I think x10 doesn't like 1 minute crons
-
Sorry to bump but I did update my post for some important information
-
10% across the board but you also get more based on for example 10% of all revenue that was generated by the windows device alone and 1.5% - 3% on top of that based on marketplace rating. I would also like to add that if you know more than 1 platform then you can double up as well ;) And i will hit you up Sim, I think this is a genius idea to be honest. And once people hear what it is they will be like WTF??
-
Hello everyone, Currently I am looking for at the most 4 partners to create a game for the mobile platforms. In this thread I will not go into great detail of the game for various reasons, but I will tell you that it is a relatively simple dice multiplayer game. A few people here that I trust know about this project and I hope they don't accidentally give out details if they decide to post here. Like I said, it is a simple dice game that will be multiplayer similar to the yahtzee and words with friends games. Basically who I am looking for is an iOS developer, Windows phone developer, and Android developer. Everyone will do the same job since it's the same game just different platforms. What I will do here is to over the pay scheme for interested parties: The pay is broken down in different areas to help pay for your excellent work, and overall revenue for example: 1. For markets (if any) that have a 10 star rating you will get 1.5% earned revenue on your platform each month per star and 3% revenue per star on a 5 star rating market. Basically if your app is awesome you can get 15%, and if it sucks then oh well ;) 2. You will get 10% flat of all revenue generated a month minus the scheme no. 1 3. You will get 10 of all revenue generated over all platforms minus schemes 1 and 2. I am doing it this way like I said to reward you for your great job and reward you on everyone's great job. The app will generated revenue by ads and a couple in app purchases and the ads will display after every turn. So when people play the game an ad will play. If interested I will only discuss details of the game after a NDA is signed which is to protect my idea of course. If you are interested please let me know. UPDATE: This will require game physics like gravity and the like
-
I have already informed Dave about the SQL bbcode but if you see any other broken ones please let us know by posting here or maybe a PM.
-
Maybe I don't understand. This is a forum, post what you want as long as it fits. I believe Dave is open to any and all sections that need to be added if the demand is there. For example, we can have a JS category and if enough posts are about Angular or Node I'm sure we can create those sub categories.
-
tldr; completely but if your suggesting the user base of the forum to create sections/categories that is asking for a lot of useless stuff and moderating. We have enough time moderating as it is.
-
I haven't found a decent iOS IRC app that doesn't close connections while in background. But I thought I read somewhere that it is the way iOS is set up
-
I noticed on an initial post the sigs do not show up, probably has to do with the Ajax not grabbing the signatures. But on a refresh they should show up I am posting a screenshot to show what I'm talking about
-
I think its open to anyone who wishes to add their name to the list. Then as a community people can vote so that others can weed through the list if you will and choose who they want kind of like Angies List
-
I see yours on all your posts
-
Happy new year to you as well and the rest of the community
-
Mid 2006 huh? That would be interesting to see if there is someone
-
I never finished it so yeah it's incomplete. The only problem is getting serialize to work in excel. Currently it's not very dynamic
-
Oops, sorry! I didn't see you were talking to me. GRPG is a game engine
-
You can look into this post as well for the timer: http://makewebgames.io/forum/general-development-central/non-mccode-game-support/28821-count-down-timer?p=278701#post278701 That should provide you with a base for it
-
Topic reopened.Â
-
Oops, I meant to add the link haha https://docs.google.com/spreadsheets/d/1DOS2Ds6smJCTOcBUHt2QQKQkc0hr_Av6YLvI7X3aVrc/edit?usp=docslist_api
-
I can't find the articles now since the upgrade to the forum but a_b created an article about storing your items inside an excel or equivalent spreadsheet. I created one (still needs work) for the NWE engine but you can use it to get a general idea of how to maybe convert it over to use for MCC. The only hard part is trying to serialize your data.
-
All of those look to me like GRPG
-
It's because $mm is an object that can't be converted into a string. The class comes loaded with methods and properties that you can use. Just read the readme file
-
I'm mobile right now at the store but just add the id in there as auto_increment
-
Pass the amount of money that the crime would pay through the constructor
-
Hello MWG, Lately the Trusted developer topic initially created by Danny has had a of of traffic and basically I think it's going to be hard to do because it should be a community opinion. My proposal for this is when the new structure of the forum is rolled out, in each topic we can set a poll up where people can message me to add their name to the list of their desired topic(s). I or someone else can add names to the poll and allow the community to vote for who they feel is a trusted developer. Multiple votes will be allowed too so don't worry about you choosing who you feel is the best you can pick everyone if you wish. I am not taking names right now just so you know ;)
-
Yes [uSER=65530]Coly010[/uSER]! Basically you have to give everything an ideal price for a perfect world. I believe Alain created an article on how he manages items and stuff using Excel which is pretty handy. Then to calculate the inflated prices you just pass the item value in the constructor and access the class properties and methods based on the items base price. I even tried to go further and calculate inflation for money to crystals and crystals to money for the standard MCC crystal temple. If people want to fork it and make improvements by all means do so