Jump to content

LSPDFR Computer+ 1.4.1.1

   (172 reviews)

10 Screenshots

 

 

Ever miss the LCPDFR computer? The one with the user-friendly realistic interface? LSPDFR Computer+ aims to bring that back.

LSPDFR Computer+ is open-source! Check out the git.

 

Looking for the Ped and Vehicle Images? Click Download,  select Additional_ComputerPlusImageAssets.zip and extract the contents to your root folder

 

Features

  • Ability to search for persons and vehicles without keys conflicting with other mods.
  • Ability to request backup using a nice looking interface.
  • Uses the LSPDFR API to get ped and vehicle information. Also includes info left out of the regular LSPDFR police computer, like times stopped, number of citations, and a vehicle's stolen status.
  • Uses the Traffic Policer API (if it is installed) to also show a vehicle's insurance information.
  • Search fields are automatically filled out with the subject's information during a traffic stop, so all you have to do is press a button!
  • Dynamic backgrounds! Depending on which police vehicle you're in, you'll get a specialized department background. Comes with RDE support.
  • Looks practically identical to the LCPDFR computer (in terms of the layout).
  • Active Calls screen, which shows all callouts sent by Dispatch, even the ones that AI units respond to! (Must have participating callout plugins installed for this to work)
  • Computer+ has its own API, for callout developers to use!!
  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required).
  • Computer+ now have ability to create citation for stopped ped on foot. After stopping a ped (by holding E key) or using "Stop The Ped", you may open Computer+ and create a citation for the ped. Make sure you have the latest "CitationDefinitions.xml" in place which has a public citation category. After it's created, return to the ped and give the citation to the ped (default key: LControlKey + PgUp).
  • You may open Computer+ as a tablet while on foot. (default key: LControlKey + NumPad0)

 

Installation
Place ComputerPlus.dll, ComputerPlus.ini and the ComputerPlus folder in Plugins\LSPDFR\.
LSPDFR will automatically load Computer+ when you go on duty.

 

Usage
While in a stationary police vehicle, hold E or the Right D-Pad button to bring up Computer+.

 

Configuration
If you open the ComputerPlus.ini file, you will notice a few things.
You can change the username and/or password that is displayed on the login screen to anything you want.
You can also adjust which backgrounds are shown for which vehicles.
To give an additional police vehicle a background, simply add another entry in the format vehiclename:bgfile.jpg
ENSURE THAT THE VEHICLE YOU'RE ADDING IS A POLICE VEHICLE AND THE BACKGROUND FILE IS IN .JPG FORMAT.

 

Developers
Keep an eye on the Computer+ Developers Wiki, over at -- https://github.com/PieRGud/ComputerPlus/wiki
If callout developers need any help integrating their plugins, you can contact @BejoIjo@ainesophaur or @PieRGud on the LSPDFR Developers Discord server (link is in the API forums)

 

Additional Info
Computer+ does not replace the default LSPDFR computer.
So, if you don't always want to use Computer+ during your patrols, then you need not worry - the default computer is still there.

 

Known Issues

  • Your cursor is frozen in the middle or does not move
    • Pause GTA (if you cannot, unload LSPDFR)
    • Go to Settings
      • Keyboard / Mouse
      • Mouse Input Method
        • Set to "Raw Input"
  • Your cursor does not appear
    • ... make sure the display resolution in game matches your windows display resolution. If the resolutions do not match, you will not see a mouse cursor
    • If you have multiple monitors, make sure GTA's Graphic Settings have the same "Output Monitor" set as the same monitor set as your windows primary monitor. Example, if you have three monitors and your left monitor is your primary windows monitor, make sure GTA's Output Monitor is set to the left monitor -- if GTA isn't set to the same primary monitor as windows, you will not see a mouse
  • GTA5 freezes / drops to 1fps while computer+ is open..
    • ...after you alt+tabbed out of the game..
      • If you plan to alt tab out of the game, play in windows boardless
      • Try to untick the option to draw the background before leaving the game screen. Until there is a way to detect if the game has focus, this seems to be the only solution
    • ...after you opened the Rage console
      • Don't do that.. seems to be an issue with Rage's handling of form events and the console key presses
    • ....after you pressed the escape key
      • Don't do that... Rage forms do not like the escape key pressed multiple times

 

Support
If you experience a bug, crash, or you just have a question/concern, please post in the Computer+ topic.

 

Contributions

If you would like to contribute to the project, feel free to fork the repo and open a Pull Requests. We work through feature branching and prefer to keep commits as scoped as possible (ie, not one large commit). If you have any questions, please contact @ainesophaur

 

