Jump to content
SSForum.net is back!

Drake7707

⛊ Project Moderator
  • Posts

    1309
  • Joined

  • Last visited

Everything posted by Drake7707

  1. when tribes get contacted they die of various diseases that we are immune to, but they never encountered them before so the die of it
  2. Compared to university, this is ez. Well at least, i found it rather easy, if you understood what to use and made a small summary the day before (it was possible to use whatever you wrote down) which i did it wasn't hard. But most ppl are just plain lazy and go out the day before I remember that in university my first exam of philosophy (yes, in the informatics course, ugh) everyone failed it, noone passed it. They had to scale it up so a few would p!@#$%^&* (i still had 1/20 on that gah)
  3. suckers @ BME (my school deparment), we just got the results of our 2 exercises (both for 25% of the exam) of ASP the results are quite bad lol, can't say i'm surprised zg: 11 7,19% (very good, >=35/50) g: 6 3,92% (good, <35/50) v: 24 15,69% (enough, <30/50) o: 112 73,20% (not enough, <25/50) Total of 153 students (well 154, but 1 was absent) (i have a very good, duh ^^) lmao though
  4. That must have been the first non-french langunage on french tv, all series are dubbed , suckers
  5. i still have lots of stuff that i already made, but i post some of them only once in a while , this was done in beginning of february, just after my exams
  6. This is something i've done a while ago, i was playing lotus III in dosbox and i've always wanted to make a similar engine that makes the illusion of 3D with 2D spriting. So i started on it once but it failed miserably, i did some research, only to find out there's absolutely nothing to be found on that subject. The one thing i found was a mario kart demo clone in flash and there was a small explanation how it worked. Aside from that it was pretty much improvising for me Anyway, the turns suck, i used a exponential equation in the calculations, totally based on how well it looks if i used it. But then again, the entire thing is a visual perception hack anyway, nothing mathematical logical about it. Test start runs the engine with the parameters that you can change on the right (aside from auto-steer & fps lock). The 'Start' button runs a better racing simulation by throwing a car that you can control with the arrows (up & down = speed, left & right is steer), you can use the auto-steer to let it .. well .. steer automatically, sometimes choppy, but it'll do, and some super-fast action with unchecking fps lock . Other than that, nothing much to play with, source code is more important if you're interested in making pseudo-3D Btw the rain is made by a stripped down version of my particle editor Fake3DSpoof.zip (i make too much stuff )
  7. particles engines are used a lot in computer graphics (game and movies), like casting magic in mmo's, fire on a torch, rain, snow, etc etc I wrote the engine because it's cool Blur is a !@#$%^&* tho
  8. it used to be more about the music, they should never have changed the rules that everyone can sing in whatever language they want >.> (it used to be the languages spoken in the country itself). It went downhill from there, now it's like a circus :/
  9. easily influenceble if i throw in more attracting wormholes on the left ^^
  10. yes, i was bored
  11. grats ^^, it's quite normal most of us are between 20-30 now
  12. I have made a module that handles all errors (when they are added with mz-tools to each method) that writes the error to a log file and executes a method to cleanly restart the program. My brother asked me to make it for his home made mmorpg game based on the vbgore code, so his server automatically dumps all data and reboots. The code however becomes slightly difficult to read because of all the error handling and line numbers :s And no, i won't be adding this in DCME , i don't have time for that CrashProofExample.zip
  13. i say let them be, as long as they don't annoy us
  14. Well well well, that certainly sounds very similar to a non-microsoft os
  15. i've never given anything so i won't give anything this year too
  16. yeah, make cubes out of the surfaces , which is not that hard to do if you draw them tile per tile based (would be lots harder when the image is prerendered on a surface)
  17. Nah... the one that doesn't tell you anything... Even when booting back up, it doesn't tell me Windows was not properly shut down :/ Looked a lot like a overheating shut down too, but didn't make any sense since I just had fixed that particular issue lol anyway... it seems to run fine now install 'notebook hardware control' to monitor your harware temperature ASUS casings suck btw, much less sturdy than my old Compaq one
  18. oh are those integer divisions
  19. so if i get this right you're lineair interpolating the velocity to converge to the correct location ? also if (s->loc.x / 10000 != newx / 10000) if (s->loc.y / 10000 != newy / 10000) no reason to divide by 10000
  20. Updaaaaaaaaaaaaaate -english text -bug that not all methods were parsed (which caused me to redraw my entire 45min diagram !@#$%^&*it!) -more flexibility for properties (like changing _field; Field for correct view in JBuilder/Together when generating getField() ) -meh ASPToJava.zip Bonus file: my domain model of my project of asp (parsed to java and modelled by JBuilder ^^) (that will go on another A2 sheet)
  21. hm crap, just realised i wrote the text in dutch xD, i'll update it after i made some tweaks
  22. why not asks for a name & password in a installer wizard screen rather than making a random one ?
  23. grats, and this is why condoms are useful imo those names suck xD, no offense. Dunno what i should pick: i always used to think of 'tristan' as my fav boy name, i forgot my fav girl name tho
  24. *uninformed about website code languages* there is a normal asp ? (also change topic to ASP.NET then , for some reason i often can't edit the posts i make )
  25. I've made a parser to parse all *.cs files to *.java files (only the header of the methods though), so i can import the java files in JBuilder or Together and make a class diagram from it (because the vs2008 diagram editor sucks and because it was required in my project for school to make the diagram of asp code in java). Ofourse upon seeing that my frustration of having to port everything back to java (AGAIN, i ported the general structure of the domain model in java to asp before) and having to edit everything 2 times (a change in asp -> a change in the java representation), i couldn't help but write aparser (in vb6 ofcourse) that'll convert the crap automatically. Also all namespaces are translated to packages with the correct directory structure ^^ It might come in handy for those who have C# code and want to make good diagrams of it in java ASPToJava.zip Well that's it!, See you next week with possible yet another program (I might have a programming addiction problem )
×
×
  • Create New...