Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Sat Apr 20, 2024 3:52 am
All times are UTC + 0
Some sounds not appearing ingame
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [37 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Fri Sep 09, 2011 6:25 pm    Post subject:  Some sounds not appearing ingame
Subject description: ???
Reply with quote  Mark this post and the followings unread

I've recently gave the Blizzard Frigate a voice (RA3 Destroyer). All sounds work perfectly accept for it's VoiceAttack= . Not one quote was said. I made the .wavs the the same way as other previous sounds (which all work perfectly) and the codings are alright. I tried removing the sounds, putting them back in again and hitting compact but still no difference Embarassed

Here's a clearer view of the codes:
Code:
Just showing the ship's primary weapon voice coding. It's other voices work just right.

In soundmd.txt:

[SoundList]
870=BlizzardFrigateAttackShipCommand

[BlizzardFrigateAttackShipCommand]
Sounds= $vblia1a $vblia1b $vblia1c $vblia1d $vblia1e  ;named like Boomer's primary
Control= random
Volume=85

In rulesmd.txt:

[BLIZ]
VoiceAttack=BlizzardFrigateAttackShipCommand


Another unit, the Gladiator (using Future Tank voice) is also having sound problems. It does not blurt out one select voice and one move voice. It has 4 voice clips and 5 voice clips for select and move voices respectively. From the looks of it, the .wavs seem to be screwing with me. Any solution to this?

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
Starkku
Cyborg Commando


Joined: 28 Dec 2007
Location: Finland

PostPosted: Fri Sep 09, 2011 6:32 pm    Post subject: Reply with quote  Mark this post and the followings unread

ID of the sound entry is too long, use shorter ID's. Can't recall what the exact limit is but it's somewhere around 30 I think.

As for the second issue, make sure that there are no typos in the coding nor repeating of the first issue. In case these aren't an issue, a screenshot of XCC Sound Editor window with the problematic waves visible (and in particular their respective values for 'flags', 'samplerate' and 'chunk size') would help.

_________________

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID Twitter Channel URL
freedom fighter
General


Joined: 14 May 2009

PostPosted: Fri Sep 09, 2011 6:54 pm    Post subject: Reply with quote  Mark this post and the followings unread

Ok, for the Gladiator, this is what I have:

Code:
[GladiatorSelect]
Sounds=$vglasea $vglaseb $vglasec $vglased
Control=random
Volume=85

[GladiatorMove]
Sounds=$vglamoa $vglamob $vglamoc $vglamod $vglamoe
Control=random
Volume=85


I don't think I neither messed up the filenames nor gave the entry a long ID Neutral



err.png
 Description:
I see no typo...

Blacked out portion are the Gladiator's attack voices which work flawlessly.
 Filesize:  89.15 KB
 Viewed:  4288 Time(s)

err.png



_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Fri Sep 09, 2011 8:02 pm    Post subject: Reply with quote  Mark this post and the followings unread

I assume they're on the [SoundsList]?

Quote:
ID of the sound entry is too long, use shorter ID's. Can't recall what the exact limit is but it's somewhere around 30 I think.

It's more than that. I have a couple of sound entries at 33 characters that work fine.

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
Starkku
Cyborg Commando


Joined: 28 Dec 2007
Location: Finland

PostPosted: Fri Sep 09, 2011 8:05 pm    Post subject: Reply with quote  Mark this post and the followings unread

Yeah files seem OK, altough uncompressed and thus taking 4x more space but apart from that it shouldn't matter.

You haven't listed vglasee in [GladiatorSelect] Sounds= list though, so if that's one of the missing ones then there's your answer.

Apart from that, I don't know assuming that the sound entries are indeed listed in [SoundsList]. Are you sure it does not play them? Control=random, whilst it should choose more or less randomly from the list of available sound files to play, might sometimes just play same ones over and over again instead of opting for more variety.

FurryQueen wrote:

It's more than that. I have a couple of sound entries at 33 characters that work fine.


Well I just tested and sounds stopped playing once the amount of characters in ID hit 32. I am not sure if Ares would allow more than 31 characters to be used or something though, I tested on vanilla YR.

_________________

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID Twitter Channel URL
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Fri Sep 09, 2011 8:47 pm    Post subject: Reply with quote  Mark this post and the followings unread

Strange. I know for sure that my sounds continue working, but that wasn't vYR so I can't say for sure.

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Sat Sep 10, 2011 9:33 am    Post subject: Reply with quote  Mark this post and the followings unread

Like what Starkku said, the audio editor entries PCM wise look correct, key thing to note is that even if one of the sounds in the sound event's soundlist is missing or mispelled, whole sound event will refuse to play.

You should try to see that the sounds in sound editor list playback fine, if do, its likely just a referencing problem, something typoed in the inis, if even that wont work, something wrong with the sound wavs.

easy way to see the missing but referenced sounds from bag is use the ra2md.exe -log

function to get a debug text..it is only necessary to get to main menu and exit and check the debug.txt for missing samples, there is also a small possibility that the original filenames had a space in them thus referencing can fail. in such cases would have to use "name" AFAIK. Hard to say more without having the idx to check if name has space in it etc.

Back to top
View user's profile Send private message
Starkku
Cyborg Commando


Joined: 28 Dec 2007
Location: Finland

PostPosted: Sat Sep 10, 2011 10:01 am    Post subject: Reply with quote  Mark this post and the followings unread

ApolloTD wrote:

easy way to see the missing but referenced sounds from bag is use the ra2md.exe -log


And as a clarification, this only works if you are using NPatch or Ares. Altough in case of ares it's more like 'syringe.exe "gamemd.exe" -LOG' I think.

Graion Dilach wrote:
Wrong. Only NPatch.


Well I corrected myself, we both know very well that the similar function exists in both. It's just enabled in a different way for obvious reasons. This is, unless this particular aspect of debug logging (which I'd say is a quite useful feature) has been removed in Ares.

