axiand / randomizer

Garry's Mod gamemode with random weapons
https://steamcommunity.com/sharedfiles/filedetails/?id=2915537217
MIT License
0 stars 0 forks source link

rz_weaponset Seems to cut off randomly #1

Open mockrin opened 4 months ago

mockrin commented 4 months ago

Both the weaponlist string in the gamemode settings AND the command rz_weaponset seems to cut off the text randomly and inconsistently. In the attached image, i tried two commands. The first was my entire weapons list (that failed on the first run):

weapon_csgo_asiimovkalashka weapon_csgo_asiimovawp weapon_csgo_asiimovp90 weapon_csgo_asiimov4a4 weapon_csgo_asiimovp250 weapon_dredux_de_bfg weapon_dredux_de_chaingun weapon_dredux_de_heavy_ar weapon_dredux_de_supershotgun destiny_dead_mans_tale destiny_gjallarhorn destiny_hammerhead destiny_one_thousand_voices destiny_sleeper_simulant destiny_sweet_business destiny_fourth_horseman destiny_last_word eaj_theworld eaj_star_platinum weapon_flashcut2 haloreach_assaultrifle haloreach_dmr haloreach_needler haloreach_sword mc_weapon_bow mc_weapon_sword_diamond minecraft_swep weapon_lightsaber tfa_dax_big_glock tfa_raygun tfa_thundergun tfa_blundergat tfa_shrinkray tf_weapon_scattergun tf_weapon_rocketlauncher tf_weapon_medigun tf_weapon_sniperrifle weapon_fo410mm_nope lightning_caller weapon_boxcarlauncher weapon_cat

The second command was run with this list:

haloreach_sword mc_weapon_bow mc_weapon_sword_diamond minecraft_swep weapon_lightsaber

be36e1ad2d22f32fee4de03edb5db2c9

axiand commented 4 months ago

the addon doesn't enforce any limit on the string length. my first guess is that maybe gmod/source puts a limit on strings, which means id have to redo configs should i revisit this project...