Jump to content

FRAYDO

Staff Moderators
  • Posts

    3,831
  • Joined

  • Last visited

  • Days Won

    283
  • Donations

    100.00 USD 

Everything posted by FRAYDO

  1. Hi. Currently unavailable while I weather out Hurricane Imelda
  2. Leave my waifu alone, you coward.
  3. Apologies for missing a Thursday. Rest assured that development is making strides. Today I want to give you an idea of what the scripts team has been up to. Development is more than mapping and textures. One must remember the intensive coding that goes into it! Below are some examples. Exhibit A: void Handle_Node_Rotation_Non_Aligned(NodeClass *n, Matrix3D &m1, Matrix3D &m2) { if (!n->Is_Locked()) { Matrix3D tm = n->Get_Transform(); Matrix3D tm2; m2.Get_Orthogonal_Inverse(tm2); Matrix3D tm3; Matrix3D::Multiply(tm2, tm, &tm3); Matrix3D::Multiply(m2, m1, &tm); Matrix3D::Multiply(tm, tm3, &tm); if (!tm.Is_Orthogonal()) { tm.Re_Orthogonalize(); } n->Set_Transform(tm); } } and Exhibit B: void TerrainNode::Create_Proxy_Objects(DynamicVectorClass<ProxyClass> &vector) { for (int i = 0; i < vector.Count(); i++) { Matrix3D transform = vector[i].Get_Transform(); StringClass str = vector[i].Get_Name(); PresetClass *p = PresetMgrClass::Find_Named_Preset(str); if (!p) { StringClass strx; strx.Format("Unable to find preset for placeholder %s.\r\n",str.Peek_Buffer()); OutputDebugStringA(strx); continue; } NodeClass *n = Create_Node(p, &transform, 0, false); if (n) { n->Set_Align_Rotation_Z(false); n->Set_Node_Embedded(true); if (n->Get_Phys() || n->Class_ID() == NODE_CLASSID_TERRAIN) { Matrix3D m1(true); Matrix3D m2x(true); Handle_Rotation(n, m1, m2x); n->Set_Is_Locked(true); Our scripts team looks at this kind of stuff on a daily basis. Without their assistance and expertise, who knows where our games would be. We can't thank them enough for all they do. We'll have more to show you next update! You should know the above scripts is related to this image here. The keyword is scaling. See you next Thursday! [blurb]Apologies for missing a Thursday. Rest assured that development is making strides. Today I want to give you an idea of what the scripts team has been up to.[/blurb]
  4. You nerds. I'm appalled at the lack of responses. This is now a Black Eagles thread.
  5. Forgive me if I am all over the place. I just want to put out some things I believe need another look. There is yet to be confirmation of ChopBam successfully blocking Orange. The NK still happened after all. I believe Mojoman made a good argument in his favor. Considering the case that iLTS was building at the time, the NoLynch vote instead of a Mojo vote does seem like a non-town move. Shade too would also make a note of this. ↑ Not that I'm going to dig through the many mafia games to prove or disprove Shade's logic, although him being a 99% confirmed Town I'll take his word for it and further suspect iLTS. I'll have you know, I have figured out Shade. Now give me cake. In conclusion, I believe we should not have lynched Mojoman. I myself am suspicious of ChopBam for the earlier reason of claiming an unconfirmed block on Orange (although the suspicion is only slight and I'm willing to be convinced Chop is truly Town), and iLTS for his contention against Mojoman today. I would rather have seen iLTS on the chopping block today had I been around to vote. Thank you.
  6. If I needed a summary of today's events, I found it.
  7. You can take a guess at my held item, and I think my item has more use than the mask. Unless (big think) it does find its way to me, a LoZ character, and somehow it unlocks abilities! I was prepared to say no, but now I really do need to think of that trade.
  8. do you accept shitposts as a currency?
  9. I can use my Hook again tomorrow, no cooldown.
  10. Right then. So one scum down, who is the current suspect? Also petition to grant the title of new Shitpost Leader to Shade939. His shitposting cleverly disguised as case-building was so effective that it actually killed a scum! A remarkable display, and it's only Day 2! Another petition to have a time-until-hammer function added to the CVC macro.
  11. Destroying the cursed video tape *cough*TheIrishman*cough*, I mean mask, sounds like a bad idea. I suppose putting it on is out of the question?
  12. I see. I was counting on #2 affirming my hunch. I’m suspecting a Happy Mask Salesman at work here.
  13. I’ll consider it. Will I meet with a terrible fate if I refuse? Or perhaps, will you yourself meet with a terrible fate if you cannot pass it?
  14. frankly i’m glad the hookshot didn’t backfire and outright kill me somehow
  15. yes, 50% chance hence the “watch it not even work either”
  16. If Kirby were to suck you up, what power would he get?
  17. It could also be a Green Mario with his vaccum cleaner.
×
×
  • Create New...