_________________

Last edited by Starkku on Sat Sep 10, 2011 10:09 am; edited 4 times in total

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID Twitter Channel URL
Graion Dilach
Defense Minister


Joined: 22 Nov 2010
Location: Iszkaszentgyorgy, Hungary

PostPosted: Sat Sep 10, 2011 10:04 am    Post subject: Reply with quote  Mark this post and the followings unread

Wrong. Only NPatch.

_________________
"If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more...

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Sat Sep 10, 2011 5:46 pm    Post subject: Reply with quote  Mark this post and the followings unread

Debug logging in Ares is the shit. I use it all the time.

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
PePsiCola
Cyborg Specialist


Joined: 28 Dec 2010
Location: The United States

PostPosted: Tue Nov 01, 2011 11:29 pm    Post subject: Reply with quote  Mark this post and the followings unread

A bump I know but one thing I can say is that I have this exact problem with plenty of unit voices...all I know is that the one time I played my mod with Ares, I noticed that the broken sounds worked so perhaps Ares fixed this.

_________________
Tiberium Uprising (a few missions for TS): http://www.ppmsite.com/forum/viewtopic.php?t=31029

Back to top
View user's profile Send private message
Darkstorm
Commander


Joined: 20 Jan 2008
Location: Texas

PostPosted: Wed Nov 02, 2011 12:17 am    Post subject: Reply with quote  Mark this post and the followings unread

Ummm... did you try removing the "random" on Control? I've had issues with sound Control things in the past.

Back to top
View user's profile Send private message ModDB Profile ID
freedom fighter
General


Joined: 14 May 2009

PostPosted: Mon Apr 29, 2013 10:59 am    Post subject: This is retarded... Reply with quote  Mark this post and the followings unread

Ok, this has been getting on my nerves.  A lot of sounds are not working for some bizarre reason even though they are in the right format, spelled correctly, coded correctly. My Comanche's Select and Primary Attack sounds are refusing to play and at least one Move sound is giving me an invisible middle finger.

Code:

soundmd.ini
[SoundList]
865=ComancheSelect
866=ComancheMove
867=ComancheAttack1
868=ComancheAttack2
869=ComancheVoiceDie

[ComancheSelect]
Sounds=$vcomsea $vcomseb $vcomsec $vcomsed $vcomsee
Control=random
Volume=85

