+ Reply to Thread
Results 1 to 4 of 4

Thread: Adv Pod Controller Crosshairs setting does not work correctly

  1. #1
    Wirererer Ergzay's Avatar
    Join Date
    Jun 2007
    Posts
    232

    Default Adv Pod Controller Crosshairs setting does not work correctly

    If you are in a Pod hooked to an Adv Pod Controller and then enable the crosshairs they appear. If you then leave the pod and enter the pod again even though the value was 1 and the crosshairs should be there, they are not. If you then try enabling them again, internally it is then disabling them and then you need to hit it again to make it finally go back to enable. To fix this Adv Pod Controller needs to be modified to apply the current Crosshairs disable or enable on enter.

    if (self.crossvar == 1) then
    self.Ply:CrosshairEnable()
    else
    self.Ply:CrosshairDisable()
    end

    I think this is the code that needs to be entered into the ENT:Think() function in init.lua after the check RC check.

  2. #2
    Wire Sofaking ShaRose's Avatar
    Join Date
    Mar 2007
    Location
    Burin, Newfoundland, Canada
    Posts
    542

    Default

    Good point, I never saw this. When I finish the fixes I already have on my plate, I'll add this in.

    (FYI, I almost completely re-wrote Remote Control, and fixed (fixing) a few other little things.)

  3. #3
    Wirererer Ergzay's Avatar
    Join Date
    Jun 2007
    Posts
    232

    Default

    Another bug I found in the process of finding this one. In certain cases the you can disable your crosshairs of y ourself even if you are out of the pod. What you do is hook the Active output of the Adv pod controller through an expression chip to the input of the Crosshairs. Which you think would make it so that when it is active the crosshairs are turned on and then when you get out they turn off. The problem is at the instant you get out it turns off the crosshairs such that the game sees you as already being out of the pod but you are still connected to the pod. So it turns off your crosshairs of when you are outside the pod.
    Here is the expression chip code to do this. With the version of wire that I first reported this bug with.

    N@Toggle
    I@Active
    O@Out
    clk() & Out -> Out = 0, end;
    ~Active -> schedule(20), Out = 1;

    Wire Active to the Active output of the Adv Pod Controller and wire Out to the CrossHairs input of the Adv Pod Controller

  4. #4
    Wire Sofaking ShaRose's Avatar
    Join Date
    Mar 2007
    Location
    Burin, Newfoundland, Canada
    Posts
    542

    Default

    Thanks for that one too.

+ Reply to Thread

Similar Threads

  1. Adv Pod Controller not adv duplecating correctly
    By woo482 in forum Bug Reports
    Replies: 3
    Last Post: 03-12-2009, 02:34 PM
  2. adv. pod controller doesn't work
    By Pyr0 in forum Installation and Malfunctions Support
    Replies: 5
    Last Post: 01-01-2009, 10:38 AM
  3. Remote Controller Doesn't Work on Server
    By DarthRogue in forum Installation and Malfunctions Support
    Replies: 0
    Last Post: 10-12-2008, 11:50 AM
  4. Advanced Pod Controller - "Relative" Setting
    By Nick2345 in forum Ideas & Suggestions
    Replies: 5
    Last Post: 09-27-2008, 09:21 AM
  5. my hover drive controller doesn't work!
    By arod235 in forum Installation and Malfunctions Support
    Replies: 6
    Last Post: 09-11-2007, 01:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots