Jump to content

LightWalker

Member
  • Content Count

    19
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About LightWalker

  • Rank
    Private First Class
  1. LightWalker

    Geometry Lod?

    I tried to search this forum for an answer, I really did ;-) Finished the Geomtry Lod of my chopper and the overall weight is nicely centered in the middle, right under the main rotor: It flies allright but when hovering at zero speed and doing an axis-turn left or right (X or C on my keyboard) the nose tilts down badly instead of staying horizontal. The turn itself looks like a jojo (up and down). I tried to shift the weight more backwards but that didnt change a thing. Anyone has a clue?
  2. LightWalker

    Geometry Lod?

    I tried to search this forum for an answer, I really did ;-) Finished the Geomtry Lod of my chopper and the overall weight is nicely centered in the middle, right under the main rotor: It flies allright but when hovering at zero speed and doing an axis-turn left or right (X or C on my keyboard) the nose tilts down badly instead of staying horizontal. The turn itself looks like a jojo (up and down). I tried to shift the weight more backwards but that didnt change a thing. Anyone has a clue?
  3. LightWalker

    Local Server in AddOn

    Solved it! Thanks for your support!
  4. LightWalker

    Local Server in AddOn

    The point is that i am scripting serveral crash situations in the addon itself where the vehicle is replaced by a crashed version. You can imagine I dont want all clients (players) do this. Is there a more easy way to find that workaround. That would be helpfull
  5. LightWalker

    Local Server in AddOn

    Thanks HawkinsDaFin - that's what I use for editing too. But for this I want the AddOn scripts independantly check if they are running locally on a server (dedi), and if not : exit. But again, thanks for your reply!
  6. LightWalker

    Local Server in AddOn

    I searched the forum but coulnd find a proper anwer to my question: Building an AddOn in which I want a script to run on the Server only (Multiplayer) and not on any client. Some how I am lost here (or spent too much time on the AddOn) but I could use some help on this. How do I determine if the script is running on the server only?
  7. LightWalker

    Optics/Cam under Heli

    Allright, i was able to change the point of view of the pilot's internal cam by adding a point in the memory LOD called driverview. But still it is looking straight forward, and I really want that particular view to be be straight down. Any hints?
  8. LightWalker

    Optics/Cam under Heli

    Made an optics model and it works fine for the pilot when he presses "V". The config.cpp: driverOpticsColor[]={}; driverOpticsModel = "\chopper\Models\optics.p3d"; class ViewOptics { initAngleX=0; minAngleX=-30; maxAngleX=30; initAngleY=0; minAngleY=-86; maxAngleY=86; initFov=0.1; minFov=0.03; maxFov=1.2; }; The only problem is that the view is oriented from the pilotseat and I want it oriented straight down from the bottom of the heli. To make it short: how do I make the optics look straight down? Any good tips on getting this working?
  9. LightWalker

    ? tips on a dedi config ?

    We started our dedi-server but I noticed that other servers can check on large ogg files and kick those players etc etc. Please reply with suggestions on how to config our server to make it as pleasant as possible.
  10. LightWalker

    integer

    Anyone have an idea on how to make a number integer in ofp. Or at least a number with no more than 2 decimals?
  11. LightWalker

    Php nuke addon for linux servers

    Sounds really great RN Malboeuf! Where can I check this out?
  12. LightWalker

    Ogg's

    Is there a way to prevent players to connect with huge amounts of customized sound files? I noticed some dedi-server did check this, I would like to know how.... Anybody ?
  13. LightWalker

    Linux server

    Yeah, lets try that. mismo@planet.nl
  14. LightWalker

    Linux server

    >if you do a strace ./server what does that tell you? The output is: execve("./server", ["./server"], [/* 15 vars */]) = 0 fcntl64(0, F_GETFD) = 0 fcntl64(1, F_GETFD) = 0 fcntl64(2, F_GETFD) = 0 uname({sys="Linux", node="mia", ...}) = 0 geteuid32() = 0 getuid32() = 0 getegid32() = 0 getgid32() = 0 getrlimit(0x3, 0xbffff938) = 0 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 getpid() = 20652 rt_sigaction(SIGRTMIN, {0x85e0394, [], 0x4000000}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x85e02b0, [], 0x4000000}, NULL, 8) = 0 rt_sigaction(SIGRT_2, {0x85e0400, [], 0x4000000}, NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff700, 35, (nil), 0}) = 0 brk(0) = 0x86fc6c8 brk(0x86fc6e8) = 0x86fc6e8 brk(0x86fd000) = 0x86fd000 gettimeofday({1072972687, 286501}, NULL) = 0 gettimeofday({1072972687, 286580}, NULL) = 0 gettimeofday({1072972687, 286614}, NULL) = 0 brk(0x86fe000) = 0x86fe000 brk(0x86ff000) = 0x86ff000 brk(0x8701000) = 0x8701000 brk(0x8702000) = 0x8702000 brk(0x8713000) = 0x8713000 brk(0x8714000) = 0x8714000 brk(0x8715000) = 0x8715000 brk(0x8716000) = 0x8716000 brk(0x8717000) = 0x8717000 brk(0x8718000) = 0x8718000 brk(0x8719000) = 0x8719000 brk(0x871a000) = 0x871a000 brk(0x871b000) = 0x871b000 brk(0x871c000) = 0x871c000 open("flashpoint.cfg", O_RDONLY) = 3 close(3) = 0 open("flashpoint.cfg", O_RDONLY) = 3 close(3) = 0 brk(0x872d000) = 0x872d000 open("flashpoint.cfg", O_RDONLY) = 3 close(3) = 0 open("flashpoint.cfg", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=626, ...}) = 0 old_mmap(NULL, 626, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40000000 munmap(0x40000000, 626) = 0 close(3) = 0 brk(0x872f000) = 0x872f000 open("flashpoint.cfg", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 3 write(3, NULL, 0) = 0 write(3, "Light_Explo=\"1\";\r\nCloudlets=\"1\";"..., 626) = 626 close(3) = 0 brk(0x86fd000) = 0x86fd000 _exit(0) = ?
  15. LightWalker

    Linux server

    >What linux distribution and version? Debian Woody >Did you run tolower? Yep >Do you have a flashpoint.cfg? Yep, in the ofp directory. >If you can answer all this with yes, then please descript how you set >up the server. Uploaded all Windows directories, renamed Operation Flashpoint to ofp, got 191c Linux server. Executed the server-1.91c.shar thingy. Type ./server to check if it came back with anything. Running ./ofpserver start only gets into a loop because "server died". Only point that I'm not sure about is 1a. On some newer verions of Linux (this was reported for RedHat 9 and Gentoo linux 2.4.20) the NSCD deamon must be installed to run OFP server successfully. Caching of DNS would be sufficient. Server doesnt run a DNS server, but it's able to resolve everything.
×