unRap tool's configuration

ArmA editing, missions, modeling, textures, terrains

Moderators: Lone Wolf, Snake Man

Snake Man
Commander-In-Chief
Posts: 9833
Joined: 2000-07-31 22:01:01
Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
Editing Interests: All, I (try) to edit everything.
Location: PMC

unRap tool's configuration

Post by Snake Man »

I have problem with Kegety's unRap tool's configuration settings.

In my computer when I run unRap v1.06 from the RMB open with ... unrap, for a config.bin it creates config.cpp file nicely. This config.cpp has the starting header like this:

Code: Select all

// config.bin - 01:03:49 01/30/09, generated in 9.00 seconds
// Generated by unRap v1.06 by Kegetys
// Separate rootclasses: Disabled, Automatic comments: Enabled

#define true	1
#define false	0

#define private		0
#define protected		1
#define public		2

#define VSoft		0
#define VArmor		1
#define VAir		2

#define private		0
#define protected		1
#define public		2

#define WeaponNoSlot		0
#define WeaponSlotPrimary		1
#define WeaponSlotHandGun		2
#define WeaponSlotSecondary		16
#define WeaponSlotHandGunItem		32
#define WeaponSlotItem		256
#define WeaponSlotBinocular		4096
#define WeaponHardMounted		65536

#define WeaponNoSlot		0
#define WeaponSlotPrimary		1
#define WeaponSlotHandGun		2
#define WeaponSlotSecondary		16
#define WeaponSlotHandGunItem		32
#define WeaponSlotItem		256
#define WeaponSlotBinocular		4096
#define WeaponHardMounted		65536

#define private		0
#define protected		1
#define public		2

#define LockNo		0
#define LockCadet		1
#define LockYes		2

#define ReadAndWrite		0
#define ReadAndCreate		1
#define ReadOnly		2
#define ReadOnlyVerified		3

#define TEast		0
#define TWest		1
#define TGuerrila		2
#define TCivilian		3
#define TSideUnknown		4
#define TEnemy		5
#define TFriendly		6
#define TLogic		7
And then when I have like scope it will say "scope = public;" instead using the number two.

Now, when friend of mine who runs v1.06 also on his computer, the config.cpp does NOT include those defines and it make for example scope to be "scope = 2;" without this defined public.

As you know, if you do a EditPadPro compare files feature for config.bin's converted in my computer and my friends computer... we get many false differ hits of these define's which are different in the two unraped (no pun intended) cpp's.

Anyone have any solution how to configure unRap to produce same define results in my friends computer, or I mean how wrong does my friend run unrap as it doesn't do the defines?
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN SEPTEMBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.

IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.

Support PMC

Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
WGL.Q
Recruit
Posts: 18
Joined: 2005-07-15 14:36:41

Re: unRap tool's configuration

Post by WGL.Q »

he needs

unRap.exe
rapTypes.txt

in the same folder

Return to “ArmA Editing”