Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   Mods (http://forum.fulqrumpublishing.com/forumdisplay.php?f=187)
-   -   Red Sands Extreme Mod (http://forum.fulqrumpublishing.com/showthread.php?t=25587)

grimeleven 01-31-2012 01:12 AM

Hello, i've released a new update, it includes the 25 Jan RS patch 1.6.1 which fixes the leveling system crashes etc http://translate.googleusercontent.c...MBDGD6JRcfWfA#
and i've included the translation files inside it.

@HardWithStyle, Yeah me too it crashes when turning in that quest in Elon, still not fixed with 1.6.1, next time maybe.

The changed the exp_system config but i raised the XP rewards from level 1-10 like i had done previously while still keeping the higher XP in last levels.

Have fun


Edit: Re-up, added description for updated Fighting spirit skill

"When attacking an enemy, unit has a 10% chance to improve their initiative by 1 for 1 turn. Each bonus or penalty of Morale raises or lowers the chance by 1%. Inflicting a fatal blow, the squad has increased chance of gaining initiative by 3%."

grimeleven 02-01-2012 02:36 AM

2 Attachment(s)
I missed 1 change, my bad here's the fixed file, lua error when hero levelup, copy .lua to sessions\red_sands\scripts. I re-uploaded RedSandsExtreme with 2 changes included below.

I noticed there is something that got messed up in that patch, the player units would get a 50% damage increase, well over the limit cap and the enemy units were having 0% damage increase.. here's a fix to put it back decent levels, tho they changed the damage% for certain classes for something else.

For existing games, before it would calculate this way 5 * 10 = 50% damage now 2 * 10 = 20% max

exp_system_cfg.txt

Change
Code:

    max_damage_bonus=4
    damage_bonus=5

To
Code:

    max_damage_bonus=10
    damage_bonus=2

Scroll down to the "base" units

base {

and change
Code:

      pars=9 // number of available params to upgrade for class
      par1=attack
      par2=defense
      par3=krit
          par4=attack
          par5=defense
          par6=krit
          par7=attack
          par8=defense
          par9=krit

To
Code:

      pars=8 // number of available params to upgrade for class
      par1=attack
      par2=defense
      par3=krit
          par4=attack
          par5=defense
          par6=krit
          par7=attack
          par8=damage


HardWithStyle 02-04-2012 07:29 PM

I have a (most likely) dumb question, but at what time do i get access to new land? After i got every stone on main quest?

Fatt_Shade 02-04-2012 09:41 PM

No need for stones, you must finish quest to get map for new island. It have lots of running around on other islands and main problem is to defeat 42 lvl hero for it.

HardWithStyle 02-05-2012 12:04 PM

1 Attachment(s)
My current quest on red sands (which i don't have access to it):
-Find the answers in Red Sands
When i go to map, its under clouds. I killed nearly all, except K'Tahu and Tower in Debir.

What did i miss o.O

Fatt_Shade 02-05-2012 12:31 PM

This is weird :-( You have map, form Zigurd, and all info for quest and you say there is no Red sands island when you want to travel there, right ?
You should have no problem with quest, I all did all same way and had normal travel to new island. Sry man, i have no idea what is problem :-(

HardWithStyle 02-05-2012 12:42 PM

Damn... I still have that npc in inventory and try to talk with him but nothing. I really don't know why i cant go there >.< Hope grimeleven will have a solution for this.

Gone through all islands, talking to every single npc and 0 result. IDK why i cannot go on Red Island, is it possible i did something wrong with quests?

Fatt_Shade 02-05-2012 05:29 PM

2 Attachment(s)
@HardWithStyle I played RSE on a little bit older version 1.3 and here is my quest log for red sands island different then yours. I dont know what changed in new update something in translation or quest itself but you got some bug/error in your version :-(
After fighting Zigurd quest goes : talk to shopkeeper in Elon, go to Reha in castle talk, then Nameless castle and after talking to Dark Mistikus he give you map to Red sands island and that was it for me. I dont know any other way to get map for new island, because that`s how quest is made. In your screen i see that order in which you visited islands is different then in my quest, if you have some save after fighting with Zigurd try going in my order Elon-Reha-Nameless and see if you get map for red sands. Good luck.

HardWithStyle 02-11-2012 11:27 PM

Ah LOL, i got access to Red Sands, i haven't noticed that Mistikus got new line after Reha. Huhuh, thank you Fatt_Shade!

EDIT: grimeleven, can you do something about Orc Saboteur please. Started new game on Impossible and i have a stack of 200+ of them and i can't pass that, 100% crash when i attack at close range or when they attack me and i retaliate. Rest of game is working sooooo smooth now!

grimeleven 02-17-2012 01:26 AM

Quote:

Originally Posted by HardWithStyle (Post 389962)
Ah LOL, i got access to Red Sands, i haven't noticed that Mistikus got new line after Reha. Huhuh, thank you Fatt_Shade!

EDIT: grimeleven, can you do something about Orc Saboteur please. Started new game on Impossible and i have a stack of 200+ of them and i can't pass that, 100% crash when i attack at close range or when they attack me and i retaliate. Rest of game is working sooooo smooth now!

Ah sorry for late reply, i guess this unit got broken in recent patches, but for a quick fix, try to edit the saboteur atom file which can disable the "faulty" ability.

sessions\red_sands\atoms\orc_saboteur.atom

Change

Code:

posthitmaster=saboteur_posthit,orc_trophy_posthit,moldok_posthit
To

Code:

posthitmaster=orc_trophy_posthit,moldok_posthit
or
posthitmaster=orc_trophy_posthit

If it doesn't crash then... cool :)

Otherwise it's the invisibility skill, triple

Change
Code:

attacks=moveattack,cloacking,hit_back,triple_return
To

Code:

attacks=moveattack,hit_back,triple_return
or
attacks=moveattack,hit_back


Hope you can sort out the problem!


All times are GMT. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.