[ComancheMove]
Sounds=$vcommoa $vcommob $vcommoc $vcommod $vcommoe
Control=random
Volume=85

[ComancheAttack1]
Sounds=$vcomata $vcomatc $vcomatd $vcomate $vcomatg $vcomath
Control=random
Volume=85

[ComancheAttack2]
Sounds=$vcoma2a $vcoma2b $vcoma2c $vcoma2d $vcoma2e
Control=random
Volume=85

[ComancheVoiceDie]
Sounds=$vcomfaa $vcomfac $vcomfae
Control=random
Volume=85


rulesmd.ini
[COMANCHE]
VoiceSelect=ComancheSelect
VoiceMove=ComancheMove
VoiceAttack=ComancheAttack1
VoiceSecondaryWeaponAttack=ComancheAttack2
VoiceCrashing=ComancheVoiceDie


My Vulture Gunship's sounds are also trolling me. Yesterday, it's Move sounds don't work. Today after reinstalling the Move sounds, they work but now it's Attack sounds don't. Worse, one of my infantry's Move sounds suddenly decided to quit. What is this I don't even-

I swear I didn't mess around with the audio.bag other than putting in and removing the new sounds. What the hell is going on? Confused



retardedsounds.png
 Description:
What kind of black magic is this?! They are all named and formatted correctly :S
 Filesize:  46.55 KB
 Viewed:  3255 Time(s)

retardedsounds.png



_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
mevitar
Missile Trooper


Joined: 31 Dec 2010

PostPosted: Mon Apr 29, 2013 3:32 pm    Post subject: Reply with quote  Mark this post and the followings unread

Isn't this what happens when audio.bag gets corrupt (or was it audio.idx)? I think you shouldn't have removed files from the audio.bag in the first place.

Back to top
View user's profile Send private message
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Mon Apr 29, 2013 4:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

Eh, he can see if they are corrupted by playing them in sound editor...

If no glitches then they are fine and not corrupted.

I would be more curious if there is problem, else it may just be typo or game engine occasionally chooses not to play since that is what default priority does.

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Mon Apr 29, 2013 5:38 pm    Post subject: Reply with quote  Mark this post and the followings unread

All sounds work fine. I only add and remove new sounds. Other than that I never touched the file. Something is wrong when whole sections of sounds aren't playing when they should :/ There isn't even a single typo error...

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
Mig Eater
Defense Minister


Joined: 13 Nov 2003
Location: Eindhoven

PostPosted: Tue Apr 30, 2013 10:45 am    Post subject: Reply with quote  Mark this post and the followings unread

I've been having similar problems with D-day, I've put the sounds in a mix file instead of the bag/idx tho. I'll report back if my own debugging efforts find anything.

_________________



Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL
freedom fighter
General


Joined: 14 May 2009

PostPosted: Wed May 01, 2013 9:42 am    Post subject: Reply with quote  Mark this post and the followings unread

Sigh, still no luck. I've converted the sounds multiple times using at least three methods (Apollo's RA2 Sound converter, Winamp with the XCC plugin and XCC Mixer's Copy as WAV) and have several version of the sounds. Yet, the exact same sounds still don't work. Renaming them doesn't seem to work either Sad

Mig, how did you name your .mix files? I've used ecache- and expandmd0-. None of them work.

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
Graion Dilach
Defense Minister


Joined: 22 Nov 2010
Location: Iszkaszentgyorgy, Hungary

PostPosted: Wed May 01, 2013 9:45 am    Post subject: Reply with quote  Mark this post and the followings unread

Mig uses Ares, that allows him such to do.

Regarding the original issue... I have no idea. How about taking out those $ marks?

_________________
"If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more...

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID
freedom fighter
General


Joined: 14 May 2009

PostPosted: Wed May 01, 2013 9:50 am    Post subject: Reply with quote  Mark this post and the followings unread

Nope. Didn't work.

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Wed May 01, 2013 10:34 pm    Post subject: Reply with quote  Mark this post and the followings unread

