Jump to content

panda

Panda
  • Posts

    1420
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by panda

  1. It is already hard-coded for the party to be limited to 4 people, so nothing needs to be done. If you want to change that number, that is currently not possible.
  2. But 3D involves a depth component that the engine simply does not have. Per your description, you're not making 3D, you're duplicating the display for each eye. It would be easier to just use a virtual desktop like I mentioned which will duplicate the display for you rather than making your maps and corresponding events support VR natively (which would mess them up for a normal display).
  3. Aren't there VR apps that give you extra desktop space? Just move Intersect onto one of those virtual displays and boom you got your VR. Though I'm not sure why you'd want VR for a 2D game, all it gets you is added neck strain from the weight of the headset.
  4. Sees staff members counting while they're not asleep.
  5. We've discussed this multiple times before that anyone with even a little determination and about 30 minutes will be able to break any sort of asset security we put into place, as even the most complicated and expensive solutions that are actively evolving get broken given sufficient time (there's at least one company that dedicates themselves to this, and their solutions cost hundreds of thousands of dollars if I recall correctly). Because of this, it is not even close to being an active priority. We agree that something is better than nothing to deter the least determined, but this is a complicated and time-consuming feature that just is not as important as everything else, given that it's akin to trying to patch a gun shot wound with a bandaid and calling it a day. I don't know if Molebox falls under the category of software that would help hide the entire application directory on disk (via an installation process or unpacking every time it is launched), but it would be extremely easy to circumvent if that's the case.
  6. Adze uh git roach quack skim?
  7. AHAHAHAHAHAHA That was a hilarious read.
  8. Not without a source modification. Just want to point out that it would be trivial for anyone to track down where the assets are stored and rip them anyway.
  9. He's referring to me catching a level 6 Furret outside of Pallet. Not a Sentret. A Furret. He's currently refusing to play FYI. Also, I don't know how to add people without being able to click on them.
  10. @Damian666 and I are also playing now.
  11. Beta 6 Plans.
  12. I think this world-famous IDE needs no introduction...
  13. Wasn't even thinking of your service.
  14. While JC's right and we need to add this option, ultimately making the server not publicly accessible and having people connect to the server on LAN/VPN is a better option if you really don't want people connecting. But realistically, not disclosing your IP/Port combination or releasing your client should be good enough to stop most people trying to connect.
  15. Image link broken @SkywardRiver
  16. 3 options: Rotation Flip Custom Custom will require an additional byte to store 8 flags, 2 for each direction. First bit is to not rotate (so if the default is up/^ and you set this flag, then left will be ^ too), second is to flip perpendicular to the directional axis (so up would flip left-to-right, left would flip top-to-bottom, etc.).
  17. The request sounds more like a stun prevention than a Cleanse effect (anti-stun being preventative, Cleanse being a solution).
  18. Options was actually moved into a submenu, but the system menu itself is Escape (I know because before I had implemented the button to open it I was using Escape to do so). @jcsnider Did we add buttons for the others...?
  19. It's because they share values and reflection only recognizes a single variable as being associated with each actual value per what this thread says: https://www.experts-exchange.com/questions/21901419/Alias-for-enum-values.html No good way to get around it.
  20. You can get VPSes for as low as $5/mo, they won't have a lot in the resources department for a server, but it won't be terrible. You could look at @jcsnider's hosting solution.
  21. hey @Damian666 can you prune this thread to just the original post and then lock it?
  22. I bet $100 (and if I lose this bet it's a $100 donation to this site to be clear) that within 6 months after the Intersect source release Atlas gets released (if we don't acquire the Eclipse website) and it will turn out to be an Intersect mod. @SolidLink requested I have this written down. That or I misunderstood his out of context message. @Gibier stop telling people I'll do this anyway, I have no other collateral for bets.
  23. https://www.pokemon.com/us/pokemon-news/pokemon-creators-share-more-details/ From the Q&A there won't be wild encounter battles, so it'll be like the Safari Zone minus rock chucking. I'm still holding my breath on legendaries because catching Mewtwo without having to do anything special seems very unlikely. Might have a raid-like system (though since they aren't using the online service it would need to be soloable).
  24. "This" kind? What's "this"? There are no other Pokemon games like what that video shows. From my understanding TPC forbade Niantic from making Pokemon Go too much like the main line games. I think LGP and LGE are why. Yes, with a mechanics change, as well as Go integration and the (step counter?) peripheral. Yeah the footage was in the video. It looks like normal Pokemon combat with the ability to have multiple people on one console playing together (presumably allowing for true doubles fights). None of the encounters they showed featured any combat however, so presumably there is none for that. That being said, the way they introduced Mewtwo makes me very skeptical that even if you don't have to beat up a Pidgey to catch it that the legendaries will just involve ball chucking. Looks like regular Pokemon combat.
  25. 1. Backup your files. 2. Replace the 4.2 exe and pdbs with the 4.8.1 ones. It's been covered before but the only time you need to do more than the above is for major version number releases (3 -> 4, 4 -> 5) not minor ones (3.2 -> 3.3, 4.1 -> 4.6).
×
×
  • Create New...