Many thanks to contributions from the following members:

 

@BejoIjo, @Stealth22 and @Fiskey111

 

 

!!!!! VERY IMPORTANT NOTES !!!!!

If your game is crashing when opening ped or vehicle information window, please be informed that GTA V has very limited memory allocation for plugins which tends to crash your game when you have too many plugins installed. To prevent crashing, please try the followings:

  • Download and install a good "gameconfig.xml" which might  increase memory space for plugins. We recommend the one created by "dilapidated"
  • Reduce your mods and plugins by disabling them one by one until your game is stable => !!!! Especially reduce a few "RagePluginHook" plugins in "GTA V\Plugins\" folder !!!!
  • If your game is still crashing, try to disable Computer+ components:
    • Disable ped image by setting the flag in the .ini file (set DisplayPedImage=false)
    • Disable vehicle image by setting the flag in the .ini file (set DisplayVehicleImage=false)
    • Disable random history report generator in the .ini file (set RandomHistoryReport=false)

What's New in Version 1.4.1.1

Released

VERSION 1.4.1.1 (Latest)   contributed by @PieRGud

  • Compatibility for LSPDFR 0.4
     

VERSION 1.4.1.0   contributed by @BejoIjo

  • Added feature to automatically put the passengers from traffic stopped vehicle into the ped view list
  • Fixed minor bug when the traffic stop passenger walks away after ComputerPlus logged off

 

VERSION 1.4.0.0   contributed by @BejoIjo

  • Code tweaks to make the plugin more stable (no crashes expected)
  • Removed LiteDB (persistency) support and replaced it with in-memory db. The gameplay doesn't change. Player can still see random citation and arrest report of the peds.

!! Important Notes !! If you are not suffering from crashes when using v1.3.6.5, you can keep using it. This version is made for those who still suffer from crashes

 

VERSION 1.3.6.5   contributed by @BejoIjo

  • Added new feature which allow  you to access Computer+ via tablet while player is on foot. (default shortcut key: LControlKey + NumPad0)
  • Added stolen flag on vehicle info window
  • Added checkbox to toggle create court case for the citation (Notice to Appear) on the citation form
  • Enlarged citation selection list for better UX
  • Replace citation ticket 3D model given to the ped with more suitable one
  • Fixed bug when driver takes off after being given the citation without waiting player return to the car. (during traffic stop)

        ** Special Thanks to @RayJGamer, @JBuzz826, @manu450 for beta testing this release :thumbsup: 

 

 

HISTORY:

Spoiler

VERSION 1.3.6.4   contributed by @BejoIjo

  • Added gun permit information on ped info window. (compatible with Stop The Ped plugin)
  • Added feature to create court case for any citation given to the ped (LSPDFR+ plugin is needed)
  • Added color (red/green) on flagged ped/vehicle data (e.g. license status, insurance status)
  • Fixed  truncated string on random history charge information
  • Reduced crash possibility by tweaking some components

 

VERSION 1.3.6.3   contributed by @BejoIjo

  • New feature to create citation for stopped ped on foot
  • Added compatibility to the peds stopped by "Stop The Ped" plugin
  • Fixed bug on creating citation while the suspect is in player car back seat, the car model now will show "N/A"
  • Reduced frequent crashes when opening ped info or vehicle info
  • Added configuration option to enable/disable ped and vehicle images (only disable if you're still having crashes)
     

VERSION 1.3.6.2   contributed by @BejoIjo

  • Fixed bug. Sometimes Computer+ creates duplicate LSPDFR+ Court Cases
  • Added configurable flag (in the .ini file) to enable or disable LSPDFR+ Integration

 

VERSION 1.3.6.1   contributed by @BejoIjo

  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required)

 

VERSION 1.3.6.0

  • Stable release, finally out of beta. Crash prevention, handle clean ups. etc. Just download it 😉

 

 

PieRGud - Original Contribution
ainesophaur - Overall redesign
BejoIjo - Feature contributions and bugfixes
Fiskey111 - Original MDT design
Stealth22PD - Feature contributions

