Donate Now Goal amount for this month: 95 USD, Received: 20 USD (21%)

  1. 06-02-2005
    Views:
    27,823
+ Post New Thread
Threads 1 to 2 of 2

Forum: Crysis

Crytek's technological achievement: Crysis.

  1.   Sticky Threads  

  2. Sticky Thread Sticky: Code Flyhack (including vehicles)

    This is essentially a noclip function. It will allow you to fly around the map, both as a normal player and as a vehicle. IEntity* pEnt = m_pLocalEnt; IVehicle* pVehicle = pPlayer->GetLinkedVehicle(); if(pVehicle) pEnt = pVehicle->GetEntity(); if(iFlyHack)

    Started by monster64, 11-12-2008 07:58 PM
    1 Staff Post(s) crysis, flyhack
    • Replies: 5
    • Views: 1,332
    12-04-2009 11:50 AM Go to last post
  3. Sticky Thread Sticky: Code No Recoil

    Here's what I did: void NoRecoil() { CHECK_BADREADPTR(gEnv->pGame->GetIGameFramework()->GetClientActor(), return); IActor *me = gEnv->pGame->GetIGameFramework()->GetClientActor(); if(!me) return; if(!me->IsPlayer()) return; if(me->IsFallen()) return; ...

    Started by Wille, 11-12-2008 01:48 PM
    1 Staff Post(s) crysis, norecoil
    • Replies: 8
    • Views: 960
    11-13-2008 09:30 AM Go to last post
  4. Sticky Thread Sticky: Info CNanoSuit Functions

    The SDK defines CNanoSuit::SetMode() & CNanoSuit::GetMode()- but as these are non-virtual functions; you can not call them directly. The following example sets the HUD to CLOAK mode programmatically. //.text:3903B4CE mov ecx, ; m_pNanoSuit CNanoSuit* pNanoSuit =...

    Started by Subsky, 11-12-2008 06:34 PM
    cnanosuit, crysis
    • Replies: 0
    • Views: 559
    11-12-2008 06:34 PM Go to last post
  5.   Normal Threads  

  1. Question World to Screen

    Okidoki, first just wanna say thank you for your contributions; they have helped me a lot. I tried porting your world to screen code to Crysis, but I have virtually no knowledge in manipulating vectors, matrices, etc. I don't know if you play Crysis, but if you do, would you mind showing how I...

    Started by beeker, 12-01-2008 12:54 PM
    • Replies: 0
    • Views: 894
    12-01-2008 12:54 PM Go to last post
  2. Question Injecting a dll

    I have tried winject and tatnium injector so far. None of them can inject my dll in crysis or if they can crysis won't open. So, could someone share some method to inject? And should I inject in crysis.exe or crysis64.exe?

    Started by Wille, 11-08-2008 11:36 AM
    2 Pages
    1 2
    2 Staff Post(s)
    • Replies: 16
    • Views: 1,223
    11-09-2008 10:11 AM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 500 views
Hot thread with unread posts
More than 15 replies or 500 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts