![]() |
|
#1
|
|||
|
|||
![]()
I think you should add Divebomber type to this script as stated here
http://forum.1cpublishing.eu/showpos...1&postcount=63 Can not answer other questions. |
#2
|
||||
|
||||
![]() Quote:
![]()
__________________
klem 56 Squadron RAF "Firebirds" http://firebirds.2ndtaf.org.uk/ ASUS Sabertooth X58 /i7 950 @ 4GHz / 6Gb DDR3 1600 CAS8 / EVGA GTX570 GPU 1.28Gb superclocked / Crucial 128Gb SSD SATA III 6Gb/s, 355Mb-215Mb Read-Write / 850W PSU Windows 7 64 bit Home Premium / Samsung 22" 226BW @ 1680 x 1050 / TrackIR4 with TrackIR5 software / Saitek X52 Pro & Rudders |
#3
|
|||
|
|||
![]()
Im trying different things with these scripts by picking through other peoples. I have been trying various methods to ensure missions repeat, though so far they only repeat once for some reason.
Anyway instead of using the tick counter i have been looking at the init time settings people have been using. If i understand it correctly this allows a certaqin number of seconds to pass before carrying out whatever command you set. This is a test script I am having problems with: PHP Code:
However when I test the mission, endless stukas spawn and blow each other up, in other words far more than 1!!!! I have no idea about scripts, I have been picking bits out of other peoples, inserting them, hitting 'compile' and then testing the effects in game. I would be grateful if anyone can have a look and see where I am going wrong. |
#4
|
||||
|
||||
![]()
Flashman,
OnTickGame() is called 30 times in second and every second, so your script 30 times in second schedules a mission loading, and repeats that endlessly. You are abusing your computer ![]() Put this into Init(), not in OnTickGame(). Last edited by ZaltysZ; 05-23-2011 at 07:12 PM. |
#5
|
|||
|
|||
![]() Quote:
Hi Zaltys, Thanks for your help, however please excuse my ignorance. I have tried putting Init() in carious places but I can't work it out. ANy chance you can edit my previous file and put it in the correct place so I can see how it should work? I really have no idea what im doing...... Thanks |
#6
|
||||
|
||||
![]() PHP Code:
|
#7
|
|||
|
|||
![]() Quote:
I had worked out I was missing the (battle, mission....) part but it still didn't work. it was the base.init part that made it function correctly, and I wouldn't have a clue about that. Cheers! |
![]() |
Thread Tools | |
Display Modes | |
|
|