Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/2017 in all areas

  1. Gwendalin

    XML question

    Yay! This is the first thing I've programed in like 4 years. I did steal some code... all of the CRC code, but I'm excited with what I have done considering I haven't looked at code in forever. It is to help me organize my rom collection. Over the years i have downloaded multiple copies of different systems and I know that a lot of them are the same file just named differently. I was going through my directories manually to clean them out but some systems have thousands of games, and that would take me forever. I know there are utilities to clean a single folder, but i have not come across anything that will compare to directories together. This program will read two folders, and give me the crc of each file in the folder. It also reads the XML database of the frontend I'm using. This way i can see if i have duplicate files in the two drives, and see if my roms are named correctly with my frontend and have the same crc. Next i have to sort the table so the files will match up with the database name and crc, and have the files in the directories match up if they have the same crc so i can tell if i have a duplicate. After that I'm going to try to add in auto deleting of duplicates. Unfortunately it is an ugly program, and i dont have any error checking so it is easily breakable, but maybe i'll fix that later. i did break something recently when i was messing with adding the xml code, so my data is not correct in this screen shot, but it was working earlier.
    3 points
  2. 1.- Como instalar o actualizar el Intersect Engine 2.-Introduccion al Intersect Engine, una pequeña explicacion sobre el motor y sus funciones. 3.- Como abrir un puerto IP para tu juego y los demas jugadores puedan conectar su cliente con tu servidor. 4.- Explicacion sobre el Mapeado y configurar los NPC 5.- Crea tu primera clase! 6.- Como cambiar el idioma predeterminado al Español del Intersect Engine 7.- Como crear Proyectiles y configurarlos al gusto. Por ahora son los tutoriales que considero importantes hechos por mi XD ya que en estos son los que mas me preguntaban como configurarlos etc... espero les sirva de mucho
    2 points
  3. Puregamemale

    Real life photos

    I lost 40kg - 88lbs in 9 Months, i was sick my kidneys dint works right and i gained weight. Now i work out eat right. Maybe someone is interested in my story and would like to follow my adventure. http://dskgrm.com/soupraley
    2 points
  4. jcsnider

    Intersect Engine

    Version Beta 6

    59,848 downloads

    Welcome to Intersect - The Free 2D ORPG Creation Toolkit (aka MMORPG Maker) This Engine Brings 2D ORPGs to a Whole New Level Offering: Seamless World Design Powerful Events for Unique Player Experiences All of the Expected RPG Elements No Coding Required! Modern and Open Source C# Codebase (if you do want to code!) Free Updates with New Features, General Improvements, Bug Fixes and More! We also have an amazing support community and resources - there is no faster way to design and release your game! Feel free to check out the screenshots above. You can download Intersect on the right - it is completely free!
    1 point
  5. boasfesta

    Server Manager

    Hello developers! Some days ago i wanna try my Java skills, so i made this. For any engine you use, or any gender of game you make, there is always problem when you release a game: Anytime your server can crash, and in the worst situation, you're not at home. You cant leave your players alone, and you cant close the game without seeing that error message for fixing it later. Sure you can use Team Viewer, but in some cases you don't have much internet speed or limit (Cause Team Viewer consume it a lot). So to resolve that, i've made an app for android that can check your server status, and also restart it if doesn't, using low internet costs. Here is the Server Manager! Releases Version 1.0 Download How to use Extract the rar file on your server folder Open the config.ini file Configure the executable name and put your server port Open the Server Manager.bat Enter the Server Manager App folder Send the apk for your android device Install it Configure with your connection information Patch Notes Version 1.0 Check server status button Restart server button Screenshots If you like it, leave a comment with suggestions for future releases! If you love it, Make a donation!
    1 point
  6. Hi everyone! We've noticed a lot more traffic to the site recently from our non-english speaking friends. Starting now, and moving into the future we would like to offer new boards and areas where you can discuss Intersect and other game development related topics in your own languages and not just ours. Starting out we've opened up two sections for those who speak Spanish and Portuguese. If you'd like to see more feel free to comment below. We will open new sections when there is enough demand. We are actively looking for moderators for these boards. We will keep an eye on them but if you'd like to help out feel free to send us a PM. Special thanks to @Refur and @Weylon Santana for helping get these setup. All the best, JC
    1 point
  7. So i've been wondering, @jcsnider is paint3D any good?
    1 point
  8. panda

    Real life photos

    @Giligis I went and undid the photoshop you did:
    1 point
  9. Gwendalin

    XML question

    Thanks Panda, i realized that right after I posted my code.
    1 point
  10. Gwendalin

    XML question

    I thought edited my post to add my code, but it didnt save. This is the code I have. i have the reader.GetAttribute("Name") in the messagebox but it doesn't do anything; My messagebox for the CRC does work so i know it's reading the xml correctly. using (XmlReader reader = XmlReader.Create(database)) { while (reader.Read()) { if (reader.IsStartElement()) { switch (reader.Name.ToString()) { case "game": MessageBox.Show("name " + reader.GetAttribute("game name")); //MessageBox.Show("Game Name: " + reader.ReadString()); break; case "crc": //MessageBox.Show("CRC" + reader.ReadString()); break; } } } } EDIT: Ok i tried getting the attribute "index" and that works.... but i can't get the index "game name" EDIT 2: OK i'm ditzy... figured it out. I was thinking the index was "game name"... but the node is game.. the index is "name". I had it right the entire time... i was just dancing around the answer. Thanks everyone.
    1 point
  11. Dr.House

    Milos Characters

    Pretty nice, I like the colors.
    1 point
  12. Love it<3 Great to see more support to our non English speakers.
    1 point
  13. I realized as I was translating. There were words that there was no translation, so I asked the function to fit a better word according to the function. Sometimes I go to google translate, but I always watch the word and other things. It's good that I do not have much difficulty understanding (in the matter of reading, why speaking is a little bad, in pronunciation). But I already met some Brazilians here I was even surprised. The forum and the engine are growing, which is good, and this system with the help of people will be great, I particularly feel more comfortable to talk with others.
    1 point
  14. If you're gonna stick around you gotta setup that profile. You are way too good at art to not have an avatar and profile background.
    1 point
  15. Btw, i just though that for the time being, you could make so that the normal attack do minimal damage (such as 0 or 1) thus rendering them useless. Just my two cents here
    1 point
×
×
  • Create New...