Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. A few screenies for the addong of enemies or friends... FATE image shows how you want to add.. CONFIRM: decides their fate ATTACK image shows those added as enemies FRIEND Image shows those added as friends MAIN image shows your choices view..
  2. New Mod for NWE created and will be available soon.. Add friends and Enemies to your list... Enemies can be directly attacked from your list Friends can be sent messages...
  3. excellent looks a lot better and easier to view....
  4. Uridium

    Game Layout!

    your choice of backdrops is unusual and doesnt fit the theme of the logo.. to me your logo stands out so you need the backdrop to capture the essence aswell how about using an old scroll type backdrop with weathered edging and keep same colours as your logo
  5. MODS in post production... friends List / Enemy List: These mods will allow you to add friends / Enemies to a list only you can view. [COMPLETED]
  6. Mods created in past week by myself TEMPLATE EDITOR: this mod allows you to directly edit your script folder for any theme and has an instant effect once its saved. { COMPLETED } [ Available on nwe market FREE ] TEMPLATE CREATOR: this mod allows you to create a folder name of your template and adds the necessary files for you to get started. { COMPLETED } [ Available on nwe market FREE ]
  7. you will find a lot of americanised words miss out the U after an O.. example colour = color neighbour = neighbor and s on :)
  8. if you have any current mods in production place a brief description of your mod and what it can do here.... when your mod is complete and available to the public either place it Freely on here or add link from here to nwe market place for users to view. dont forget to edit your post on here to mention mod is now { COMPLETED }
  9. yep your right my mistake i was reading it as the english way of reading it sorry...
  10. Raports = (Reports) Just a small typo but looks pretty nice :)
  11. Haunted did that it doesnt display anything no text for the print_r($modules); print_r($_POST); is being displayed it just lets you carry on and download the package
  12. its not displaying anything with print_r($modules); print_r($_POST); it just goes back to the index page
  13. There seems to be an issue with export module package where by you can export modules but not the templates or the fonts so here a temporary fix till alain looks into it... so open up modules/admin_export_package/content.php and you will see from lines 18-22   if (! in_array($_POST['moduleName'], $modules)) { header("Location: index.php"); return; }   for now just do this   /*if (! in_array($_POST['moduleName'], $modules)) { header("Location: index.php"); return; }*/   and you should now be able to export modules, templates and fonts..... TESTED and WORKING.....
  14. Sound pretty interesting brilliant idea Chicka :)
  15. Just completed the Theme Template Creator here are a few snapshots Creator1 image showing name of new folder to be created... Creator2 image Showing successful creation of folder and contents Creator3 Showing newly added files into your Folder... you can download the NWP file on here for this mod... admin_template_uploader.nwp
  16. Just thought id share a screenshot of the theme editor ive created for NWE also currently working on ability to create folders within the theme folder which you name and the essential files are added to that folder for you to start editing that theme.. I have got it working but it needs some tinkering with... You can now download the NWP file for this mod... admin_template_editor.nwp
  17. you gotta check this out guys, you know me im more of a hands on coding kinda person but tonight i decided to go scouting for hosting deals and came across this site,,, http://crossfire-hosting.com/cpanel.php
  18. nice idea an engine within an engine :)
  19. for me the weapons never seemed lifelife what i mean is if i have a giant sword in one hand and an axe in the other the chances are that trying to weild them about would prove complicated especially with the weight of the items away around this would be to add a new part to items to gran the weight of each item. example a 10lb sledge hammer weighs = 11.56 lbs and a throwing hammer weighs = 16 pounds this would definatley make one arm become unbalanced :)
  20. excellent work Sir Bertrand ;)
  21. yep and its a damn pain..
  22. sorry had to chuckle at that one ;)
  23. This script has been rewritten you no longer need to add anything to the script as before you had to add the ID numbers of the newly created item to be given it will now also allow you to add how many of the same item is needed to create the new item Image1 shows items that can be created donthaveenough shows if you have enough of the items required success shows that all has gone well and to give you your new item
  24. Could be a copy and paste issue from here usually i have to click on edit post when grabbing to copy and paste cos if i dont and try the normal approach i end up with everything on line 1
  25. the coder i tested Snikos version and didnt get the error your getting ?
×
×
  • Create New...