-
Posts
3,137 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Events
Everything posted by Djkanna
-
Personally, I'd rather have an intriguing well thought out game over an aesthetically pleasing, yet boring (game play wise) game. I think there's still a market for simple not so graphically intense games, though that could change within the next couple of years. Times change, technology advances, it's interesting, as graphics have gotten better, game play has gone to the s..ts: Take Microsoft Flight for example.
-
If I'm following correctly: The admin panel, has a language editor, that allows you to change public facing messages just the same as one would use it to change in-game messages. Look for the message you want to edit, and click edit. In the case of the welcome message, it's quite close to the bottom of the list on a fresh install, and looks like " This web game is free to play, and offers lots of fun and activities!<br><br>Join now" on the preview.
-
Ah, thanks for the bug report. Reference only (for when A_B gets back); modules/register/public.php [Lines: 73 | 74] (message needs changing to less rather than more) else if (strlen($_POST["username"]) < 5) ErrorMessage("A username cannot contain more than 5 characters.");
-
Until a better way is implemented (I imagine A_Bertrand is on holiday now, so I'm guessing January is when he'll be back) In libs/common.php. Line: 1137 Replace global $evalCode, $userStats, $modules, $allModules, $db, $content; with global $evalCode, $userStats, $modules, $allModules, $db, $content, $v; EDIT: - Scratch that. Probably a more appropriate way would be to do the following. modules/explore/content.php Lines:100 to 109 Replace: /** * Evaluate the code to run. */ if ($result->fields[1] != "") NWEval($result->fields[1]); /** * Evaluate the message to give back. */ NWEval("ResultMessage (" . $result->fields[0] . ",false);"); $result->Close(); With: /** * Evaluate the code to run. */ $eval = ''; if ($result->fields[1] != "") $eval .= $result->fields[1]; /** * Evaluate the message to give back. */ $eval .= 'ResultMessage ('.$result->fields[0].', false);'; NWEval($eval); $result->Close();
-
Merry Christmas folks, or Happy Holidays for all you p/c peeps out there.
-
Welcome back, an Merry Christmas.
-
Or box-shadow. :) [css] .example { border: 1px solid #000; box-shadow: inset 0px 0px 0px 1px red; } [/css] Or reverse (in-case CSS3 method not supported, it isn't black on black.) [css] .example { border: 1px solid red; box-shadow: 0px 0px 0px 1px #000; } [/css]
-
I'm not sure what you're asking, other than for us to help you out. Help you out with? Ideas on what you want, ideas on where to start to code a template, ideas for a web design or what?
-
Looks pretty good, granted I've not done anything productive with my little test (I just random clicked links that I had no idea where they would take me). Continue with it, make it into something even more unique. Good luck. :)
-
Zombie Theme PSD design 80% complete tell me what you think!
Djkanna replied to BluroSoft's topic in Art and Content
It looks alright. I do have one problem, the design seems to be very limited in space. If I say have 20 or more menu links (always possible) that's going to be one hell of a lot of scrolling to be done. Either way, well done. -
Two choices: 1: Continue working on and improving your existing product and be happy with the potential for less exposure than you may or may not get with a more mainstream genre. 2: Start again, and quite possibly end up in the same situation as you are in now, three years on. Much like technology (as Cavella pointed out), people's interests change, in three years time it's plausible that what is mainstream now, won't be mainstream then. The best answer you're probably going to get is: Do whichever you feel more passion for, at the end of the day you're building this for not only the enjoyment of others, but for your enjoyment also. Best of luck with what choice you make.
-
Looks pretty good. @Cost oppositions: Design/header/mainmenu and installation, to me that's worth the £5.
-
Urm. Shedding light is a tricky one. It's obvious from source, that Ravan is a copy of MCC v2 source code, with very little alterations (if someone could verify, that would be great. It's been a while since I've seen Ravan) now whether or not MCCodes can do anything about it is another matter. They could argue you're using an unlicensed MCCodes engine. You could argue you're using a validly licensed Ravan engine. Either way it's probably best to contact MCCodes Support and wait for an answer.
-
PM specifically what you want doing, including page updates, and custom modifications, so that I can get a better feel for what your asking for and offering. Thanks.
-
/* See if their username is an image. - sniko */ $get = $db->query("SELECT `imagepath` FROM `user_imageusername` WHERE `userid`={$r['userid']}"); if( $db->num_rows($get) ) { $r_image = $db->fetch_row($get); $txt_username = $r['username']; $r['username'] = "<img src=\"images/username/{$r_image['imagepath']}\" alt=\"{$txt_username}\" />"; } Cross mod compatibility I guess, though should have asked first (and well if your mod isn't installed this will break).
-
Crime Inc, doesn't use it, providing there's enough content to have to scroll, the funky city background will eventually disappear from view. [CSS] background: #000 url("images/background.png") no-repeat fixed center top [/CSS] Would do it though. *Don't blame me if you run into 'quirks', using this, if anything Google "css fixed background images".
-
Whilst it is a damn lot of files, I'd have to say well done man, thanks for the contribution.
-
Well as it has been established, Ravan script is NOT supported by this community, thread locked. Please see alternative engines (MCCodes v2(.x.x) is essentially Ravan). To leave on a somewhat more helpful note, you would install it in the same way you would MCCodes v2, for which there is YouTube videos floating about on how.
-
Actual users, unless they agreed that their emails would be resold to whoever the game's owners liked, you cannot do it legally.
-
Neat, good job. :) Edit post is a little bit broken at the moment, sorry. Should be fixed asap.
-
There's four of them, and got worse sequel by sequel. :P Not that the first one was anything special like, but still.
-
There's issues with this, issues with double posting, issues with editing. Basically the whole forum has gone to the sh[it]s, at the moment. * I hate censors. *bleeping* muth*bleeep* censors. It'll be rectified as soon as it, well, is.
-
Oi! Less helping, more sarcasm. Ala: http://makewebgames.io/showthread.php/42567-MCCode-vFree-patch-v1-1-0a?p=284023&viewfull=1#post284023 ;) Totally aware this post is like the majority of the posts in this thread, that being off-topic and pointless. But hey ho, it'll probably be gone before anyone reads it, so I may just put some pointless crap.......................couldn't think of anything. Edit: Jeez, CB fix the damn forum issues, editing is a freakin' nightmare.
-
Oh god...Worst thing to come out of Hollywood since Jaws 4. Happy Thanksgiving to all you American folk.