Jump to content

Phenomenal

Contributors
  • Posts

    1198
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Phenomenal

  1. CRASH BANDICOOT NSANE TRILOGY IS COMING TO OTHER PLATFORMS YESSSSS BOYYSSS

    1. faller-magie

      faller-magie

      Yeaaaaah boiiiiiiiiiiiiiiiiii

  2. The server config must be configured so they connect to your ip adress and the port used by the server and the port used by the server must be port forwarded. (and the server must be running obviously lmao)
  3. Phenomenal

    WIP Veridian

    Looking great man! Excited for the future updates
  4. Either way as hobbyists none of use are going to fork out that kind of money
  5. :pentagram: SEND THIS MAC LOVING DEMON BACK TO THE HELL FROM WHICH HE CAME! :pentagram:

     

    :785_cross: the power of christ compels thee back to the hipster stores of old and away from this hallowed forum of .net :785_cross:

    1. Show previous comments  12 more
    2. panda

      panda

      I know what's why I said HhHhHhHHhhhHhHHHHHhhHHwebster.

    3. Oddly

      Oddly

      hhhhhhhhhhhhhhhhhwell you still correct me try searching for hhhhhhhhwence on hhhhhhwebster.com

    4. panda

      panda

      I ahd done that before correcting you hte first htyme.

  6. Well I'll be excited to try it! Eh bien, je serai ravi de l'essayer!
  7. Will update the thread, it was literally just because I misunderstood path.combine.
  8. Fixed it... feel free to lock the thread. I am trying to write a launcher application (just for fun) however whenever I try to load the background from a file the application wont open (line 3 is the cause of the issue). My code is: var BackgroundDirectory = System.IO.Path.Combine(Directory.GetCurrentDirectory(),"\\Background.png"); this.Title = ConfigurationManager.AppSettings["WindowName"]; this.Background = new ImageBrush(new BitmapImage(new Uri(BackgroundDirectory))); and I have placed Background.png in the release folder (configuration is set to release). Any help would be majorly appreciated! Solution: var BackgroundDirectory = System.IO.Path.Combine(Directory.GetCurrentDirectory(),"Background.png"); this.Title = ConfigurationManager.AppSettings["WindowName"]; this.Background = new ImageBrush(new BitmapImage(new Uri(BackgroundDirectory))); should work however I chose to just use strings instead... string BackgroundDirectory = Directory.GetCurrentDirectory + "//Background.png"
  9. Ça a l'air bien, je suis ravi de voir plus! J'espère que vous pouvez trouver quelqu'un pour vous aider! (ignorer les erreurs c'est google traduit lmao)
  10. Just looked over and I did misread your comment, my bad
  11. @Gibier You're misunderstanding slightly, there is a warp ability in the admin menu (added by kibz on stream ) but you are correct there are no events tied to it meaning that he can't get the effect he wants.
  12. Judging by the sounds of it opting for a different engine is a better approach since linux machines are all you can access, what level of students is this for?
  13. image.png.ed7cefb14419fcffe8167a616bc12730.png u make me gam? with sauce plz.

     

  14. That may actually be correct, I do have a slight memory of that being the case.
  15. There isn't a way to directly compile it, you can pack it in a single exe (a guide can be found on the forum) and you can delete the editor exe and pdb but everything else is required for the game to run I'm afraid.
  16. @panda It's literally snowing right now... I can't get a tan in GB...
  17. That you need to go outside apparently
  18. No but like isn't Brazil sunny as hell? He should be a lot more tanned
  19. Aren't you from brazil? I was expecting someone a lot more... tanned.
  20. When does jc reveal the passwords aren't hashed and steals all our paypal money?

    1. Show previous comments  5 more
    2. panda

      panda

      Changed it and it still expected the old one, or went to the password change screen and wanted you to verify the change by also providing your own password?

      Also no it doesn't mean it's not hashed.

    3. Phenomenal

      Phenomenal

      Went to the password change screen and wanted me to verify the change by providing my password, thinking about it further it does make sense from the technical standpoint :V nvm 

    4. panda

      panda

      Yeah... and it doesn't imply that the passwords aren't hashed because hashes are supposed to be unique, but unrecognizable, based on the input (and as such, using a good hashing function no two passwords should have the same hash).

       

  21. Sure... trying to horde all that oregano!
  22. Not sure if meme or actually smoking oregano, it's 50/50 with you.
  23. *flashback to the thread getting locked*

×
×
  • Create New...