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.


Messages - Trojan Rabbit

Pages: [1]
1
OpenXcom Extended / Re: OXCE (OpenXcom Extended) main thread
« on: February 07, 2022, 10:08:34 am »
Confirm this error  (Fatal Error  when pressing "New battle")
 * error in  OXCE 7.5.1 & 7.5.2;   In 7.4.2 - all OK
 * deleted battle.cfg - same error
 * disable all mods - same error

2
The X-Com Files / Re: Bugs, crashes, typos & bad taste
« on: December 27, 2020, 05:11:02 pm »
Small bug:
File: items_XCOMFILES.rul
  - type: STR_MESSER_AA_CLIP
    bigSprite: 1007
Must be 1008  for AA clip  (1007 - normal clip image / 1008 - AA clip)

Some questions about categorization:
File: items_XCOMFILES.rul
  - type: STR_WARP_CANNON
 and
  - type: STR_WARP_CANNON_CLIP  defined as
    categories: [STR_CANNONS, STR_PLASMA     Is it correct?  Maybe  STR_WARP ?

  - type: STR_NEON_BOW
    categories: [STR_ALIEN_TECH, STR_PLASMA
    damageType: 4 
Damage type = 4 (Laser). Maybe type = STR_LASER ?


3
The X-Com Files / Re: [submod]X-Com X-Files Resound Mod
« on: December 27, 2020, 01:23:45 pm »
small bug detected!

file: items_XCOMFILES.rul
...
  - type: STR_LASER_SNIPER_RIFLE
    fireSound: 2117
in section  extraSounds: number 2117 not defined. --> shot w/o  sound. 
(maybe missed  string        2117: Resources/Resound/lsr.wav  ?)

  Sorry for my Google-translated  english :'(



4
The X-Com Files / Re: [submod]X-Com X-Files Resound Mod
« on: December 26, 2020, 06:09:44 pm »
1) Thank you for this AWESOME mod!
2) Small problem: in 'openxcom.log':
...
[26-12-2020_17-59-40]   [INFO]   - x-com-resound v2.0
...
[26-12-2020_17-59-45]   [ERROR]   Sound::load(Resources/DeathFemale/femaledeath1.ogg): mix error=OGG bitstream is not valid Vorbis stream!
[26-12-2020_17-59-45]   [ERROR]   Sound::load(Resources/Resound/heavymd.wav): mix error=Unknown WAVE data format: 0x0003
[26-12-2020_17-59-45]   [ERROR]   Sound::load(Resources/Explosives/eleriumexplosive4.wav): mix error=Complex WAVE files not supported
[26-12-2020_17-59-45]   [ERROR]   Sound::load(Resources/Explosives/eleriumexplosive5.wav): mix error=Complex WAVE files not supported
[26-12-2020_17-59-45]   [ERROR]   Sound::load(Resources/Explosives/eleriumexplosive6.wav): mix error=Complex WAVE files not supported
...
[26-12-2020_17-59-46]   [INFO]   OpenXcom started successfully!

Pages: [1]