Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. Nice work, it seems NWE is getting a nice lot of mods. :) I have a mod idea. Maybe pm me so I can give you the info?
  2. Grant sorry to say but I heard you was a good GRPG developer, it seems they was wrong. This does infact look like a Copy Paste g-RPG game. You haven't even added much... Mostly mccode mods converted... and this guy "thebobby" seems to think the same. Enjoy your game and i wish you the best.
  3. in /home/*/public_html/crime.php on line 39 maybe check input from the URL? With this sort of security someone could get your whole usertable and destroy it...
  4. After registering I was instantly level 3. The header looks familiar.: link: http://www.mafiacrossfire.com/ for other testers: username: testerfromMWG password: testerfromMWG
  5. Thank you guys for all the help. Appreciated a lot :D
  6. code sample please? :)
  7. Would it be viable to create my own license? Because in the end, I'd like to sell the source as well as give it freely to anyone who wants to learn from it... Would this be accomplished with a simple license or would I need to find a license that fits my needs? Thanks again for the comments.
  8. You don't agree that ALL source should be freely available for learners? I somewhat like the GPL but. Using it posts some difficult terms.... BSD, I'll go have a read and post what I think tomorrow/tonight. thanks
  9. So, what licenses do most game 'engine' creators use? Mainly aiming at free engines. I've read the GPL 3.0 and understand that, if you use the source, you are accepting that if someone want's a copy of your game. they may have it free of charge. Would that also cover non profit from use of the script/engine? Would this mean I have no rights to sell 'my' game if it was using an engine with such license? Let me know what licenses you guys use and for what purpose. ^^
  10. Hey. I know what you mean about the header between it, the footer isn't complete. But it's not for sale. It's a free PSD i got. Was just to catch up on CSS. Thanks for the input.
  11. Still Will and Unlimited Brave shouldn't be too hard and shouldn't cost more than $20. With a little research you could make them in 30mins. :) the gym with refill option [in ajax] would take longer. the security check make sure to use someone trust able (Dave, DJk - all i can think of now.)
  12. I was given a PSD in March/April time before it was publicly released. Decided last night to code it up for GRPG. Here's the what it looks like: http://tinypic.com/view.php?pic=308d1dx&s=6 Credits: Me [coding] mucski [Design]
  13. So true. Even thought GRPG has some mafia style there, it's nothing to hard to remove. Just file renames and couple link renames.
  14. TBH, it's nothing like MCC. Yes it comes default in a mafia style? But the actual code is alot nicer. EG: GRPG style   <?php class User { //create a class for users function User($id) { //function inside the class to call user data $run = mysql_query("SELECT * FROM `users` WHERE `id` = '".$id."'"); //collect user data $return = mysql_fetch_array($run); // store user data $this->name = $return['name']; //users name $this->password = $return['password']; //users password $this->email = $return['email']; //users email // $this->cards = $return['cards']; //not in use yet // $this->deck = $return['deck']; //not in use yet } } Also the HTML is processed outside of PHP tags. EG: <?php include 'something.php'; ?> <h1> general info</h1>   this is also better in my opinion. this to me is alot easier to learn than the MCC class files. and yes it's buggy. But so is MCC even redux. If anyone is going to buy and engine with (Admittedly buggy code) they are somewhat stupid. @A_B I don't like or agree with MCC. Too main stream and too much effort to get rid of the traces of mafia/gangster.
  15. I was one of the first in this forum using GRPG. It's really nice engine after some working. But yes, it's out dated and dead. :/
  16. Are they many GRPG developers these days? Honestly think GRPG is dead and shouldn't have it's own section *anymore*.
  17. Wamp is my choice in local php hosting. It's much easier for a novice to get the grip of.
  18. http://lmgtfy.com/?q=notepad%2B%2B+mac
  19. fight PvP & PvN? Wouldn't that be PvE? ^^ the game sounds good but, looks just the a project on source f
  20. I believe they is a way around this. Because it's also using Yii framework. Only make new files within that framework folder. Thus you can keep "your" code. And just give them the blank source IE: Sandscape folder. If you do use sandscape and need some help installing i'll help. off topic: Also a_b, when will you drop the price on NEaB? $200 is a lot for an indie developer like my self.
  21. You shouldn't rely on anyone. Friends can become enemys is seconds. ;) Make sure your team is trust-able. Also you should check the licence that goes with sandscape. If you do make a game with it, anyone is entitled to a copy of the source.
  22. Zettieee

    Game Layout!

    You shouldn't follow the tuts you find. Trust me. You should just take parts of them to produce your own designs. It takes awhile to learn what works and what doesn't. But in the end you will be happy that you created something on your own.
  23. Me and Sim are currently about to start work on a TCG engine. It wont be free. It's to early to give you a date or a price. A "free" TCG engine: http://sourceforge.net/projects/sandscape/ Be warned this is just a framework IE: Requires work, rule set needs implementing. You shouldn't take this task up alone, especially if you give up easy. Skills Required: Framework Yii knowledge Javascript PHP Mysqli CSS HTML   Hope you have luck in using this script.
  24. Edited first post. Have a read :)
  25. Yes, I've already brought a card template from graphics river. and yeah I will start revising the rules to a T. thanks.
×
×
  • Create New...