Jump to content

Lauren

Community Leader
  • Content count

    729
  • Joined

  • Last visited

Everything posted by Lauren

  1. What you just wrote doesn't even make sense.
  2. At first I loled, then it was ok, then I facepalmed.
  3. Guess even here he doesn't want to answer ^^
  4. Doesn't matter, just include the changes.
  5. Can't... stop... laughing... gaah... gotta ... breathe. best thing is still "it still used .dat files which is an old DOS format."... I can just see the scene... you're flailing with your arms because of the insanity while everyone around is facepalming. The ending .dat has no indication of itself of what it contains. dat is just a short for (binary) data, and the usual convention is to have only 3 letters after the dot.
  6. Lauren

    Greg Burdett WWN reports from Aleppo

    Yes, analyzing and finding patterns is in my nature, which is why I excel in certain things (helped a lot when I went through cnc3 which in turn let me make a lot of discoveries which propelled cnc3 modding forward quite a bit, just an example) while other people do in other areas. Also obviously how a documentation is written is quite dependent on who writes it. People in computer science tend to have an analytical mind, with which you seem to take issue. No wonder it gives you a hard time. Do you see the pattern there?
  7. What is it with EA and modders ripping off WH40k?
  8. Still sounds to me like memory corruption or virus, and as you said the pc gets slower if its connected you're probably in a nice cozy botnet mining bitcoins and doing other tasks.
  9. Sounds more like your pc is acting up, not your internet connection. Especially the "I also occasionally am seeing an Internet blackout causing a disconnection and I had to reboot the PC." bit... sounds a lot like there is memory corruption in your ram. My guess is hardware fault and/or virus.
  10. Lauren

    Pokemon Go is a horrible idea

    Can only upvote. Also I guess this describes his thinking (add anti-social to the list of things said in that video)
  11. Lauren

    Greg Burdett WWN reports from Aleppo

    Ya he's just writing his "oh I recently read x" garbage. It's just always a different topic but the pattern is always the same, be it this, pokemon go, programming, linux, open source, etc.
  12. Lauren

    Pokemon Go is a horrible idea

    I agree with hope, also the last one has nothing to do with Pokemon Go. I was at Auschwitz years ago with my class, and yes it's really creepy there. I also don't see the point of keeping these structures alive, reading a textbook about it gave me about the same information without making me feel I would need a hot, cleansing shower afterwards. If people really want to go there to play Pokemon Go let them. I get the point in remembering so that kind of ... doesn't happen again, but what they're doing there is ridiculous.
  13. No it's USD. Also after seeing that I noped out of there... seriously not much about it but the ability for that engrave stuff (which is another 10 bucks) just not many colors to choose from.
  14. No, I'm sorry but you're thinking too much in terms of old games/engines
  15. Lauren

    Star Trek Beyond

    I liked it for being a comedy, but wouldn't watch it a second time in theaters like I did with Episode 7. It had its moments, and there are some really great references to old Star Trek, but imo the story falls flat yet again.
  16. Ya but it was only in a thread and no one gave a ... about it at the time. You can pull it from my onedrive since over a year now https://1drv.ms/f/s!AuGWwjATR_55t3rshAO8PbBJCOkl
  17. The xml and xsd were released at some point actually. One could basically create the equivalent of WrathEd for it, but changing the player color would mean editing the maps.
  18. Totally convoluted way of doing it but it basically works. WrathEd already creates patches, it just patches the original game files, so patching a mod is nothing but creating a new one and pointing the -bps param to the old. Editing either build studios .cs file is super easy, even if you know nothing about C#, but hey I already established you only regurgitate what others have presented you on a silver platter.
  19. The hole stuff is basically the GLA way of respawning dead stuff.
  20. And exactly THIS is why you and a lot of other people fail so much when modding. You're just regurgitating a list of bulletpoints of how to do x. But you never ask "why can't I do stuff in another way". That is btw how I even found out that you can abuse the additionalmaps thing to add some specific stuff to the game without overwriting the global stream. With the simple answer that global does not support textures I not only answered this question, but, if he remembers, probably answers some questions that could come up in the future. This is a much richer learning effect that repeating what some random list says. ****ing nice ripoff of my file btw, dunno how credits go to Bibber, same structure, same values, same superfluous xsi namespace declaration, it even says TDLogo (Tower Defense Logo, btw, see the date if you don't believe me: here)
  21. Raven this is all you need: https://1drv.ms/i/s!AuGWwjATR_55hNFOyd8ZTRVrpWuv6A (In the mod/static stream) Global stream does not support images!
  22. You're doing something wrong. This is a super easy task.
  23. Dunno what's wrong, maybe WrathEd makes a mistake, but I use it in a TW mod flawlessly.
  24. It's completely working as intended, sadly. The compiler just checks the current file for changes from the last compile and not any inherited files. You could disable use precompiled, but that would cause everything to recompile, and that's a lot and could take an hour or more (also as the SDK doesn't have all source files it would break a lot if you don't do a full total conversion).
×