Jump to content

Vriff

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Vriff

  1. Gotcha, so this is where I am confused. So are you replicating this behavior inside of your program or is your program supposed to set the creature's rotation to a radian to then be read by the game with this behavior?
  2. So what exactly does the game read in to figure the rotation of creatures?
  3. Then 1 radian equals pi of what? 1 radian = 57.29 degrees, 1 π radian = 180 degrees. If your user wants to set a rotation of 180 degrees, then to calculate the sin/cos the radian value perl needs is 3.14.
  4. Maybe it's a typo, but that is wrong. if cos() returns a value <= 0 && >= -1 and sin() returns a value <= 1 && >= 0 then angle >= 90 && <= 180. Likewise, if.. cos() returns a value >= -1 && <= 0 and sin() returns a value <= 0 && >= -1 then angle >= 180 && <= 270. and cos() returns a value >= 0 && <= 1 and sin() returns a value <= -1 && >= 0 then angle >= 270 && <= 360/0. If your facing is 180 degrees. cos should return -1, and likewise sin should return 0. (-1,0) = 180 degrees or pi radians. It seems your understanding of radians may be a little skewed. 1 radian does not equal pi. pi of what? You can't convert a unit into a unitless number. 3.14159265 radians = 180 degrees or one half turn to the left. Note: If you're setting that integer to 180, then you are setting it to 180 radians, not 180 degrees. That is 28 full turns, then a partial turn of .6478898. If your user is wanting to set an orientation of 180 degrees then you should do something along the lines of: int facing = GetFacing(oPC); float radianV = (oPC * (pi/180));
  5. Proxies, VPNs, etc there are a lot of ways around this.
  6. Vriff

    K2R-V

    Several others have started up projects similar to this while you've been away, perhaps it would be worthwhile to pursue a partnership? I know SiC has been going through and not only improving the textures, but also fixing broken spots. Good luck either way though, and I look forward to seeing it finished.
  7. Revan Returns
  8. I love PHPBB and prefer it over IP.board.
  9. Infernixx is literally, and I mean literally the worst poster on the SWTOR forums, but the "theory" (by theory I mean datamined since the game launched) is correct. The next Forged Alliances flashpoint will take place on Rakata Prime/Lehon. Revan is gathering allies, for what? Still unknown.
  10. He was never a raid boss, and I've already explained that in the previous thread. You'll be happy to know, SH, that they're super nerfing Makeb so you'll be able to breeze through it in no time.
  11. The prequels.
  12. and I think you'll see in August that I was right about Revan also! I haven't played TOR more than a couple hours a month since around last Nov, this may interest me enough to come back.
  13. AS of 2.9 it will only be a flashpoint, it may be more in the future, sure. I'm predicting the 4th flashpoint in the series will be Lehon/Rakata Prime/Unknown World. By the way, SH, convinced my post that's locked is correct or do we have to wait till 2.9 releases :3
  14. Manaan Flashpoint pretty much confirmed
  15. http://www.swtor.com/blog/kotor-manaan Things are shaping up.
  16. Hmm, kept just flashing me back to the same page without dling anything, and the kotortool link showed as not found. Maybe it's firefox? If that's no trouble for you, I would appreciate it. Otherwise I'll try it tomorrow on my desktop.
  17. I want to start modding, but I do not know what tools to download. Most of the ones listed on starwarsknights.com are dead links. How should I get started, where can I get these tools?
  18. Make sure you're running it as administrator. After that, if you're still not able, try moving the files to a different folder (ie desktop) and try accessing them. If that fixes it, then its the same issue. You may want to disable the UAC on your pc if this is the case, as you'll likely run into the problem more.
  19. Install it somewhere other than program files, many files in program files are given read only access to programs(yes, sometimes even their own files!, common problem with Skyrim tools) which sounds like it may be the cause of your issues.
  20. Just some suggestions for security: Is there a way to play Pazaak? I'm not sure if anyone on the K1 ebon plays, it's been years since I've played. ("online" pazaak through a terminal), but if they don't, or if you can't bet them.. A place to place bets on fighters? (maybe uniquely created fighters, or generic like "5 kath hounds vs jedi padawan")? (both? gambling station?) iunno. I've always wanted a better hawk, I like populated ships, shame this is for k1, but it'll be a definite download when I replay.
  21. I like the normal, and the last, but I don't like the middle eyes honestly. Could do with more yellow hue.
  22. Is it just like a document of binary code that you're needing translated to ASCII or what?
  23. There's still absolutely no reasoning to believe that its a new game at all. The job posting just backs up that it will be TOR. The last two expansions were referred to as unannounced projects, and there are two more on the horizon. One of which will raise the level cap and feature major changes to the combat system. In a game constantly adjusting their combat system and class balancing it seems likely they'd hire a lead combat design, yes? The only thing that says anything about a new game is an article of blind speculation from a non-reputable reporting site.
  24. Hassat, Bioware is a brand now, nobody at Bioware Austin has had anything to do with any game but TOR. Dragon Age can't really redeem them since this bioware is a completely different studio.
  25. Yeah, that Bioware one is a tad silly. An "unannounced project" does not mean a new star wars game. It's probably TOR's new expansion.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.