Jump to content


Miksip

Member Since 11 Sep 2016
Offline Last Active Apr 12 2023 11:30 PM

Posts I've Made

In Topic: Having a graphics slowdown issue with a BG Trilogy based mega install

28 November 2017 - 12:02 PM

You can try things in this post http://www.shsforums...remove-the-lag/


In Topic: BWPv17

22 November 2017 - 02:59 AM

@tomkaz

I found this line in process.bat

SET STAC="TacticMod" %SET%  

but there is no set stac for individual.bat.

So my guess would be that STAC is left from that file and can be safely removed.


In Topic: 1ppv4.1.0 release - Download & discussion

17 November 2017 - 01:18 PM

1ppv4: Softer Spell Effects works fine for me even without 3D acceleration. May i know what exactly should be wrong?


In Topic: Bug reporting practices discussion

11 November 2017 - 11:16 AM

I made a post which describes the problem with refinements and asked to remove this code in next version.

The answer i got was:

"Now" is certainly not the time, since you are writing in the forums of a mod without an owner. Refinements has not officially been updated since like 2012. Maybe even earlier - I don't even know.    ---by subtledoctor

And in the neighborhood topic he writes

I think it's up to rc19 at this point. Make sure you grab the latest release from the Github page, or just use BWS.   ---by subtledoctor

 

I also reported possible problem with "Botomless Bag of Holding" code in Vlad Compilation and asked to resolve it.

The answer:

Second, Bag of Holdings is okay, never encountered any problem with that. ---by Vlad

Why bother report anything to anyone if they are not going to see it as a problem even if you shove it to their faces and tell "Here it is. The problem."

 


In Topic: BWPv17

11 November 2017 - 10:57 AM

@Leonardo Watson

 

1) you have this line

 

findstr /I /M "CSOBWPO" %SET%>nul
if errorlevel 1 (
    Call %EINSTI% cdtweaks "2040 2050"
)

I think you meant 2240 and 2250.

 

2) I had problems with helm animation in inventory screen described here

http://www.shsforums...entory-screens/

Then i removed my weidu log from directory and installed 1pp core paperdolls anew - it seems to fix it.

Can you move 1pp after item revisions as described by Salk?

Here is more about it http://gibberlings3....=27#entry245704

 

3) you have this line in manual

 

Install Component [Revised Armor]? [N]ot Install
Incompatible with the mod „Full Plate And Packing Steel"

 

and this in individual.bat

 

findstr /I /M "Fullplate" %SET%>nul
if errorlevel 1 (
    Call %EINSTI% item_rev "9"
)

it doesn't mention component 1040 from item revisions when "fullplate" mod is not installed.

 

4) cdtweaks there is no component 2050 mentioned in individual.bat - most probably you meant 2060?