Home » PLAYER'S HQ 1.13 » v1.13 Solutions,Tips & Spoilers » Need help , how does [Progress Speed of Item Choices] work exactly? (Need help , how does [Progress Speed of Item Choices] work exactly?)
Need help , how does [Progress Speed of Item Choices] work exactly?[message #354155] Thu, 26 July 2018 17:10 Go to next message
2pthegamer is currently offline 2pthegamer
Messages:2
Registered:July 2018
Can someone tell me how does [Progress Speed of Item Choices] work exactly?
Very slow,Slow,Normal,Fast,Very fast.What do these five options mean?
I know when I set BR quality to 3,at game progression 20,BR will sell items with coolness 5[3+2].
Then what does [Progress Speed of Item Choices]= Normal mean? Does it mean when at game progression 20,enemy will use coolness 5 item?
If it works like BR quality, Very slow means 1,Normal means 3,Very fast means 5.But I don't know that for sure.
Can someone explain the ingame formula for me? Thanks!

Report message to a moderator

Civilian
Re: Need help , how does [Progress Speed of Item Choices] work exactly?[message #354158 is a reply to message #354155] Thu, 26 July 2018 22:00 Go to previous messageGo to next message
silversurfer

 
Messages:2793
Registered:May 2009
Item choices are used for enemy item generation depending on several modifiers, one of them is the "Progress Speed of Item Choices" modifier. The texts are just a substitute for integer values ranging from 0 to 4.
enum
{
	ITEM_PROGRESS_VERY_SLOW = 0,
	ITEM_PROGRESS_SLOW,
	ITEM_PROGRESS_NORMAL,
	ITEM_PROGRESS_FAST,
	ITEM_PROGRESS_VERY_FAST,
};

The value is assigned to a variable "gGameOptions.ubProgressSpeedOfItemsChoices" which is used by "Tactical\Inventory Choosing.cpp". It's probably best if you just take a look at the source code and search for this variable name.

Tactical\Inventory Choosing.cpp

The code has comments so that part shouldn't be too hard to read.

[Updated on: Thu, 26 July 2018 22:01]




Wildfire Maps Mod 6.07 on SVN: https://ja2svn.mooo.com/source/ja2/branches/Wanne/JA2%201.13%20Wildfire%206.06%20-%20Maps%20MOD

Report message to a moderator

Lieutenant
Re: Need help , how does [Progress Speed of Item Choices] work exactly?[message #354160 is a reply to message #354158] Fri, 27 July 2018 02:41 Go to previous message
2pthegamer is currently offline 2pthegamer
Messages:2
Registered:July 2018
Thank you very much

Report message to a moderator

Civilian
Previous Topic: Full screen + german language
Next Topic: Having terrible (primarily) combat stutter with 1.13
Goto Forum:
  


Current Time: Thu Apr 18 04:53:16 GMT+3 2024

Total time taken to generate the page: 0.00721 seconds