Have you tried building a new audio.bag and audio.idx from scratch? I use the same sounds and I've added hundreds, which all work without fail. Seems like your files got gummed up somewhere.

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Thu May 02, 2013 8:01 am    Post subject: Reply with quote  Mark this post and the followings unread

What I would like to know precisely is that how you perceive the problem exactly.

Repeated clicking on unit wields no voice out ? is there background ambient sounds present same time? or total silence in background mostly?

As game may also choose not to play given priority for ambient that has higher volume or during big battle can be ignored given sounds active else.

Any audio file that is bad, either by typo in filename/event name or by file itself will lead to game engine doing silence instead for the whole sound event and exception to that can be pcm if audiofile issue as lacks decoding error check.

You should try out priority coding if makes difference to the issue.

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Thu May 02, 2013 4:13 pm    Post subject: Reply with quote  Mark this post and the followings unread

ApolloTD wrote:
What I would like to know precisely is that how you perceive the problem exactly.


Quote:
Repeated clicking on unit wields no voice out


This. Everything else works fine.

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Mon Nov 25, 2013 10:26 am    Post subject: BUMP! Reply with quote  Mark this post and the followings unread

So has anyone found out what is causing the sounds to not work properly? Before anyone tells me to test first before begging, I've placed my sounds in a new clean audio.bag. So far most of the sounds work perfectly, but there are still some that don't work at all. One case is that my Apollo Fighter's select and move sounds have bugged out sometime ago. When I placed entirely new sound files (which still use the old files' names), the same exact sounds don't work. This is at least 3 months later.

As I said before, reconverting and renaming the files don't work either. My MGG's select sounds don't work and even doing the above two didn't solve it :/

What. The. Fuck.

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Mon Nov 25, 2013 10:42 am    Post subject: Reply with quote  Mark this post and the followings unread

and the particular files do play properly in xcc sound editor right?

Else I wouldnt know unless had them to take a closer look on.

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Mon Nov 25, 2013 1:05 pm    Post subject: Reply with quote  Mark this post and the followings unread

They work flawlessly. And thats bugging me :S

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Mon Nov 25, 2013 1:59 pm    Post subject: Reply with quote  Mark this post and the followings unread

No idea without seeing the setup if even then and not sure if you've tried giving them priority=critical and issue still persists or not.

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Tue Nov 26, 2013 10:27 am    Post subject: Reply with quote  Mark this post and the followings unread

Here's a sample of one voice set that isn't entirely working (AttackComand works perfectly):

Code:

[ApolloAttackCommand]
Sounds= $vatapoa $vatapob $vatapoc $vatapod $vatapoe
Control= random
Volume=85

[ApolloMove]
Sounds= $vmoapoa $vmoapob $vmoapoc $vmoapod $vmoapoe
Control= random
Volume=85

[ApolloSelect]
Sounds= $vseapoa $vseapob $vseapoc $vseapod $vseapoe $vseapof
Control= random
Volume=85

[ApolloVoiceDie]
Sounds= $vdieapoa $vdieapob $vdieapoc $vdieapod
Priority=low
Control= random
Volume=65


I just tried giving another entry Priority=critical and that didn't work at all either.

wat.

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Tue Nov 26, 2013 2:41 pm    Post subject: Reply with quote  Mark this post and the followings unread

