Jump to content

Leaderboard

Popular Content

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

  1. Chronos

    C# HELP

    It seems to work for me, although I had to fix a few things in regards to some scopes. (your if never opens a scope, and you seem to have copied a few extra from your project.) Console.WriteLine("Enter passwordi"); Console.Write(""); string psw = Console.ReadLine(); if (psw == "1234") { Console.WriteLine("Password is valid"); Console.ReadLine(); } else { Console.WriteLine(" Your password is not valid "); Console.ReadLine(); } It won't ever go back to asking you for a password once it fails though.
    1 point
  2. Last exam bossed Going away for the weekend with my girlfriend. Will be around the site a little. Will continue developing Intersect on monday! I've got some cool features planned like Bags in WoW and ammo for projectiles!
    1 point
  3. Kibbelz

    Fan Club Nightwing

    Where's Kibbelz Kewl Klub? :^)
    1 point
  4. waiting for this "Onii-chan, don't put it in there, it's dirty!" would alternatively work too
    1 point
  5. Tell her to say "Oniichan, take it out" Sounds ok
    1 point
  6. Caio

    Paperdolls.

    You can do something like this. I did it in paint lol. I put the sword behind the character and cut the char after. The problem is that you need do it for only 1 sprite
    1 point
  7. You'll have a lot more success if you just provide a download link.
    1 point
  8. Neeknog

    [WIP] Pestilence

    Thanks a lot bud. Working hard on this thing. Gave all the tiles a tweak in the contrast, look much more bold now. The fog overlay does not make them look as light and dull as before, it also brings a little darker feel to the game. Spending the Bulk of my time working on the small island where players will start their journey in pestilence. No this is not a tutorial island where players are forced to read a tutorial, but it will act as a starting training zone and the start to the main quest line of pestilence. Its still a large Work In Progress, a lot on the island will change. Thanks to Nightmare wolf game for some inspiration on elevation, im getting better with it.
    1 point
  9. Neeknog

    [WIP] Pestilence

    Hello AGD I am back to working on Pestilence. Ive been creating many assets in the last 24 hours. Here is a preview of what shores and beaches my bring: Screenshot of a church:
    1 point
  10. Intersect Beta 1 Released! January 7th 2017 News/Updates At long last we are finally at Beta!!!!!!! Intersect now contains all of the primary features we wanted for our engine when we started this project 2 years ago. Instead of going into a sentimental speech let me show you all of the Beta 1 updates Questing! The final editor is done! Trading, Parties, and Crafting! (Conquer challenges together!) Remastered Interface! (DarkUI :D) Our friends at Eclipse showed us where we went wrong, so now we are working to make things right. Only the main editor is dark right now all of the other editors will follow in the upcoming beta releases. I want to give a big shoutout to @Robin. His Eclipse Origins helped Joe and I get started with programming. That alone completely changed the course of our lives. It only felt right that we used his DarkUI library in this new engine. Thanks for everything man! Upgrade Instructions (Required for 1.9 Alpha users!) 1. Make a backup of your game!!!!! 2. Open the Server folder. Delete EVERYTHING except Resources. 3. Open the Client and Editor folder. Delete EVERYTHING except Resources. 4. Download the Beta 1 Installation. Extract the files into their respective folders. 5. Download the upgrade resources. Extract them to your Client and Editor folders. 6. Open the Server folder and run the Intersect Migration Tool. Once that is done you are good to go! Optional: Convert your .mp3 music to .ogg using my converter tool. (Intersect no longer supports mp3 audio) Download Click here to visit the download page. As always, feel free to post comments and questions below!
    1 point
  11. Something I forgot to mention originally. Intersect now uses .ogg files for audio and no longer supports .mp3 playback. This was changed for several reasons but primarily to escape mp3s terrible licensing. If you have .mp3 music in your client/editor you can convert them to .ogg using this tool. Sorry for the inconvenience this may cause.
    1 point
  12. Day/Night cycle : Night Lights :
    1 point
  13. Kibbelz

    Dungeon Generation

    Hmm, when I wrote my random dungeon algorithm for eclipse gold I wrote it from scratch however I remember examining a lot of various algorithms on that site to give myself ideas. I plan on re-writing one for Intersect at some point. Weather or not that will be released public is still up to debate. I found that site really useful, a good share indeed.
    1 point
×
×
  • Create New...