Home   Help Search Login Register  

Author Topic: BIS Tools installation questions  (Read 3855 times)

0 Members and 1 Guest are viewing this topic.

Offline ryguy

  • Members
  • *
BIS Tools installation questions
« on: 27 Nov 2011, 20:20:09 »
Hi guys, I posted this on forums.bistudio to no avail so was wondering if you could help me out:
(BTW, This is BIS tools 2, I put it in the wrong section. I have arma 2.)

The simple arma 2 terrain tutorial is a bit ambiguous about a couple things.

1) Under creating my project folder, the CMD line I'm supposed to enter is:

Code: [Select]
xcopy *.cpp P:\<YourNamespace>\ca\ /S /Y
One problem: there's no "ca" in my namespace folder- there's no subfolders at all, so why does it say "\<namespace>\ca"? Anyhow, when I type it in I get:
Code: [Select]
File not found - *.cpp
0 File(s) copied

Could this be because my CA "config" file is labeled "config.bin" rather than CPP? Also, what exactly does the * prefix do?

2) While setting this up, the tutorial says "You need all BI addons correctly extracted to P:\ca to get this working." Does this mean everything from CA? Because the tutorial said for now only extract Roads and Plants files. I figured this might be why it's not working.
Thanks for reading.
« Last Edit: 28 Nov 2011, 10:34:46 by h- »

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: BIS Tools installation questions
« Reply #1 on: 28 Nov 2011, 10:33:14 »
Quote
(BTW, This is BIS tools 2, I put it in the wrong section. I have arma 2.)
I guess this means moving this here would be reasonable, so moved :)

Also fixed your link to the biki article, 'twas broken.

Quote
Could this be because my CA "config" file is labeled "config.bin" rather than CPP?
Most likely because the line 'xcopy *.cpp' copies only files with the file extension .cpp..

If you used the Mikero's tools correctly like told in the tutorial it should unrapify the config.bin files into config.cpp files and then .bat file should work..
« Last Edit: 28 Nov 2011, 10:44:23 by h- »
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline ryguy

  • Members
  • *
Re: BIS Tools installation questions
« Reply #2 on: 28 Nov 2011, 17:06:54 »
Ah, cool. I didn't think of extracting the .bin. What are Mikero's tools?
Also, why is it that my namespace doesn't have anything under it? Does this mean I should move \ca\ into my namespace? Currently it's located in P:\ca\.

Sorry for all the questions!

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: BIS Tools installation questions
« Reply #3 on: 01 Dec 2011, 16:57:07 »
Mikero's tools are those ones linked to in the tutorial.
He has made very good and useful tools for Arma editing but unfortunately some of his tools can be a bit cumbersome to use I guess..

I actually have not tested that tutorial but I'd assume the ca folder gets automatically created when you run the tools mentioned in the tutorial..

Quote
Sorry for all the questions!
Well, this is however a place just for that purpose, so no need to be sorry ;)
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline ryguy

  • Members
  • *
Re: BIS Tools installation questions
« Reply #4 on: 03 Dec 2011, 05:22:37 »
Well I suppose I've found my problem then, I didn't use Mikero's tools. I just installed the BIS tools 2. So... should I just xcopy the configs into P:\ca?
« Last Edit: 03 Dec 2011, 05:25:10 by ryguy »

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: BIS Tools installation questions
« Reply #5 on: 03 Dec 2011, 07:48:50 »
Not 100% sure but you could of course create the ca folder in your folder (the yournamespace folder) just to be sure, and after downloading and "installing" the Mikero's tools like described in the tutorial run the xcopy stuff.

Easiest to do is to make a .bat file (and make sure everything is correct in it) and place it in the P:\ca\ folder.
It should obviously read:
Code: [Select]
xcopy *.cpp P:\yourfolder\ca\ /S /Y
Alternatively you can, if this is getting stuck, manually copy the configs, it just takes a while as you have to use a dePbo tool to dePbo all the required pbos and then use some tool that can convert (unRapify) .bin to .cpp and so on..


I'm having a massive flu so don't quote me on this :P
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.