Double post cuz no one replied with any explanation yet. I might have found a clue regarding the wonky sounds. I've just converted and installed the Generals Comanche's lines. I've converted them before, and all except its move and rocket pod lines didn't work. This time round though, all but the rocket pod lines work. Both sets of files were converted from the same source (General's audioenglish.big file), just named differently (vatspaa, vcomata, etc) and the sound entires are named differently too (SparrowAttackCommand, ComanheAttackCommand, etc).

This obviously has nothing to do with corrupt files (they play perfectly in any format, in and outside XCC) or Priority= tag (sound that plays above other sounds, which isn't the case if you just want to select one specific unit alone. I've tried it, didn't work). My only guess is that the game doesn't recognise the sound entries for some reason, even if they are properly listed, like this:

Code:
...
886=GriffonAttackCommand
887=GriffonMove
888=GriffonSelect
889=GriffonVoiceDie
890=GriffonAttackCommand2
891=ApolloVoiceDie
892=CondorMoveLoop
893=CondorAttack
894=SparrowAttackCommand
895=SparrowAttackCommand2
896=SparrowSelect
897=SparrowVoiceDie
898=SparrowMove
...


So does anyone have any bright ideas? Or is there more to it than what I just shared?

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
freedom fighter
General


Joined: 14 May 2009

PostPosted: Tue Nov 26, 2013 5:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

Holy shitbox triple post WOOOOOH!

Ok seriously, I'm not sure if the game is trolling me but some of the sounds which didn't work previously now work, and at least one sound entry that work before now no longer works. And I didn't make any changes...

This is getting weird...

_________________
The future belongs to The Forgotten!

Back to top
View user's profile Send private message
OrangeNero
Commander


Joined: 11 Jan 2012

PostPosted: Tue Nov 26, 2013 5:36 pm    Post subject: Reply with quote  Mark this post and the followings unread

WTF?

Sounds= $vdieapoa $vdieapob $vdieapoc $vdieapod

_________________
Free Tibed!
EA for worst company of the decade!

Back to top
View user's profile Send private message
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Tue Nov 26, 2013 6:03 pm    Post subject: Reply with quote  Mark this post and the followings unread

freedom fighter wrote:
Holy shitbox triple post WOOOOOH!

Ok seriously, I'm not sure if the game is trolling me but some of the sounds which didn't work previously now work, and at least one sound entry that work before now no longer works. And I didn't make any changes...

This is getting weird...

Have you tried re-encoding your WAV files, rebuilding your audio archives then recoding the sound file from square one? I know that's a lot of work but that might be what you need to do.

Also. Are you using Ares, NPatch or vanilla games?

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
Atomic_Noodles
Defense Minister


Joined: 05 Oct 2011

PostPosted: Tue Nov 26, 2013 8:35 pm    Post subject: Reply with quote  Mark this post and the followings unread

He's using NPatch. Though I'm not really sure if Ares does anything else aside from native support for non-audio bagged stuff.

_________________
~ Excelsior ~

Back to top
View user's profile Send private message Visit poster's website
FurryQueen
General


Joined: 24 Jul 2010
Location: Liyue

PostPosted: Tue Nov 26, 2013 8:54 pm    Post subject: Reply with quote  Mark this post and the followings unread

Strange. I used NPatch for a long time and was able to successfully add about 750 new sounds.

_________________
KGR | AT
AZUR
Discord: theastronomer1836
Steam

Back to top
View user's profile Send private message Skype Account
ApolloTD
Commander


Joined: 19 Nov 2003

PostPosted: Wed Nov 27, 2013 5:19 am    Post subject: Reply with quote  Mark this post and the followings unread

Naw, patch or no patch, bag system works the same or game sound engine for that matter.

Based on info, its just guessing game TBH...your hard drive could be too fragmented or any number of outside usual cases.

Could be pc specific problem for all we know as there is no one else having these kinda problems, only cases have been simply coder mistakes in past or old xcc sound editor used with invalid ima block size.

Invalid sound events will not play ever but since you have randomly working and then not, its not that either.

Back to top
View user's profile Send private message
Mig Eater
Defense Minister


Joined: 13 Nov 2003
Location: Eindhoven

PostPosted: Wed Nov 27, 2013 11:34 am    Post subject: Reply with quote  Mark this post and the followings unread

BTW I'm having the same problem with some of the unit voices in D-day too. So far I can't find anything wrong with either the sound files or my code.

_________________



Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL
Graion Dilach
Defense Minister


Joined: 22 Nov 2010
Location: Iszkaszentgyorgy, Hungary

PostPosted: Wed Nov 27, 2013 12:22 pm    Post subject: Reply with quote  Mark this post and the followings unread

Well, in D-day, I feel it's the sheer amount of ambient sounds causing that issue, since the game does have a limit (I guess 16 here) of sounds it can play at the same time.

_________________
"If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more...

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [37 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.2159s ][ Queries: 15 (0.0118s) ][ Debug on ]