Jump to content

Berytak

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Berytak

  1. Try adding this : you are missing this force . This allows 'C' to push the heli back down .

     

    <property class="force5">
    			<property name="trigger" value="inputDown"/>
    			<property name="type" value="relative"/>
    			<property name="force" value="0, -0.03,0 "/>
    		</property>

     

     

    Edit: After having the gyro controls and getting used to them after so long a time i found it very hard to fly lol ... automatically reverting in my mind to the c and spacebar being tilt .

     

     

    Ragsy !!

     

    Awesome dude! This woked like a charm. I apprechate your help, thanks a lot.

     

    Cheers!

    Berytak

  2. Um, I'm not sure if you could make that work or not. It might be possible. You could open the vehicles.xml and find the MD500. Look for the section with the motor0 and motor1, along with the forces. You could try changing the values for the forces.

     

    Force4 and force5 are the tilting forward and backward. Force 2 is technically the "up" vertical force, and I believe S just makes this a negative amount.

     

    That was a good hint. Now I got stuck with these settings...

     

    			<property class="force0">
    			<property name="trigger" value="motor0"/>
    			<property name="type" value="relative"/>
    			<property name="force" value="0, .196, 0"/>
    			<property name="ceiling" value="200, 280"/>
    		</property>
    
    		<property class="force1">
    			<property name="trigger" value="motor1"/>
    			<property name="type" value="relative"/>
    			<property name="force" value="0, 0,.01"/>
    		</property>
    
    		<property class="force2">
    			<property name="trigger" value="inputUp"/>
    			<property name="type" value="relative"/>
    			<property name="force" value="0, 0.03,0 "/>
    		</property>
    
    		<property class="force3">
    			<property name="trigger" value="inputStrafe"/>
    			<property name="type" value="relativeTorque"/>
    			<property name="force" value="0, .02, 0"/>
    		</property>
    
    		<property class="force4">
    			<property name="trigger" value="inputForward"/>
    			<property name="type" value="relativeTorque"/>
    			<property name="force" value=".01, 0, 0"/>
    		</property>
    
    		<!-- <property class="force5">
    			<property name="trigger" value="inputForward"/>
    			<property name="type" value="relativeTorque"/>
    			<property name="force" value=".01, 0, 0"/>
    		</property> -->

     

    It works very well so far, but I have no way to lower the altitude. So, "C" doesn't bring it down.

    Got any idea how to bring this baby back down?

     

    Cheers!

    Berytak

  3. First of all I really love this Modlet. These vehicles are totally awesome!

    There is only one thing that really bugs me. Is there any to change the MD-500 controlls?

    I would prefer changing the hight with "Space" and "C" and tilting with "W" and "S". Is there any way to change this in the XML files?

     

    Cheers!

    Berytak

  4. It's only the TCP port (8082 by default). Steam auth works by simply accessing different websites in the browser, it won't be affected by your firewall. Unless your firewall blocks the outgoing request of the game, but even if that was blocked it will at least show the page without authentication.

     

    I'll give it a try on a different port and post the results. Maybe there is some ISP side stuff going on, I can't figure out...

    To change the port I just have to change the ControlPanelPort in the serverconfig.xml, am I right?

  5. No access at all? I.e. not even the page showing saying they have to log in?

    Also, nothing changed for the web part and this seriously sounds like a local network issue. Maybe your external IP changed and your friends still using the old one?

     

    We've tried the IP and URL, new IP from ISP ... nothing worked :(

    The strange thing is, that the port forwarding works. Joining the dedicated server works just fine. It also can't be a firewall problem, because LAN access work.

    Is it just the TCP port, that needs to be forwarded or does it also needs some UDP port?

    And what about the steam authentification? I think the communication comes from a client to the host and is than redirected to steam for authentificacion, isn't it?

    Maybe I should just change the port in the serverconfig.xml and give it a try on a different port...

  6. I'm running a dedi on my machine where some of my friends log in remotely and I've had the map available to everyone on the server. But since A13 external access is somehow blocked.

    The serverfixes itself just run fine, and the map also does. I can log into the map site just fine. It also works from another machine in my network with a different steam aco♥♥♥♥. All is good .... but ... If someone with the same permissions tries to access the site over WAN, the page could not be displayed.

    Same permission, the tcp port 8082 is forwarded, but still no access. Like I mentioned it before, this was working with A12.5, but since A13 it doesn't :(

    Does anyone got a clue, what I'm missing?

×
×
  • Create New...