武装突袭3

武装突袭3

A3 - Antistasi Altis
 此主题已被置顶,因此可能具有重要性
Condaddy 2015 年 10 月 9 日 上午 8:47
Questions about mission editing
Hey all. Me and my clan are huge Antistasi fans, but we were hoping to edit some things about the mission to make it fit us a little better. Got a few questions if you guys have the time:

1) Do we need express permission to edit? Haven't noticed anything prohibiting editing anywhere, just wanted to double check.

2) Has anyone attempted to use custom/alternate factions other than the FIA? Any obstacles for implementing that?

3) Has anyone, while editing, "unlocked" the Arsenal/VAS to have full access to all gear the loadout editor offers? I'm guessing just change the script on the Arsenal to a default Arsenal script? Long story short, we're looking to make a playground version where we can use any equipment just for kicks.

May add to this later, but these are what I can think of for now. All help is much appreciated!
< >
正在显示第 1 - 15 条,共 142 条留言
Barbolani  [开发者] 2015 年 10 月 16 日 上午 9:44 
I think we should use this thread for Antistasi Editing.

Ok, if you unpbo the mission you will find this disclaimer in int.sqf:

//Do whatever you want with this code, but credit me for the thousand hours spent making this.

That answers question no 1 :)

2. Yes, with no success as it would really involve a big work on several scripts. Unaffordable. Myabe the Tanoa edition will be more flexible on that.

3 Its easy, the Arsenal init is in line 580 and above, with this:

[caja,unlockedItems,true] call BIS_fnc_addVirtualItemCargo;
[caja,unlockedMagazines,true] call BIS_fnc_addVirtualMagazineCargo;
[caja,unlockedWeapons,true] call BIS_fnc_addVirtualWeaponCargo;
[caja,unlockedBackpacks,true] call BIS_fnc_addVirtualBackpackCargo;

Just change the initialisation with the array you want. (I think leaving it empty will add everything)

But I must say I DO NOT RECOMMEND to do this, as you will loose a 25% of the mission not having to care about logistics. Something which makes Antistasi interesting is the lack of weapons on the begining...
Barbolani  [开发者] 2015 年 10 月 17 日 下午 1:34 
Additionally: you may just unlock some weapons from the begining, even adding some from any mod, just changing the variable unlockedWeapons in init.sqf, adding the weapon classnames you want.
Gand 2015 年 11 月 16 日 下午 12:34 
Hello, great mission Barbolani, I really like it.
I was wondering where we can edit the starting money/manpower resource pool.

A lot of bugs keep happening in my missions (that I seem to cause, I think I've fixed it now) and I have had to start all over several times now, and I am getting very frustrated. I wanted to be able to get a head start next time I attempt this mission, is there a file in the .pbo to edit to change the starting resources?

Thank you very much,
-Gand
Barbolani  [开发者] 2015 年 11 月 16 日 下午 5:05 
Hi!

Change lines 169 and 170 of initVar.sqf which is the respective values for HR and money
最后由 Barbolani 编辑于; 2015 年 11 月 16 日 下午 5:05
Gand 2015 年 11 月 19 日 下午 2:11 
Hi barbolani! Thank you for your help. I have one last request ;)
What are the lines we need to modify for Manpower and Money? I wanted to modify them just a tad =)
Thank you!
Barbolani  [开发者] 2015 年 11 月 20 日 上午 12:25 
?¿?¿ I answered that in the last post!
Gand 2015 年 11 月 20 日 上午 8:44 
Hahaha I'm so sorry! I worded that really badly. I don't know what's wrong with me. (Sorry for all the questions btw) what I meant to say was where can we modify the variables that determine how much manpower and money we gain from cities over time.
Sorry that was my mistake.
Thank you for answering!
Barbolani  [开发者] 2015 年 11 月 20 日 上午 10:20 
resourcecheck.sqf makes all the calculations, beware touching that, is a very core component.

This said, if you touch what's gained from cities, you are doing the same for AAF if you don't make more changes.

Anyway, if you want an "easier Antistasi" my suggestion is just to start with more initial resources.
Gand 2015 年 11 月 20 日 上午 11:54 
Thank you - My concern is just that I have the allegiance of 3 cities and I am still only getting $48 and 0 manpower per tax check
Barbolani  [开发者] 2015 年 11 月 20 日 下午 1:34 
you are on early game stage, that's all...
Gand 2015 年 11 月 23 日 上午 11:14 
Is there a way to get rid of the squad limit with how many AI you can have with you?
Thank you!
Barbolani  [开发者] 2015 年 11 月 23 日 上午 11:32 
doing it may affect other things, not recommended, script is reinfPlayer.sqf
Swoop 2016 年 2 月 25 日 上午 4:55 
B, how would someone disable the radio range AI limit? ie, I wanna be able to order my AI to the other side of the map and keep control.
Barbolani  [开发者] 2016 年 2 月 25 日 上午 6:28 
well, the easiest way is to add to the default unlockedItems array the radios.
CMR 2016 年 2 月 25 日 下午 3:27 
引用自 barbolani
Hi!

Change lines 169 and 170 of initVar.sqf which is the respective values for HR and money
so I want to do this what part of the code (I found it but no idea witch one because was not counting code) and what do I do to increase the start value (not new to codeing but this code is abit new to me)
< >
正在显示第 1 - 15 条,共 142 条留言
每页显示数: 1530 50