aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rbuck000

Pages: [1]
1
Suggestions / Play video on event ?
« on: May 28, 2020, 12:00:17 am »
So I was wondering is there a way to introduce in code to play video on events such as ufo detected ufo destroyed, and one for craft lost.  Each can be pre made videos and if we do say have the possibilitycan they also be conditional such as day or night ?

2
Work In Progress / Step by step upgrades for crafts.
« on: January 24, 2020, 07:39:10 am »
I'm working on making most unlocks add new upgrades components to crafts. Still very wiped till I figure out more of the yamal stuff.
extraSprites:
  - type: STR_INTERCEPTORMK2_ufopedia.png
    width: 320
    height: 200
    singleImage: true
    files:
      0: Resources/Crafts/INTERCEPTORMK2/STR_INTERCEPTORMK2_ufopedia.png
  - type: BASEBITS.PCK
    files:
      57: Resources/Crafts/INTERCEPTORMK2/STR_INTERCEPTORMK2_base.png
  - type: INTICON.PCK
    files:
      24: Resources/Crafts/INTERCEPTORMK2/STR_INTERCEPTORMK2_minimised.png
      35: Resources/Crafts/INTERCEPTORMK2/STR_INTERCEPTORMK2_dogfight.png
CRAFTS:
  - sprite: 24
    type: STR_INTERCEPTORMK2
accel: 4
autoPatrol: true
costBuy: 101980
costRent: 20000
craftstats: null
damageMax: 120
forceShowInMonthlyCosts: true
fuelMax: 1000
maxItems: 3
notifyWhenRefueled: true
refuelRate: 50
score: 250
speedMax: 2600
transferTime: 48
weaponStrings: STR_WEAPON_ONE STR_WEAPON_TWO STR_CANNON
weaponTypes: [0, 0, 5]
weapons: 3

3
Work In Progress / I have found a way to make new cutscenes!
« on: January 18, 2020, 03:18:19 am »
there is a app i have i can now use to make cut scenes any ideas?

4
Suggestions / Custom new in game videos?
« on: January 05, 2020, 02:11:58 am »
Hello everybody!
Ingame video clips via any other video format other than FLC animated stills?

I have been making custom video's that would go great with xcom via customized edited clips from GNU licence cgi on youtube. I was wondering if it's beyond the programming capabilities of OpenXCOM+
Since it has openGL if irecall you can use a call to bring up an overlay window that could be sized and placed.

If possible I'd  like to replace most of the lame air combat with custom made cgi for air battle. Have notices in video and text of ufo landed or terror in video.

Pages: [1]