Author Topic: About camera in field file.  (Read 14914 times)

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
Re: About camera in field file.
« Reply #25 on: 2006-06-24 21:34:21 »
In my head for now. I've been injecting values into the "jumpmap" command and seeing where I end up ^_^

Most likely an index file in the /field directory. Keep in mind it most likely won't refrence by file name, but sector number of the beginning of the file.


Cyberman

  • *
  • Posts: 1572
    • View Profile
Re: About camera in field file.
« Reply #26 on: 2006-06-25 01:10:15 »
If you are doing that try the values 0 to 9 for me.

As for a file with the index values of the sectors.. Hmmmm.

I could generate a list of files and there sectors if you wish.

So you have something to lurk ... err look for :D


Cyb

sfx1999

  • *
  • Posts: 1142
    • View Profile
Re: About camera in field file.
« Reply #27 on: 2006-06-28 00:32:34 »
Little optimization tip for you:

It is faster to multiply than divide. Instead of dividing by 4096, multiply it by 0.000244140625.