You may also like

  • Emergency Lighting System

    Emergency Lighting System V brings one of the most popular modifications ever created for a GTA title (ELS-IV) to Grand Theft Auto V. ELS-V will add a whole new dimension to  your patrols. With a fresh look and many more features than its predecessor, it's also sure to brighten up your game and satisfy the emergency lighting enthusiast in anyone.   DESCRIPTION − ELS provides an alternate and incredibly in-depth way of controlling emergency vehicle lights and sounds. − ELS requires
    Lt.Caine

    By Lt.Caine

    Updated

    • 4.5m
  • Emergency uniforms pack - Law & Order

    https://www.patreon.com/alex_ashfold
    Alex_Ashfold

    By Alex_Ashfold

    Updated

    • 4.1m
  • LSPD First Response

    The LSPD First Response modification
    G17 Media

    By G17 Media

    Updated

    • 17.8m
  • EUP Menu

    EUP Menu is a carefully-built menu for the popular Emergency Uniforms Pack modification.
    PieRGud

    By PieRGud

    Updated

    • 2.7m
  • SuperCallouts

    SuperCallouts - 38 new detailed and uniform callouts.
    SuperPyroManiac

    By SuperPyroManiac

    Updated

    • 1.5m
  • LSPDFR+ (Better Traffic Stops, Court System)

    LSPDFR Plus for LSPDFR
    Albo1125

    By Albo1125

    Updated

    • 1.7m
  • User Feedback

    Recommended Comments



    I had lspdfr crash to the desktop without your mod on so could be something else causing this, I am going to delete all my mods and check everything out. This is a must have mod for lspdfr!! :thumbsup:

    Link to comment
    Share on other sites

    10 hours ago, Samuel Tremblay said:

    LSPDFR crashes everytimes I press E to open Computer+. Am I the only one?? 

    Do you have a crash log?

    Link to comment
    Share on other sites

    Hi! 

     

    I'm having an Issue with one of my most loved mods, Computer +. Whenever I attempt to open C+, the UI Opens, but I get "System Update Check Failed" and the login window is stuck in the top left. I have no idea what's causing it. I've tried a fresh C+ install, not running any other mods, etc. 

     

    Any suggestions would be appreciated! I wish I could get a screenshot, but the whole game locks up, to the point where I had to reset my PC to get out of it. That only happened once though.

     

    Thanks,

    Frank

    Link to comment
    Share on other sites

    I downloaded this a few times, The first time it worked until the traffic stop, then it crashed the game.

    Now it won't even work.

    Can't get it too work!

    Help!

    Link to comment
    Share on other sites

    Dear PieRgud, Computer + always worked fine, but some weeks ago, C+ stopped doing it. When I hold E, only siren horn sounds, but C+ doesn't do it. I reinstalled it some times, and evven had to reinstall GTA V completely. I love this mod, and to play without it, it's so disappointing. Thanks for your work and your attention :turned::wink:

    Link to comment
    Share on other sites

    On 12/14/2016 at 7:42 AM, Officer Zambrano said:

    Dear PieRgud, Computer + always worked fine, but some weeks ago, C+ stopped doing it. When I hold E, only siren horn sounds, but C+ doesn't do it. I reinstalled it some times, and evven had to reinstall GTA V completely. I love this mod, and to play without it, it's so disappointing. Thanks for your work and your attention :turned::wink:


    Was it the latest update that broke it?
     

    Link to comment
    Share on other sites

    i need help my mouse isnt showing up for the computer and i dont know what to do. the computer pops up and everything just the mouse isnt showing 

    Link to comment
    Share on other sites

    My mouse pointer just goes back to the center of the screen and doesn't respond to clicks. Hope we can find a fix soon

    Link to comment
    Share on other sites

    Le 26/11/2016 à 13:10, PieRGud a dit :

    I would need the crash message from your RagePluginHook.log.

    There you go  PieRGud . Sorry for the delay! Is that what you wanted?

     

    Game: Grand Theft Auto V
    Game build: 944
    Branch: Steam


    ===== .NET exception information =====
    Type: System.TypeInitializationException
    Message: Une exception a été levée par l'initialiseur de type pour 'OnscreenWarning'.
    Stack trace:   à OnscreenWarning..ctor(Single x, Single y, String text, String title, Boolean isInformative)
       à Rage.HookManager.AddOnscreenWarning(String text, String title, Boolean isInformative)
       à Rage.HookManager.LogPluginCrash(Plugin plugin, Exception exception)
       à Rage.Plugin.RemoteLogPluginCrash(Plugin plugin, Exception exception)
       à Rage.Plugin.RemoteLogPluginCrash(Plugin plugin, Exception exception)
       à Rage.HookManager.LogPluginCrash(Plugin plugin, Exception exception)
       à Rage.GameFiber.Main()
       à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       à System.Threading.ThreadHelper.ThreadStart()


    Plugins loaded at the time of the crash:
        LSPD First Response by G17 Media.
        Snow Mod by unknown developer.

    This crash most likely occurred in plugin: LSPD First Response

    Base address: 00007ff664360000
    Exception address: 00007ffc52337788
    Exception offset: 5edfd7788
    Exception code: 0xe0434352 (DOT_NET_EXCEPTION)

    Stack trace (unmanaged):
        0x00007ffc52375fa7 - UnhandledExceptionFilter - in Unknown:0 (C:\WINDOWS\System32\KERNELBASE.dll)
        0x00007ffc56a4ed1b - memset - in Unknown:0 (C:\WINDOWS\SYSTEM32\ntdll.dll)
        0x00007ffc56a36bd6 - _C_specific_handler - in Unknown:0 (C:\WINDOWS\SYSTEM32\ntdll.dll)
        0x00007ffc56a4ab9d - _chkstk - in Unknown:0 (C:\WINDOWS\SYSTEM32\ntdll.dll)
        0x00007ffc569e9913 - RtlImageNtHeaderEx - in Unknown:0 (C:\WINDOWS\SYSTEM32\ntdll.dll)
        0x00007ffc569eb629 - RtlRaiseException - in Unknown:0 (C:\WINDOWS\SYSTEM32\ntdll.dll)
        0x00007ffc52337788 - RaiseException - in Unknown:0 (C:\WINDOWS\System32\KERNELBASE.dll)
        0x00007ffc238d047a - GetMetaDataPublicInterfaceFromInternal - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc239099cb - StrongNameSignatureVerification - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc23909a24 - StrongNameSignatureVerification - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc23af3cb3 - NGenCreateNGenWorker - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc237dc994 - CreateAssemblyNameObject - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc237dc927 - CreateAssemblyNameObject - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc237dc807 - CreateAssemblyNameObject - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffc237349c5 - CreateAssemblyNameObject - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ffbc58d7bf0 - CreateAssemblyNameObject - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)

    Stack trace (managed):
          Hook:OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, Plugin plugin, String pluginStackTrace)
          Hook:Rage.Plugin.RemoteOnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, String pluginStackTrace)
        Plugin: OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, Plugin plugin, String pluginStackTrace)
        Plugin:     OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName)
        Plugin:     Rage.Plugin.RemoteLogPluginCrash(Plugin plugin, Exception exception)
        Plugin:     Rage.HookManager.LogPluginCrash(Plugin plugin, Exception exception)
        Plugin:     Rage.GameFiber.Main()
        Plugin:     System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
        Plugin:     System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
        Plugin:     System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
        Plugin:     System.Threading.ThreadHelper.ThreadStart()


    General purpose registers:
        RAX: 0x0000000000000000
        RCX: 0x000001b474da0060
        RDX: 0x00000068518b9de8
        RBX: 0x0000000000000001
        RSP: 0x00000068518ba1c0
        RBP: 0x00000068518ba500
        RSI: 0x00000068518ba338
        RDI: 0x0000000000000005
        R8: 0x00000068518baa48
        R9: 0x00000068518b9e98
        R10: 0x0000000000000000
        R11: 0x000001b474da0060
        R12: 0x0000000000004000
        R13: 0x0000000000000002
        R14: 0x00000000e0434352
        R15: 0x00000068518ba4f0
        RIP: 0x00007ffc52337788

    Segment registers:
        CS: 0x0033
        DS: 0x002b
        ES: 0x002b
        FS: 0x0053
        GS: 0x002b
        SS: 0x002b
        Flags: 0x00000206

    Debug registers:
        Dr0: 0x0000000000000000
        Dr1: 0x0000000000000000
        Dr2: 0x00007ffc20cb4960
        Dr3: 0x0000000000000000
        Dr6: 0x0000000500000000
        Dr7: 0x0000000000000000

    Floating point state:
        Xmm0: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm1: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm2: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm3: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm4: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm5: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm6: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm7: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm8: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm9: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm10: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm11: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm12: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm13: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm14: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm15: Low: 0x0000000000000000, High: 0x0000000000000000

    Threads:
        Id: 7852 (0x1eac)state: Wait (Reason: UserRequest)
        Id: 2828 (0x0b0c)state: Wait (Reason: UserRequest)
        Id: 9908 (0x26b4)state: Wait (Reason: UserRequest)
        Id: 4844 (0x12ec)state: Wait (Reason: UserRequest)
        Id: 10768 (0x2a10)state: Wait (Reason: UserRequest)
        Id: 2976 (0x0ba0)state: Wait (Reason: ExecutionDelay)
        Id: 5716 (0x1654)state: Wait (Reason: UserRequest)
        Id: 7516 (0x1d5c)state: Wait (Reason: UserRequest)
        Id: 6632 (0x19e8)state: Wait (Reason: UserRequest)
        Id: 4008 (0x0fa8)state: Wait (Reason: UserRequest)
        Id: 2088 (0x0828)state: Wait (Reason: UserRequest)
        Id: 2152 (0x0868)state: Wait (Reason: UserRequest)
        Id: 10448 (0x28d0)state: Wait (Reason: EventPairLow)
        Id: 3240 (0x0ca8)state: Wait (Reason: EventPairLow)
        Id: 10316 (0x284c)state: Wait (Reason: EventPairLow)
        Id: 4912 (0x1330)state: Wait (Reason: EventPairLow)
        Id: 4812 (0x12cc)state: Wait (Reason: UserRequest)
        Id: 8392 (0x20c8)state: Wait (Reason: UserRequest)
        Id: 8536 (0x2158)state: Wait (Reason: UserRequest)
        Id: 5112 (0x13f8)state: Wait (Reason: UserRequest)
        Id: 7480 (0x1d38)state: Wait (Reason: UserRequest)
        Id: 7232 (0x1c40)state: Wait (Reason: EventPairLow)
        Id: 8876 (0x22ac)state: Wait (Reason: UserRequest)
        Id: 9952 (0x26e0)state: Wait (Reason: UserRequest)
        Id: 3784 (0x0ec8)state: Wait (Reason: UserRequest)
        Id: 11052 (0x2b2c)state: Wait (Reason: UserRequest)
        Id: 8892 (0x22bc)state: Wait (Reason: UserRequest)
        Id: 5696 (0x1640)state: Wait (Reason: UserRequest)
        Id: 8736 (0x2220)state: Wait (Reason: UserRequest)
        Id: 4456 (0x1168)state: Wait (Reason: UserRequest)
        Id: 9744 (0x2610)state: Wait (Reason: UserRequest)
        Id: 6840 (0x1ab8)state: Wait (Reason: UserRequest)
        Id: 10308 (0x2844)state: Wait (Reason: UserRequest)
        Id: 3592 (0x0e08)state: Wait (Reason: UserRequest)
        Id: 5932 (0x172c)state: Wait (Reason: UserRequest)
        Id: 6412 (0x190c)state: Wait (Reason: UserRequest)
        Id: 3876 (0x0f24)state: Wait (Reason: UserRequest)
        Id: 5252 (0x1484)state: Wait (Reason: UserRequest)
        Id: 8288 (0x2060)state: Wait (Reason: ExecutionDelay)
        Id: 3576 (0x0df8)state: Wait (Reason: UserRequest)
        Id: 6232 (0x1858)state: Wait (Reason: UserRequest)
        Id: 10668 (0x29ac)state: Wait (Reason: UserRequest)
        Id: 10780 (0x2a1c)state: Wait (Reason: UserRequest)
        Id: 9860 (0x2684)state: Wait (Reason: UserRequest)
        Id: 4920 (0x1338)state: Wait (Reason: UserRequest)
        Id: 10048 (0x2740)state: Wait (Reason: UserRequest)
        Id: 10640 (0x2990)state: Wait (Reason: UserRequest)
        Id: 8680 (0x21e8)state: Wait (Reason: UserRequest)
        Id: 2700 (0x0a8c)state: Wait (Reason: EventPairLow)
        Id: 11172 (0x2ba4)state: Running
        Id: 3996 (0x0f9c)state: Wait (Reason: UserRequest)
        Id: 3112 (0x0c28)state: Wait (Reason: UserRequest)
        Id: 5004 (0x138c)state: Wait (Reason: UserRequest)
        Id: 5524 (0x1594)state: Wait (Reason: UserRequest)
        Id: 2544 (0x09f0)state: Wait (Reason: UserRequest)
        Id: 4648 (0x1228)state: Wait (Reason: UserRequest)
        Id: 7340 (0x1cac)state: Wait (Reason: UserRequest)
        Id: 10304 (0x2840)state: Wait (Reason: UserRequest)
        Id: 5208 (0x1458)state: Wait (Reason: UserRequest)
        Id: 9816 (0x2658)state: Wait (Reason: UserRequest)
        Id: 9520 (0x2530)state: Wait (Reason: EventPairLow)
        Id: 9004 (0x232c)state: Wait (Reason: ExecutionDelay)
        Id: 10700 (0x29cc)state: Wait (Reason: UserRequest)
        Id: 5608 (0x15e8)state: Wait (Reason: UserRequest)
        Id: 4540 (0x11bc)state: Wait (Reason: ExecutionDelay)
        Id: 3108 (0x0c24)state: Wait (Reason: UserRequest)
        Id: 2392 (0x0958)state: Wait (Reason: UserRequest)
        Id: 10412 (0x28ac)state: Wait (Reason: UserRequest)
        Id: 5192 (0x1448)state: Wait (Reason: UserRequest)
        Id: 3048 (0x0be8)state: Wait (Reason: ExecutionDelay)
        Id: 508 (0x01fc)state: Wait (Reason: UserRequest)
        Id: 8244 (0x2034)state: Wait (Reason: UserRequest)
        Id: 5900 (0x170c)state: Wait (Reason: UserRequest)
        Id: 5500 (0x157c)state: Wait (Reason: UserRequest)
        Id: 5308 (0x14bc)state: Wait (Reason: UserRequest)
        Id: 7892 (0x1ed4)state: Wait (Reason: UserRequest)
        Id: 9444 (0x24e4)state: Wait (Reason: UserRequest)
        Id: 6428 (0x191c)state: Wait (Reason: EventPairLow)
        Id: 8256 (0x2040)state: Wait (Reason: UserRequest)
        Id: 5808 (0x16b0)state: Wait (Reason: UserRequest)
        Id: 7548 (0x1d7c)state: Wait (Reason: UserRequest)
        Id: 6900 (0x1af4)state: Wait (Reason: UserRequest)
        Id: 4208 (0x1070)state: Wait (Reason: UserRequest)
        Id: 4496 (0x1190)state: Wait (Reason: UserRequest)
        Id: 4252 (0x109c)state: Wait (Reason: UserRequest)
        Id: 10832 (0x2a50)state: Wait (Reason: UserRequest)
        Id: 7488 (0x1d40)state: Wait (Reason: ExecutionDelay)
        Id: 10752 (0x2a00)state: Wait (Reason: UserRequest)
        Id: 9504 (0x2520)state: Wait (Reason: UserRequest)
        Id: 240 (0x00f0)state: Wait (Reason: UserRequest)
        Id: 10460 (0x28dc)state: Wait (Reason: UserRequest)
        Id: 4692 (0x1254)state: Wait (Reason: UserRequest)
        Id: 4492 (0x118c)state: Wait (Reason: UserRequest)
        Id: 10904 (0x2a98)state: Wait (Reason: UserRequest)
        Id: 8204 (0x200c)state: Wait (Reason: UserRequest)
        Id: 11020 (0x2b0c)state: Wait (Reason: UserRequest)
        Id: 4328 (0x10e8)state: Wait (Reason: UserRequest)
        Id: 5820 (0x16bc)state: Wait (Reason: UserRequest)
        Id: 4700 (0x125c)state: Wait (Reason: UserRequest)
        Id: 9516 (0x252c)state: Wait (Reason: UserRequest)
        Id: 9280 (0x2440)state: Wait (Reason: UserRequest)
        Id: 3548 (0x0ddc)state: Wait (Reason: UserRequest)
        Id: 1928 (0x0788)state: Wait (Reason: UserRequest)
        Id: 10736 (0x29f0)state: Wait (Reason: UserRequest)
        Id: 8844 (0x228c)state: Wait (Reason: UserRequest)
        Id: 5920 (0x1720)state: Wait (Reason: UserRequest)
        Id: 8220 (0x201c)state: Wait (Reason: UserRequest)
        Id: 6828 (0x1aac)state: Wait (Reason: UserRequest)
        Id: 4260 (0x10a4)state: Wait (Reason: UserRequest)
        Id: 5704 (0x1648)state: Wait (Reason: UserRequest)
        Id: 1500 (0x05dc)state: Wait (Reason: UserRequest)
        Id: 2508 (0x09cc)state: Wait (Reason: UserRequest)
        Id: 9868 (0x268c)state: Wait (Reason: UserRequest)
        Id: 4720 (0x1270)state: Wait (Reason: UserRequest)
        Id: 7864 (0x1eb8)state: Wait (Reason: ExecutionDelay)
        Id: 8896 (0x22c0)state: Wait (Reason: ExecutionDelay)
        Id: 9480 (0x2508)state: Wait (Reason: ExecutionDelay)
        Id: 10280 (0x2828)state: Wait (Reason: UserRequest)
        Id: 11128 (0x2b78)state: Wait (Reason: ExecutionDelay)
        Id: 8416 (0x20e0)state: Wait (Reason: ExecutionDelay)
        Id: 10612 (0x2974)state: Wait (Reason: UserRequest)
        Id: 4324 (0x10e4)state: Wait (Reason: UserRequest)
        Id: 11092 (0x2b54)state: Wait (Reason: UserRequest)
        Id: 9880 (0x2698)state: Wait (Reason: UserRequest)
        Id: 5800 (0x16a8)state: Wait (Reason: UserRequest)
        Id: 1672 (0x0688)state: Wait (Reason: UserRequest)
        Id: 1128 (0x0468)state: Wait (Reason: UserRequest)
        Id: 8852 (0x2294)state: Wait (Reason: UserRequest)
        Id: 2124 (0x084c)state: Wait (Reason: UserRequest)
        Id: 2036 (0x07f4)state: Wait (Reason: UserRequest)
        Id: 2496 (0x09c0)state: Wait (Reason: UserRequest)
        Id: 5344 (0x14e0)state: Wait (Reason: UserRequest)
        Id: 2300 (0x08fc)state: Wait (Reason: UserRequest)
        Id: 10828 (0x2a4c)state: Wait (Reason: UserRequest)
        Id: 7448 (0x1d18)state: Wait (Reason: UserRequest)
        Id: 5720 (0x1658)state: Wait (Reason: UserRequest)
        Id: 4052 (0x0fd4)state: Wait (Reason: ExecutionDelay)
        Id: 10116 (0x2784)state: Wait (Reason: ExecutionDelay)
        Id: 2340 (0x0924)state: Wait (Reason: ExecutionDelay)
        Id: 5984 (0x1760)state: Wait (Reason: ExecutionDelay)
        Id: 9856 (0x2680)state: Wait (Reason: ExecutionDelay)
        Id: 4964 (0x1364)state: Wait (Reason: ExecutionDelay)
        Id: 8028 (0x1f5c)state: Wait (Reason: UserRequest)
        Id: 11212 (0x2bcc)state: Wait (Reason: ExecutionDelay)
        Id: 4064 (0x0fe0)state: Wait (Reason: ExecutionDelay)
        Id: 3100 (0x0c1c)state: Wait (Reason: ExecutionDelay)
        Id: 8704 (0x2200)state: Wait (Reason: ExecutionDelay)
        Id: 572 (0x023c)state: Wait (Reason: ExecutionDelay)
        Id: 4188 (0x105c)state: Wait (Reason: ExecutionDelay)
        Id: 7420 (0x1cfc)state: Wait (Reason: UserRequest)
        Id: 11008 (0x2b00)state: Wait (Reason: ExecutionDelay)
        Id: 10616 (0x2978)state: Wait (Reason: ExecutionDelay)
        Id: 11064 (0x2b38)state: Wait (Reason: ExecutionDelay)
        Id: 4556 (0x11cc)state: Wait (Reason: ExecutionDelay)
        Id: 10672 (0x29b0)state: Wait (Reason: UserRequest)
        Id: 6476 (0x194c)state: Wait (Reason: UserRequest)
        Id: 3068 (0x0bfc)state: Wait (Reason: UserRequest)
        Id: 5700 (0x1644)state: Wait (Reason: UserRequest)
        Id: 2168 (0x0878)state: Wait (Reason: UserRequest)
        Id: 8856 (0x2298)state: Wait (Reason: UserRequest)
        Id: 8248 (0x2038)state: Wait (Reason: UserRequest)
        Id: 8512 (0x2140)state: Wait (Reason: UserRequest)
        Id: 4672 (0x1240)state: Wait (Reason: UserRequest)
        Id: 2128 (0x0850)state: Wait (Reason: UserRequest)
        Id: 9288 (0x2448)state: Wait (Reason: UserRequest)
        Id: 2592 (0x0a20)state: Wait (Reason: UserRequest)
        Id: 6132 (0x17f4)state: Wait (Reason: UserRequest)
        Id: 4100 (0x1004)state: Wait (Reason: UserRequest)
        Id: 10396 (0x289c)state: Wait (Reason: UserRequest)
        Id: 8160 (0x1fe0)state: Wait (Reason: UserRequest)
        Id: 5232 (0x1470)state: Wait (Reason: UserRequest)
        Id: 2812 (0x0afc)state: Wait (Reason: UserRequest)
        Id: 7868 (0x1ebc)state: Wait (Reason: UserRequest)
        Id: 1368 (0x0558)state: Wait (Reason: UserRequest)
        Id: 7832 (0x1e98)state: Wait (Reason: UserRequest)
        Id: 2040 (0x07f8)state: Wait (Reason: UserRequest)
        Id: 9416 (0x24c8)state: Wait (Reason: UserRequest)
        Id: 10804 (0x2a34)state: Wait (Reason: UserRequest)
        Id: 10144 (0x27a0)state: Wait (Reason: UserRequest)
        Id: 7400 (0x1ce8)state: Wait (Reason: UserRequest)
        Id: 3028 (0x0bd4)state: Wait (Reason: EventPairLow)
        Id: 5832 (0x16c8)state: Wait (Reason: UserRequest)
        Id: 4816 (0x12d0)state: Wait (Reason: UserRequest)
        Id: 7764 (0x1e54)state: Wait (Reason: UserRequest)
        Id: 7300 (0x1c84)state: Wait (Reason: UserRequest)
        Id: 2400 (0x0960)state: Wait (Reason: UserRequest)
        Id: 9044 (0x2354)state: Wait (Reason: UserRequest)
        Id: 9812 (0x2654)state: Wait (Reason: UserRequest)
        Id: 6772 (0x1a74)state: Wait (Reason: UserRequest)
        Id: 10896 (0x2a90)state: Wait (Reason: UserRequest)
        Id: 8952 (0x22f8)state: Wait (Reason: UserRequest)
        Id: 10836 (0x2a54)state: Wait (Reason: UserRequest)
        Id: 1800 (0x0708)state: Wait (Reason: UserRequest)
        Id: 9948 (0x26dc)state: Wait (Reason: UserRequest)
        Id: 2032 (0x07f0)state: Wait (Reason: UserRequest)
        Id: 3132 (0x0c3c)state: Wait (Reason: UserRequest)
        Id: 9928 (0x26c8)state: Wait (Reason: UserRequest)
        Id: 180 (0x00b4)state: Wait (Reason: UserRequest)
        Id: 5792 (0x16a0)state: Wait (Reason: UserRequest)
        Id: 4480 (0x1180)state: Wait (Reason: UserRequest)
        Id: 6640 (0x19f0)state: Wait (Reason: UserRequest)
        Id: 2688 (0x0a80)state: Wait (Reason: UserRequest)
        Id: 1952 (0x07a0)state: Wait (Reason: UserRequest)
        Id: 10148 (0x27a4)state: Wait (Reason: UserRequest)
        Id: 4788 (0x12b4)state: Wait (Reason: UserRequest)
        Id: 7648 (0x1de0)state: Wait (Reason: UserRequest)
        Id: 5624 (0x15f8)state: Wait (Reason: UserRequest)
        Id: 6824 (0x1aa8)state: Wait (Reason: UserRequest)
        Id: 9460 (0x24f4)state: Wait (Reason: UserRequest)
        Id: 5076 (0x13d4) (CURRENT); state: Running
        Id: 10684 (0x29bc)state: Wait (Reason: UserRequest)
        Id: 6016 (0x1780)state: Wait (Reason: UserRequest)
        Id: 7852 (0x1eac)
            Start address: 0x0000000000000000
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 2016-12-27 19:01:26
            Total processor time: 00:04:20.8125000
            User processor time: 00:04:20.8125000

        Id: 2828 (0x0b0c)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 9908 (0x26b4)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:02.2812500
            User processor time: 00:00:02.2812500

        Id: 4844 (0x12ec)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 10768 (0x2a10)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:00.8281250
            User processor time: 00:00:00.8281250

        Id: 2976 (0x0ba0)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: ExecutionDelay)
            Priority: 15
            Priority level: TimeCritical
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 5716 (0x1654)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:01:04.9687500
            User processor time: 00:01:04.9687500

        Id: 7516 (0x1d5c)
            Start address: 0x00007ffc56a070b0
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 2016-12-27 19:01:48
            Total processor time: 00:00:52.7187500
            User processor time: 00:00:52.7187500

        Id: 6632 (0x19e8)

    Link to comment
    Share on other sites

    Hi guys,

    I just installed this plugin and I have some issues with it. First I could see the login window but I couldn't move the mouse, after a bit of searching I increased the mouse sens. and I can move the mouse normal but now, when I open the Computer+ my mouse cursor is on the left side,down and the window on which I should click login is on the left side, top, empty, just a white window with no buttons. After I open the Computer+ I cannot exit it, I have to close the game..Need some help over here, thank you!

    Link to comment
    Share on other sites


    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...