![]() |
|
|
|
#1
|
|||
|
|||
|
Thanks!
May be it's possible for you to ask the dev about Addin development for CoD? A Piece of Sample Code would be very helpfull |
|
#2
|
|||
|
|||
|
Some guys at sukhoi.ru came to conclusion that there is a chance that interfaces for addins are not finished yet. The good news is that they found many of them )
If you can explain in detail for what to ask in particular I may try to ask. However I have no idea of what piece of code can be helpful. Thus you have to explain it to me first or I can mess up the translation )) |
|
#3
|
|||
|
|||
|
Can you please ask him, if it's possible to modify the Multiplayer Plane Selection Menu.
So its possible to select a Airfield on the left side and then show a list of the available Planes (park spawn and idle) on the right, where a Player can choose one. At the moment it's only possible if you scroll in and select the plane icon (if in Game Icons are on). |
|
#4
|
|||
|
|||
|
I am sure it is possible.
Do you mean you are prepared and ready to write this interface mod/Addin if he explains how to switch it on and connect it to the game? |
|
#5
|
|||
|
|||
|
I think so
|
|
#6
|
|||
|
|||
|
OK, we have an answer from MuxaHuk, who is a mod of this very forum section btw and speaks English. I think if you start a new thread named Questions to MuxaHuk he might give some answers if and when he has time.
Quote:
Quote:
http://www.sukhoi.ru/forum/attachmen...4&d=1307046290 http://www.sukhoi.ru/forum/attachmen...5&d=1307049528 And his advice is: study how offline campaigns are connected to the game engine. In fact a campaign is an example of game add-in. I guess you can also use keygetis mod and extract tool to see how the game looks from the inside. All info comes from here. Feel free to register and participate or PM Small_Bee for details. http://translate.google.com/translat....php%3Ff%3D234 naryv at that forums is also one of the devs Last edited by Ataros; 06-03-2011 at 06:56 PM. |
|
#7
|
|||
|
|||
|
Can anyone advise the best way to calculate game score for sides for the script in the 1st post?
I have 2 sides fighting for 4 frontMarkers atm. Start with 2 markers per side. I want the score counter increase score say every minute for each marker owned by side. When marker changes from blue to red (there are triggers for this) we have to stop blue counter and start red counter for it, etc, etc. Then total score per side is calculated as a sum of score at each marker / 10. I know more or less how to do this via including this counter into onTickgame method but I would like to have it as a separate method (or class?) that can be called from onTrigger method for instance with stopScoreCounter(marker, army) and startScoreCounter(marker, army) or something like that. Unless it would be much more complicated than using inTickgame method. I want to have more readable code than if it is split into existing methods (ontickgame, ontrigger, etc.) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|