Jump to content

TorpolM

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About TorpolM

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. After 1.90 update,game has crashed with "Too many virtual memory requirement" error on server and client. The crash happend on sometimes server or some client when 30 min ~ 1 hour from mission start. I found the crash is only happend when more than 50 players in server.(Our server is playing role playing coop mission,So players are constant.) However,sometimes games has not crashed with no changes server config,mods preset and so on. Server Error Log
  2. I'm making Head camera script. I succeeded attach camera to man by use this script. _cam = "camera" camCreate (position _unit); _cam attachTo [_unit,[0,0,0],"head"]; But,when he got in the vehicle,camera was detached.
  3. I want to use costom motion in my mission. I think I need use Description.ext but I don't know how to configure it.
×