Jump to content
MakeWebGames

Taxed

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Taxed

  1. Thats true aswell. It could be a little time consuming though.
  2. I think you will find that most of the content on deviantart is not royalty free and thus is not for commercial or personal use. However there are exceptions, but it is down to the individual that uploads it.
  3. Hello, Im in the middle of creating a new layout. I thought I would share with you what I have done so far. I will still be tweaking it for a while and I still have to chop it up and code it into a working template. This template will be going up for sale when complete. Please leave any comments/questions here.
  4. £5 GBP for every 10 items and £2 GBP per house. That what I would estimate the price to be for the time required. Although if you reequire a bulk purchase I may be able to lower the price a little.
  5. Im glad you like my work. Im afraid that the gfunited.com V2 template is not for sale. As for the bow, I know its not really a futuristic weapon, but I created it more to satisfy my passion for archery.  I am willing to design websites for around £200. But that can vary depending on what you want. For the full price, I will design the login/in-game templates. Complie the images,HTML & PHP into a working page and intergrate it with your site. The layouts will coform to copyright laws. It may contain small amounts of royalty free images and open source scripts, but will not contain any copyright material. Every design sold is a unique design and as such will not be resold to any other parties.  I appreciate your opinion. I find however that there is a lot more to a well designed layout than just the images. You have to take into effect the colour scheme and mood it sets, the positioning of key functions needs to be user friendly and familiar, you also have to consider image quality & bandwidth. So where you may see a collection of images and shapes, I see a layout specifically designed to attract the biggest possible audiance by applying familiar functions and techniques. Take for example the toolbar, I specificly added it into the layout because it is familiar to the the target audiance, it is used billions of times a day in operating systems. So that leads me to believe that its the most practicle navigation option for the majorrity of my audiance. I hope this helps to clarify the design process a little more.   Yes it is, I came across it in a royalty free image community. I thought the lighting of the picture would compliment my design. Ill admit i am a little skeptical of the weapons, I posted them on here to gather opinions, simply because im not too 100% happy with the designs. I just cant put my finger on what the problem is.     Thank you all for your replies. any more questions, just ask.
  6. Hi, I don’t really post too much on the forum, but I have been an active member for a while now. I wanted to give something back to the community, so I thought I would upload some of my concept art in hope that it would inspire someone. The first design I made for gfunited.com which is currently under construction for V2 is below. I eventually decided that the theme was too dark and was not as user friendly as I wanted. When building V2 of gfunited I decided to overhaul the layout, to make it more user friendly and appealing. I decided to go for a very familiar taskbar, using a good icon set and a nice A:hover CSS style for the links. The right-hand navigation consists of a few icons to quickly allow players to view their stats/equipped items and for staff to access the admin panel. Mail/Jail icons glow when the right conditions are met. I also opted to add a lot of in game art such as items, weapons, protection, item crates, etc. I wont go into massive detail as we are still developing V2 and the updates are closely guarded secrets. Anyway, here is a sneak preview. Lastly, I wanted to show a weapon set that I am working on. It is far from completion but I personally think they look pretty good. It’s the first time I have tried doing this kind of work, and opted to design them as 2d graphics rather than 3d modelling. It is currently undecided whether I will be personally using them for a project. I may choose to release them as royalty free images exclusively to MWG, but as they are a long way off completion, I can’t make any promises. I will be keeping an eye on this thread, so if you have any feedback/questions, feel free to leave a comment.
  7. Hello, If you are reading this then I'm assuming that you have an interest in the Gangster Legends gaming engine. GL is a verry good gaming engine that can be customized in many different ways. At Devtek-Solutions we have built many scripts which we released on V1 of our game Godfathers United. As V2 is now in development with some amazing features in the works we are releasing our previous source code for sale. For a full list of scripts and pricing details vissit the following link. Devtek-Solutions Products You can also signup for our live demo at the following address. Godfathers United V1 If you have any questions please email me at [email protected] Regards, Mark Hamilton Devtek-Solutions
  8. Im interested, I droped you a private message.
  9. Taxed

    Good idea

    i find a simple watermark works best.
  10. Best of luck with everything. :thumbsup:
  11. Another aproach to the loading times of a page. Im not sure if this is done much anymore, but personally when i release my current project I will be offering a very nice looking layout as the norm. But will be offering users an option on the home page to revert to a low graphic template to take low connection speeds into account. This way all users have the best of both worlds.
  12. Yes, thats what he asked me to make for him. I tried to explain that making a game engine simply cant fit into a simple tutorial for beginners.
  13. try using this.   if ($ir['race']==1 AND $stat=="guard") { $gain = mt_rand(1, 3) / mt_rand(500, 900) * mt_rand(500, 900) * (($will + 20) / 150)*50; } elseif ($ir['race']==2 AND $stat=="agility") { $gain = mt_rand(1, 3) / mt_rand(500, 900) * mt_rand(500, 900) * (($will + 20) / 150)*50; } elseif ($ir['race']==3 AND $stat=="$agility") { $gain = mt_rand(1, 3) / mt_rand(500, 900) * mt_rand(500, 900) * (($will + 20) / 150)*50; } else { $gain = mt_rand(1, 3) / mt_rand(500, 900) * mt_rand(500, 900) * (($will + 20) / 150); } $will = max(0, $will - mt_rand(1, 3)); if ($row['jail']) { }
  14. IF you are posetive you dont have any .css files then i would check the header.php. Simply because your script is using <Style> defined CSS and it has to be located within a file thats being called by your inventory script. Find the CSS and try editing that. If you have any trouble PM me and ill take a look at the css.
  15. why would you want to put an image as a username in the first place?
  16. $db->query("UPDATE users SET location=3");   Your updating the users database and setting all locations to 3.   Try something like this using a varialbe in the where clause.   $db->query("UPDATE users SET location=3 WHERE username=' ".mysql_real_escape_string($username). " ' ");     You definately need to define a "WHERE" clause to isolate the specific user. so using their username or unique id would do the trick.   Hope that helps.
  17. I find dreamweaver is very useful when compiling layouts from photoshop. I find its reliable no matter what you need it to do.
  18. I think i have this script lying around soemwhere. Ill post it up in free scripts when i get a chance.
  19. dreamweaver
  20. I cant be sure without looking at the script but have you checked its not requiring a page twice?
  21. I find gangster legends is useful for customizing. Theres not many scripts out for it. But its a good engine. A lot more secure than mccode aswell. I would like to see a lot more people using it.
  22. Hey Chief, Use the following code and put the content you want to be admin visable between the brackets.   <?php if (in_array($name, $admin_array)){ } ?>
  23. MD I dont have the time to help with any of the coding. But if you need graphics for the revamp just give me a shout.
  24. Re: Next Generation Browser Game Engine - Input Request   If its one of Md's then I have no doubts that it will be a truly unique engine. Personally I look forward to seeing it in action.
  25. Re: Next Generation Browser Game Engine - Input Request The third option is probably the most profitable. It allows even those with low budgets to build a working game. However, I dont see the sales being fantastic unless the engine is released as a playable game before hand. If you can prove the game engine is intuitive and popular then you will no doubt be ina good position to distribute the engine. Unless you want to make big bucks less often, in which case option three is the better long term business plan. But would still need to be proceeded by option one.
×
×
  • Create New...