#modders-guild-hall

1 messages ยท Page 32 of 1

cyan shard
#

๐Ÿ™

cosmic elbow
#

bro ts guy frying me yo๐Ÿ˜‚

#

i'll take this and show you how much of a joke armor is in game

#

also may i have the uncooked pak file for itfroggoblush

cyan shard
#

@lusty bramble anyway you could make a force win button mod? that would be so peak for split screen to fix the player not being able to use the win button

cosmic elbow
#

kepon what the FUCK did you do

sturdy matrix
sturdy matrix
sharp flicker
#

Have you tried changing the muscle rate separately from the weight? I find that it can result in slightly less misshapen results while still giving freakish strength, although it seems like they definitely alter similar parts of the character model and its physics. I could be wrong ofc I'm new to this whole ue5 modding scene lol

#

Also has anyone had any luck in replicating the weapon launching system from massclown's OG halfswordtrainermod? I have been trying to replicate it (using Claude because I am a scrub and don't know any code) to no avail. I have the weapons launching, they will orient to where im looking, they have the correct offset, and they are launching at a good speed, but they just bounce off the npcs lol

cyan shard
#

yo

#

@green terrace how do i rebind the controls its not working

sharp flicker
#

that'll do it

cyan shard
#

how do i do this

#

@dark gorge

#

ive been trying to do this for like 30 min ts is annoying

dusk owl
#

I re-added the removed kettlehelm model from the old playtest build back into the new EA build

meager notch
cyan shard
#

ty

meager notch
#
-- Created by ebi_lyozha
 
print("[InstaWin] Mod loaded!")
 
local UEHelpers =  require("UEHelpers")
 
local willies = {}
 
local isUsed = false
 
 
RegisterBeginPlayPostHook(function(param)
 
    if isUsed then
        willies = {}
    end
 
    local actor = param:get()
    if not actor then return end
    if not actor:GetFullName():find("Willie_BP_C") then return end
    table.insert(willies, actor)
end)
 
 
 
RegisterKeyBind(Key.M, function()
    for i, w in ipairs(willies) do
        if w["Team Int"] ~= 1 then
            print("\nMade a Willie number ", i, " Give UP!")
            w["Give Up"] = true
        end
    end
 
    isUsed = true
end)```

or like this. You need UE4SS for this. Works in free mode and progression.
cyan shard
#

bet

#

where do i put the code

meager notch
#

Do you have le ue4ss?

cyan shard
#

idk

#

no

#

i got melon loader

meager notch
#

Uhmm uhh uhhh

cyan shard
#

i can use UE4SS i just dont know how lol

meager notch
#

Oh k, you have to install it then

#

i'll help

cyan shard
#

ty

meager notch
#

yup

#

this link is direct to the needed version

#

you create a folder (I just created one called "ue4ss") and this is the directory

cyan shard
#

in localappdata?

meager notch
#

nah, steamapps one

cyan shard
#

ok

meager notch
#

the root folder of the game

cyan shard
#

then i just put the stuff in the folder right?

meager notch
meager notch
cyan shard
#

how do i open that

meager notch
#

IIRC it's dll and a folder

#

You have to start the game

#

It will create this window and a console

cyan shard
#

ok

#

nothing opened

meager notch
cyan shard
#

@meager notch my friend is getting off soon

#

how do i open

#

the

#

debug stuff

meager notch
#

Uhhhhhhhhhhh wdym, did you put the dll and the folder into the binaries?

cyan shard
#

i will ss

meager notch
#

It should have opened by itself

cyan shard
#

it wont

meager notch
#

Did the console open?

#

you should have game, console and debugger

cyan shard
#

hold on i think i know what i did wrong

#

i made a folder named ue4ss and then put the stuff in that folder

meager notch
#

Yeah lol my bad

cyan shard
#

works now

meager notch
#

I said you to do that, actually you should not

#

k great

cyan shard
#

all good

meager notch
#

the key to make willies give up is M

cyan shard
#

how do i add new mod

#

what tab

#

lua debug?

meager notch
#

You first go to the Lua Debugger, then Mods tab

cyan shard
meager notch
#

You press save and then restart the mod

#

with those buttons

cyan shard
#

it broke the game

#

like it crashed

#

i play on dx11 btw

meager notch
#

Oh

#

What's the crash issue

#

Crash error message*

cyan shard
#

hold on

#

btw im playing this on split screen

meager notch
#

oh

#

Still should work

#

Maybe I did an oopsie though but it's easy to fix

#

And sooo I guess this script isn't something you're looking for lol :\D

#

Because it doesn't actually force the round end, it makes willies give up but I assume you need the force round end for split screen?

cyan shard
#

i tested it solo and it crashed

meager notch
cyan shard
#

could you try to make it force end the round and let us win

meager notch
#

Makes them knights bow in front of twiggie

cyan shard
#

whenever we win on split screen it counts the wins times 2 so that might be why it brakes btw

cyan shard
meager notch
#

wth

humble prawn
#

someone should replace the new willie face with the demo face willipy

meager notch
#
-- Created by ebi_lyozha

print("[InstaWin] Mod loaded!")


RegisterKeyBind(Key.M, function()

       local actors = FindAllOf("Willie_BP_C")

    if not actors then print("No actors found") return end

    for _, actor in pairs(actors) do
        if actor["Team Int"] ~= 1 then
            actor["Give Up"] = true
        end
    end
end)

a more elegant version

meager notch
cyan shard
#

ok i will test later

#

ty

meager notch
#

It's not for split screen yet tho

#

just sayin

cyan shard
#

ok

worthy bone
#

anyone can help?

fossil dock
#

a full moon is out tonight

radiant portal
#

I love how no matter what version of the game it is, there's some way to spawn in completely butt-ass naked with no hair

meager notch
#

His buttcrack is sealed shut

radiant portal
meager notch
radiant portal
#

Ahhh

meager notch
#

The notorious pantless Willie

cyan shard
#

@radiant portal do you know how to use reWASD

radiant portal
#

reWHAT?

meager notch
#

In EA you can get one in free mode when you give up and pass out at the same time, causing double lose screen

cyan shard
#

@dark gorge yo bro how do i use reWASD i spent like a hour with my friend and it wont work

radiant portal
cyan shard
radiant portal
#

O

cyan shard
#

i got it and now idk how to set it up bruh

#

the dudes wont reply

radiant portal
#

I thought I opened up a gambling website

radiant portal
cyan shard
#

im trying to make it so half sword detects my 2nd keyboards inputs as xbox controller

radiant portal
#

Oh

#

Is that even possible?

cyan shard
#

me and my friend use parsec to play split screen he host it on his pc and i can use pc controls for player 1 and he uses controller for player 2

cyan shard
#

but maybe its only the other way around that sucks

cyan shard
#

wdym

#

oh if i have to group all of em it might not work

radiant portal
#

Oh just wondering if you'd already seen this post before

cyan shard
#

i dont think it detects my stuff

#

because its not plugged into his pc

cyan shard
#

but like what does the post mean

radiant portal
cyan shard
#

ty i will look rn

radiant portal
#

Might not be relevant though I missed the part about you using parsec earlier

#

But worth checking out

cyan shard
#

ye

cyan shard
#

yo anyone in here got a xbox controller

torpid plover
worthy bone
lilac marten
#

um, can someone send me or tell where to get the FText_Constructor.lua for zDEV-UE4SS_v3.0.1, because i am missing the signiture and it didn't come with it

lusty bramble
lilac marten
#

oh ok

lilac marten
cosmic elbow
lusty bramble
cosmic elbow
#

im doing some testing rn for my spellbook mod

#

gimme a sec

lusty bramble
cosmic elbow
#

my pc cant tap into them

cosmic elbow
sturdy matrix
cosmic elbow
#

do the blueprints say "compiled blueprint class" or no

lusty bramble
cosmic elbow
#

too

#

bcz my pc cant edit them

sturdy matrix
#

You wouldn't be able to do anything with just the mod pak alone, because the assets have references to other files in them, so you'd need the whole raw assets folder from half sword anyway just to make changes or see actual data.

lusty bramble
cosmic elbow
lusty bramble
#

oh and you gotta remove the Groom asset (hair) bc it seems to cause crashes but yeah

lusty bramble
cosmic elbow
#

maybe

#

yeah maybe that'll work

torpid plover
#

atp give him your entire C drive

cosmic elbow
quick flicker
#

I was going to add it to the references but it won't let me; brigandines weren't very popular at the HRE but they fit the period.

finite tide
#

yo thank you for the info steam

left kite
#

is there a mod for early access like half sword enhancer

finite tide
#

guys any mod that can let me spawn in willies?

left kite
finite tide
#

folks how do i mod the game

left kite
#

through nexus mods

lapis perch
#

I gotta learn how to make myself a gun mod

radiant portal
left kite
crimson acorn
#

we need some chainmail coifs

left kite
#

it keeps saying mod injection failed

ember lodge
#

someone should def make a boxing ring map

serene forge
fathom birch
#

How do I make the launcher work

#

As everytime I start up with it

#

The game just crashes immediately

craggy acorn
fathom birch
#

I downloaded the most modern version of extended

craggy acorn
fathom birch
#

I also used the version of EA that has that launcher

#

Incase you know that thing has issues that I'm not aware of

craggy acorn
fathom birch
#

also when do you think the weapon maker is gonna bw released?

fathom birch
#

My fault I think I'm just blind

craggy acorn
#

lol

fathom birch
#

Wait

#

It's saying on nexus it's 5.3

#

But on the software it's 5.2

craggy acorn
fathom birch
#

Yea

#

If I do it manually it seems to delete the halfsword.dll file and doesn't boot the enhancer and I gotta do it all over again

craggy acorn
#

okay so you got the launcher updated but for some reason the mod didn't got updated

craggy acorn
fathom birch
#

Half sword has a mod folder?

#

Sorry if I sound stupid

craggy acorn
#

nono

fathom birch
#

Ohhhh

#

Right gimme a sec

craggy acorn
fathom birch
#

Oh

#

Le logs

craggy acorn
#

looks good

#

did you try to delete the mod dll from the mod folder?

#

the launcher should download the latest version

fathom birch
#

what file is that

craggy acorn
#

HSEnhancer.dll

fathom birch
#

thank you theres two]

craggy acorn
#

delete both

fathom birch
#

well its working now

#

that 2nd one has a _ separating the tw

craggy acorn
#

yeah that's the old name convention. now all the mod files don't have separators to maintain consistency and avoid issues

fathom birch
#

i see i see

#

its working now though thank you so much

craggy acorn
#

np

fathom birch
#

now I wait for the goated Item maker update

frozen sable
cyan shard
#

@craggy acorn hello ๐Ÿ˜„ could you help me out with something please I've been looking for someone to make a mod that forces the player to win the battle they are in so then me and my friend can progress in split screen progression. Anyway you could help out with that?

craggy acorn
timber folio
#

is half sword enchancer safe?

fervent breach
#

yo every time i lunch it it my antivirus detects a trojan??

subtle condor
#

this game is shit

fervent breach
#

huh

cyan shard
#

i got it working for both players on pc controls but my mouse keeps controlling player 1 and i dont want that if i can find a fix then it will be 100% working

dusk owl
#

does anyone know what the nemesis opponents are used for in the gameprogress.sav files?

meager notch
dusk owl
#

interesting, that sounds likely

cyan shard
#

oh ok

#

can i do it with reWASD?

craggy acorn
#

idk never used that

cyan shard
#

oh ok

cyan shard
craggy acorn
cyan shard
#

all good

fervent breach
dusk owl
#

HSE always flags as a trojan

foggy patrol
#

Is it possible to paint over willies skin to give him a suit

#

Preferably skin tight

lusty bramble
lament dragon
#

Anyone got the shovel item?

#

The actual one with metal as a part of it

patent plover
odd frost
#

he must be ragebaiting

#

how could anyone hate halfsword

cyan shard
#

idk skill issue lol

somber prism
#

So... I downloaded the enhanced launcher, can I really just drag other mods into the launcher?

grand umbra
#

Yo guys does anyone here knows if there are red gambesons available in the game to either steal or purchase ?

somber prism
#

I find them but mostly crimson/deep red jacks

#

You can rip em off someone chest by the time you get to I think militia

grand umbra
#

Yeah i had seen red jacks and armored doublets but no red gambeson so i wasn't sure

#

I can't be on the game rn wich is why i was asking

#

So they are in the game

azure token
#

Is there a way for me to play as a zombie

#

I just really want to bite people

lusty bramble
lusty bramble
azure token
azure token
#

As much as I hate fighting zombies I would love to be one

subtle condor
#

guys when i got the hse ea

#

my game doesnt show mods of ue4ss dev thing

#

anyone?

hollow sparrow
#

ask in their discord

faint knot
#

What

#

No links?

#

How do i point them to the server ๐Ÿ˜ญ

hollow sparrow
#

No point to. Let him figure out how to use internet for stuff other than porn and tiktok

tardy jetty
#

@lusty bramble dang brah, congrats on being a modlord

slender star
#

Is there a way to prevent my game from crashing(Fatal error) after spawning zombies

cosmic elbow
cosmic elbow
tardy jetty
cosmic elbow
#

๐Ÿ˜

alpine urchin
#

Sadly, doesn't look like the bite attack really latches on the way the zambos do. Kinda just a cheat damage button

craggy acorn
alpine urchin
#

Suhweeet! thank you!

#

Any detection for armor planned as well?

slender crypt
#

Is there any mods to play multiplayer with ot without split screen remote play? the original one doesnt work for us. Or anybody knows how to make it work?

native furnace
#

how do i fix weird leg pose?

#

this happens after modding for custom heigh, weigh

violet oxide
craggy acorn
tiny moat
#

Wish there was a mod that replaced Abyss ghouls with humans. They're kinda cool but get boring to fight with quickly.

plain heron
#

i feel like this is very easily possible

alpine pasture
#

balls

#

im on roblox

#

roblox half sword?

warped grove
#

It is relatively straightforward to add a second player, the real challenge is to make the game work when first player dies and these kind of edge cases. I havenโ€™t had the chance to look into what exactly did the devs do for the built-in two player mode, that should be the starting point

glossy fossil
#

Dude how do I access my halfsword files

#

All I know right now is editing my save file

summer isle
#

where the hell are the save files

glossy fossil
#

Best thing I've found so far

dusky vector
glossy fossil
#

What I did was I made a desktop shortcut for it

#

Do that or pin it

summer isle
dusky vector
#

It's hidden I think. Make them visible

glossy fossil
#

Press windows key + r

#

Then type %localappdata%

summer isle
#

epicop

glossy fossil
#

Then look for halfswordUE5

#

I made a shortcut on my desktop for my folder and made a shitty icon for it

#

Is there a way I can access the model files and stuff cuz I wanna mod in my own weapon

lusty bramble
glossy fossil
#

Sweeeet

#

I wanna see if I can mod in the skeksis swords from the dark crystal into it

#

They are so goofy and aren't functional at all but they are just so cool

summer isle
#

how do i set the rank because i cant find anything about the rank thats in actual english

summer isle
#

i dont know what a enumerator is

warped grove
#

enumerator is a set of pairs like (number, meaning), which you can take a look at in FModel. This one is at /Game/Blueprints/Enumerator/Enum_Ranks.Enum_Ranks it seems

#

in this case 0 is beggar, 8 is lord

#

which is the best case because no one guarantees that the numbering is increasing with actual difficulty, in other places in the game it can be whatever

#

So you can edit the value in the save file as you wish. 0 to 8 maps to beggar/peasant/commoner/militia/soldier/veteran/man-at-arms/knight/lord

#

so Enum_Ranks::NewEnumerator5 means "Veteran"

restive roost
#

how do i get SUPER buff

summer isle
#

i changed the value of my pfennings by 1 to make sure it actually worked and it happened but the rank did not change

warped grove
#

probably need both of them to change

summer isle
#

oh there we go

crimson acorn
#

idk if y'all know this but wemod has half sword support now

#

and u can add pfennings to ur balance in increments of 5

halcyon vault
#

I wish someone would make a torse headband to satisfy my cosmetic needs because I am a idiot when it comes coding

#

Like for example blue and yellow

halcyon vault
#

Or faction colors

halcyon vault
#

please someone make this

mighty charm
#

Has anyone really dig through the .sav files.? Kind of curious because Ive gotten into modding custom weapon stats and player stats but are there any other hidden features I should crank up? Or try out either works.

halcyon vault
#

thats also how people made the stupid little save file characters that are super weighty but super short

mighty charm
#

True

hoary bane
#

will the enhancer ever have a custom weapon creation kit?

#

can you make a custom weapon easily?

meager notch
#

I think I've posted a ue4ss script somewhere in channel that changes the weapon in your hand to whatever settings you put in the code

mighty charm
#

Oh right how are weapons made like this

sturdy matrix
#

sickle b has an edge value of 675 on one of its hitboxes, no other weapon seems to have this high of a value from my search thus far.
my leading theory is franky typed the first two numbers. but his elbow typed the third.

brittle elm
#

has anyone made an great helm

cosmic elbow
sturdy matrix
subtle condor
#

anyone who can help me run the enhancer + ue4ss build

cosmic elbow
#

cuz even idk

subtle condor
#

bru

fleet garnet
native furnace
#

lets kill frank

#

for this mistake

lusty bramble
#

idrk the cause of the crashing tho, might not just be the injection i haven't looked into it

narrow chasm
#

buh

dusk owl
keen stone
#

is it possible to make the weapon creator limitless

#

I would love a shorter polearm and a longer kriegmesser

dusk owl
keen stone
#

i would use polearms over the pollaxe more often but its just too long for my liking

dusk owl
#

it is also possible to make polearms shorter, but I haven't played around with it much

#

this wooden longsword blade is a resized polearm haft

meager hemlock
#

Hey gamers, any idea where to find the soundtrack ogg files in the directory?

fathom birch
#

I can't seem to spawn more zombies in half sword enhanced after one round

#

Unless I gotta kill them all so it "refreshes"

violet oxide
# subtle condor anyone who can help me run the enhancer + ue4ss build

Are just looking to change height & weight? If so ->

Backup your save, clean install
UE4SS -> change stats, run mod. Play a match, quit and backup save again

Clean install, HSE install, your height and weight should be saved

I just overwrote the dlls when J installed HSE and my stats saved

median whale
median whale
# dusk owl this wooden longsword blade is a resized polearm haft

Itโ€™s possible to do anything through the module weapon system they have. You can implant any sword blade onto a polearm or a poleaxes tip spike.
You can also remove items aswell. I have a custom 5lb 2x4 and a double bladed sword and a rapier with a more rapier like guard (although the game is strict about blades only can be swapped for the blade portion, and pommels can only be placed in pommel slots. So to make the double ended sword I had to use a polearm pommel spike and resize it)

median whale
crude kraken
dusk owl
median whale
violet oxide
median whale
dusk owl
violet oxide
dusk owl
# median whale Damn oh I gotta try again

you can kind of see in this image, the zweihander was made by replacing the pommel with a blade and running it through the whole hilt so I could have an extra component space near the crossguard to add the parrying lugs

#

get creative with it

dusk owl
#

a rework of my old bastard sword design, the new grip scale values allow me to make this thing look a lot better than it did in the demo

crude kraken
median whale
crude kraken
#

I miss the old system where it was exclusively the size of the object and not an added mass system on top

hollow hearth
#

Man it be such a shame if someone made a multiplayer mod

dusk owl
#

I've not been using a specific ratio to balance things since the EA update, I just set all of the mass values to 1 and add or remove mass, usually around 0.1 at a time. Its just a bunch of trial and error until you get something you like, lots of closing the game, changing a tiny value, relaunch, repeat.

#

Its part of the fun I guess

median whale
crude kraken
#

thank you to both of you actually made my day

median whale
meager notch
median whale
meager notch
#

Yeah, it even has a separate class unlike other modules

lusty bramble
dusk owl
median whale
dusk owl
#

Basket-hilted broadsword

#

katana

#

Cavalry sabre

surreal folio
#

i cant find my gameprogress

#

sine upd

dusk owl
surreal folio
#

where?

dusk owl
#

last one for today, Guts' raider sword

crimson acorn
dusk owl
#

Not sure how much more I'll add, it'll probably be out in the next couple weeks

crimson acorn
#

do u think itd be possible to make a khopesh?

fossil dock
#

Does anybody know if the tall hat you'd see people wearing in the commoner rank still exists in the EA?

fleet garnet
#

someone should make the death screen this:

dusk owl
#

only way to obtain it is through save editing

dusk owl
arctic delta
#

Just curious, does the crossbow 'bolt' item instantly crash the game for anyone else when they try spawning it with Enhancer?

#

Or is there no way to give oneself ammo for the crossbow in free mode with enhancer.

craggy acorn
arctic delta
arctic delta
craggy acorn
fossil dock
dusk owl
#

I'll check next chance I get

topaz solar
#

will there ever be a mod that adds blacks

alpine path
#

๐Ÿ’€๐Ÿ’€๐Ÿ’€

fleet garnet
#

No

mighty charm
#

guys how do i reset my game progress. every time i delete it it comes back after logging back in. after the update

fossil dock
radiant portal
#

It's the best hat

#

I don't know if I've seen it in EA

fickle quest
#

Does anyone know how I could automate console commands through a lua script?

#

I'm completely new to lua and I'm kinda lost

#

I'm trying to figure out how to make a mod that lets you switch between arenas using the number keys

mighty charm
#

GUYYS how can i reset my save file. im NOT stupid but the latest update made it so it wont generate a new save file

fickle quest
mighty charm
#

zamn

fickle quest
#

After that start the game, close out, and finally turn back on cloud saving

#

then choose the most recent cloud save

#

which should be the fresh one

mighty charm
#

alr ty

split flax
#

like alot of stuff from the demo arent even in the EA

fossil dock
#

Can someone PLEASE mod the gnome hat into the EA

cosmic elbow
fossil dock
dense lantern
#

anyone have an up to date guid on how to install mods

split flax
#

it's in the game ig

halcyon vault
#

what happened to the puffy shirt i want it back

plain heron
#

<@&1080390104562016306> โ€ผ๏ธ

meager notch
#

Your withdrawal was successfully

#

Smh can't even scam properly

plain heron
#

i love it when my withdrawal was successfully

placid sierra
#

was it mrbeast or elon musk?

signal sand
odd lichen
#

Any good reshades?

slender star
sullen matrix
#

Just a curious observation, Champion NPCs have Bacne. I datamined their stats, they are 1.5 height 1.5 weight, so 190 cm and 118-126 kg, they really got champions on tren and HGH

runic sleet
#

Iโ€™m genuinely curious, has anyone got to making a handgun from the crossbow system yet?
-# I saw someone with basically a flamethrower

craggy acorn
#

since they're so different objects, it would probably be easier to make the gun from scratch

#

i think there is one on nexus

#

not sure tho

cosmic elbow
#

to make one with a proper grip you have to first datamine the game, extract the ModularWeaponBP asset, and then make a child blueprint of it

radiant portal
#

My buff character also apparently has it

#

The weaker guy I just punched doesn't though

slender star
craggy acorn
slender star
#

That's a shame,but do you plan to fix it in the future too?

craggy acorn
sour crescent
#

@cosmic elbow How is the proper holding coming along. If you've been working on finding out how to do it

cosmic elbow
#

i know it has something to do with modularweaponBP but i still haven't figured out how to extract it and do the proper procedure

craggy acorn
#

What if weapons actually have magnets and Willies don't how how to grab them

sour crescent
craggy acorn
#

I'm joking lol

sour crescent
#

like vanilla

cosmic elbow
craggy acorn
#

I've no idea how it works tbh

cosmic elbow
sour crescent
cosmic elbow
#

most of my attention has been to my spellbook mod and shipping it out in an acceptable state

cosmic elbow
cosmic elbow
#

should i stream my mod

#

imma do it anyway

craggy acorn
cosmic elbow
#

watch if u wanna see guns and tanks an d explosives and magic

sour crescent
#

can you clip?

cosmic elbow
#

i guess

glossy fossil
#

my first custom weapon, spot the historical inaccuracy

hot carbon
#

are new face mods possible now?

cosmic elbow
glossy fossil
#

happy to say it deffinatly works

#

you think there will ever be a skin tone slider

split onyx
#

the gun mod doesnt work cus when i put /Game/gunmap or /Game/shootingrange into the console it does nothing

#

does anyone know a way to fix

cosmic elbow
maiden compass
#

how do you rollback halfsword enhancer to demo and not the full game

split onyx
maiden compass
#

plssss

craggy acorn
spring spoke
#

and bro got hacked

meager notch
#

Another withdrawal Was Successfully!

#

Now it's kai cenat instead of adolf hitler or whoever was before that

cosmic elbow
#

<@&1080390104562016306>

odd linden
#

Thanks

cosmic elbow
meager notch
#

Lowk I think with the current ball knowledge we can make commoners spawn with random sword weapons just like in demo

odd linden
#

Btw Thats not a scam itโ€™s legit i just steal the money every time before anyone can try

meager notch
#

And take the shield away from the bots until they get fixed

glossy fossil
#

right i have a really weird question

#

how can i figure out what modular_falchion_blade correlates with each model

#

like for example i want to use the SM_Weapon_Messer_Langmesser_Blade_BA_001

#

but the modules use different names to the models

#

YEA NVM IM BEING A BIG FLOPPY

marsh spoke
glossy fossil
#

id say it works pretty effectively

marsh spoke
#

I wonder if itโ€™s possible to penetrate through that mini gap of helmets using your fencing sword tip?๐Ÿคก

clear oak
#

probably doable

#

but why

glossy fossil
#

from my experience in testing it out, it cant break through armour but things like hauberk bypass pretty easily

clear oak
#

thats like going through a C-RAM with a basic rocket

#

aiming for visor

#

poleaxe clinching and deflecting:

glossy fossil
#

because its also using the same modules as most blades due to it also being a double sided blade like a real rapier, the game treats it as a full sword

#

which can cause this to happen

#

gotta admit, its pretty goofy

meager notch
#

your pfp sent me back to 2000s

marsh spoke
glossy fossil
#

i did end up accidentally creating one of those with a custom weapon

marsh spoke
glossy fossil
#

what they must have done is changed the blade from being the head of the weapon to being a customisation component because when you add blades that way it ignores the way the blade module works

#

testing phase, just killed a knight on accident

#

with this goofy ahh thing

marsh spoke
glossy fossil
#

it was going to be a Chinese pudao but it never really went anywhere because adding extra items to weapons is confusing

marsh spoke
#

No I meant that

marsh spoke
glossy fossil
#

with bucklers, the goal is less to absorb the impact and more deflect it so the blade will sorta be pushed out of the way

#

i think shields absorb the impacts slightly as its going over a larger area

marsh spoke
glossy fossil
#

nah ion that that will work because of the way the body's damage is calculated

glossy fossil
#

i think bucklers are treated the same as swords and armour being indistructable but have visible damage

glossy fossil
#

or just any weapon in general thats not distructable

marsh spoke
#

Ohhh

#

So if I swap plate armor with weapons?๐Ÿคก

glossy fossil
#

in the files the only thing labled as destructible is the barrel from that one hire mission

glossy fossil
marsh spoke
#

So, for the shields. It does not matter if it is made of wood or steel?

glossy fossil
#

i guess so yea ๐Ÿ˜ญ

marsh spoke
#

Rip

#

It is just kinda of dumb that

#

Despite you literally got full armor set

#

U r still way more tankier by equipping 7 shields around your body

glossy fossil
#

i think all armour does is help block sword slashes

#

because the force created by blunt weapons increases with weight

marsh spoke
marsh spoke
glossy fossil
#

it sounds possible

marsh spoke
#

Some smaller wooden shields like targe are wore on the arms instead of hold by hands. So it seems possible to equip two arm shields while still able to duel weild swords๐Ÿคก

#

It seems to me it is just the game designed item slots being the restriction. There shouldnโ€™t been any code conflictions I bet. Those shields are just covering different parts of the body

#

1 back shield. 2 shoulder shields. 2 arm shields. Plus 4 buckles around the waist๐Ÿคก

#

Invincible turtle build๐Ÿคก

glossy fossil
#

you are giving me some really cool ideas now

marsh spoke
# glossy fossil it sounds possible

And then you realize maybe in reality the plate armor are supposed to be almost as effective as shield so no plate armor knights are gluing those many shields ๐Ÿคก

marsh spoke
marsh spoke
marsh spoke
#

If the scabbardsโ€™ components could replaced by a shield. Then you also got a shield in your body cone๐Ÿคก

marsh spoke
# glossy fossil you are giving me some really cool ideas now

Also. I wonder if there is a way to โ€œduplicateโ€ certain ways equipments are tied to your body. You got those bucklers or shoudler/back shields magically โ€œgluedโ€ to your body. I wonder if it is the devs just coding it as โ€œinfinity grabbing forceโ€ because these shots never fall from you body.

#

So technically maybe one can design so that you could literally glue anything at any location.

#

So that you could rescale the shields to be really small and glue like 100 small shields around your body without disengaging you body movement

#

Moreover, if the โ€œgluingโ€ interactions could be duplicated between โ€œany two objectsโ€ instead of just human body vs item. I wonder if you could glue together a shit ton of steel components and get a tank/gundum eventually ๐Ÿคก

glossy fossil
#

I mean I know a weapon duplication glitch

#

Pretty sure it only works with modded weapons though

marsh spoke
marsh spoke
glossy fossil
#

OHHHH I SEE YOU

#

incepted shields

#

i can do that im pretty sure

marsh spoke
#

lol. Really thick shields huh?

#

But will that be equipped into 3 separate locations or is it that you will just have a really thick/layered shoulders/back shield

#

Oh wait if you could just glue together shields

#

Could you glue together buckler + a giant heater shield. So you could equip heater shields around your waist

#

Which means you could get a shoulder shield plus a back shield?

marsh spoke
glossy fossil
#

im pretty sure yea

marsh spoke
glossy fossil
#

You can put a bench on a helmet dude ๐Ÿ˜ญ

marsh spoke
#

Lolllolol

#

Ah ah I see. You are saying it is possible instead of impossible

#

lol. So you can glue weapons/shields on your armors

#

Like this?๐Ÿคก

rich coyote
#

It's ander dingus recarnated

#

@hybrid violet I miss you you are gone to soon ๐Ÿ˜‡

marsh spoke
fleet garnet
marsh rivet
#

someone should make a mod like a loadout pack of just training weapons and 1 other to give teo the ai. like wooden sword and hema weapons. theres 1 weith wood swords but u spawn with armor saddly

plain heron
#

<@&1080390104562016306> โ€ผ๏ธ โ€ผ๏ธ

median whale
#

Anyone got any ideas as to why the black grip sword is a 1 hit ko to a knight while the brown grip acts as normal? 20g difference
(black grip is a true double bladed sword, brown grip is an extended poleaxe pommel)
nvm im dumb, just weight is 98kg now so im just stronger

dusk owl
marsh spoke
dusk owl
marsh spoke
marsh spoke
marsh spoke
dusk owl
dusk owl
marsh spoke
#

It seems to me the full plate armor combat is way more boring than the earlier stage of the game

#

As soon as both opponents covered all possible gap, the game feel like some traditional rpg where you just keep dealing more hp dmg regardless of where you hit

#

As opposed to previously finding gap is the key

#

I think it is still limited by the gameโ€™s accuracy. You only got a single mouse to control 2 handsโ€™ movements. So it is hard to thrust the armor from some almost vertical directions so that you could lift certain armor pieces, exposing gaps

dusk owl
#

Yeah its a very different type of game when everyone is fully armoured. I prefer the commoner tier combat and that's mostly what I play, but a lot of people do love the knight fights.

marsh spoke
dusk owl
#

Yeah but the chance of hitting that spot with anything meaningful when they're fighting back is tiny

#

It's easier to just knock them to the ground and force a surrender

marsh spoke
#

But there is reason why plate armor cannot cover the back of the neck right?

dusk owl
#

Worked a lot better in the demo, but they added chainmail standards in the EA build so the back of the neck isn't as vulnerable to cutting as it was before

Its not particularly realistic either. The chainmail standard or plate on the back of the next would make thay sawing action pretty useless

#

If you have a longsword, its better to halfsword it and thrust into the armpits or between the gaps in the neck

marsh spoke
#

Maybe they could developed some โ€œaiming systemโ€. In some sense I feel they made grabbing stuff prioritizing weapons. So it seems great if during a battle, through observations of your opponentsโ€™ armor, you could choose certain parts to โ€œaimโ€. The โ€œaimed partโ€ will have some magnetic force pulling your weapon tips ๐Ÿคก

marsh spoke
glossy fossil
#

Depends on what you are up against and your playstyle

#

Like personally I don't use stuff like bucklers because my movement and spacing is on point

#

Also depends on what weapons you use

stark thistle
#

Not sure if this is modding or just editing but I'm trying to change how much money Willie has and increase it. Where would I find this to edit

cosmic elbow
fervent marlin
#

what is ue4 build?

dry dust
#

anyone having problem of always losing your weapons after using change stat mod?

topaz vessel
#

is there a guns mod perchance?

upbeat yoke
severe rover
topaz vessel
severe rover
#

found it

cosmic elbow
near field
#

I wanna see that gun used on other maps

#

With the new blood

cosmic elbow
near field
#

Awesome, near an object or wall be great

#

Neck shot should make an great impact aswell

cosmic elbow
near field
near field
cosmic elbow
near field
#

Hehe

cosmic elbow
timber smelt
#

when ever i try to use half sword enchancer launcher it keeps saying no license

near field
cosmic elbow
near field
#

No

cosmic elbow
#

also how do i add blood pooling to my materials

#

what material function is it

cosmic elbow
subtle condor
#

di d it get updated

cosmic elbow
#

well i made the gun but

subtle condor
#

๐Ÿ˜ฎ

cosmic elbow
subtle condor
#

ono

shell oracle
subtle condor
#

oooooooo

shell oracle
#

Thats how chrome manages to load the gun in a match

cosmic elbow
#

cuz i have a question

timber smelt
#

why does this keep happening when i try to use half sword enchancer

craggy acorn
timber smelt
#

yea

craggy acorn
# timber smelt yea

Download the previous launcher version and decline the update.
Before running the launcher, go to %appdata%\Half Sword Enhancer and delete HSEnhancer.dll

timber smelt
#

ok

#

ty

hybrid merlin
#

is there a way for free cam? i know there was in the demo, using the enhancer

burnt coral
hybrid merlin
marsh rivet
dusk owl
marsh rivet
#

and the sparing partenrs stay?

marsh spoke
daring pulsar
#

Big and heavy enough to be an effective simple bludgeon while the spikes would relatively easily find armor gaps.

#

And of course the cap spike can be used to stab like a spear.

mighty tide
#

I'm trying to add muskles to my abyss character, IS there a way to do this? or is the abyss hardcapped and I can't bring my full 5/5 character in? it always defaults to not alot of muskles

hybrid merlin
#

does anybody know how to change my free mode character?

#

i mean i wanna give myself some muscle n shit

hybrid merlin
#

my bad

mighty tide
#

this is how you do this, if you follow the instructions you can set main progress + free mode stuff, i just copy pasted my loadout from main story to this

mighty tide
# hybrid merlin my bad

nnot an issue, I just found that link today aswell, it should be pinned somewhere, if not already...

gritty basin
#

question for you guys who've dug around in the files

#

do you know how sharpness works, how its applied, calculated, etc

#

trying to figure out why the game doesnt allow multiple sharp edges to work

stable bison
#

someone should make a mod to add an aluminum baseball bat

stark thistle
#

How to edit pfennings

verbal light
#

mods

inner wind
#

Ayo that's @cosmic elbow the goat

inner wind
#

The easiest is save game file

#

For me at least

inner wind
#

Then select app data local in the options

#

Then still on windows+r type in/HalfSwordUE5

#

Then that takes you to your save game files

inner wind
marsh spoke
inner wind
#

Alt?

marsh spoke
#

Trivial plus it is globally working over all game that doesnโ€™t have anti cheat

marsh spoke
inner wind
#

Bro I stopped explaining coz no one was listening

marsh spoke
inner wind
#

Well I got bored and moved to main chat

marsh spoke
#

I mean in real life if someone asked you in person and you start explaining to him. And he just ignored u. That individual either has ADHD or is a dick

stark thistle
inner wind
#

Now you are?

stark thistle
stark thistle
#

Fuckers got me working hard and it's Friday. Wtf

#

Can I also right click on the game on steam and find brows local files??

inner wind
#

Ok calm down

stark thistle
#

Ok I can do it the way u mentioned

inner wind
#

That is useful for modding tho

#

Ok so what's you wanna do now

stark thistle
inner wind
#

Ng?

stark thistle
stark thistle
#

Beamng drive
I have a wheel and such set up

inner wind
#

So now go on saved games and find game progress

stark thistle
stark thistle
inner wind
#

Bruh

#

Sorry I'm on mobile

#

So I can't get the link

stark thistle
#

Wym

#

Oh

#

Fuss. I'm gonna try to go thru the code and find which = pfennings. I might need to make a couple characters for it so I can confirm the value I'm editing

#

I imagine it is almost exactly like editing height and weight

#

Thank u for trying. Get a wheel for beam

inner wind
#

Here

#

I didn't realize you were yapping

inner wind
#

Come back

#

I have the instructions

inner wind
stark thistle
#

My BD I have notifications off for discord

stark thistle
inner wind
stark thistle
#

Epic. I got it

#

Thank u

#

How I gotta get thru 3 more hrs here.

inner wind
#

So

#

When you save it

#

Open a download tab in file explorer

#

It'll be in your downloads

#

So to put it in your game

#

You gotta exit to menu

#

Then move the game progress from download to save game

#

And replace it

#

Then you good

stark thistle
#

Easy

subtle condor
#

apart from this save editor

#

is there another on

#

e

subtle condor
#

maybe i understood how height modified works

#

like what height to expect if u put 2.5 2.0 1.5

near field
near field
cosmic elbow
#

ye or nay

cosmic elbow
meager notch
near field
#

Thanks for the offer tho :)))

near field
cosmic elbow
#

to load it into a match requires 2 extra files tho

placid sierra
cosmic elbow
#

hmm i don't think thats the command๐Ÿค” <@&1080390104562016306> what do u think๐Ÿค”

#

i guess not๐Ÿ˜”

placid sierra
subtle condor
#

why it doesnt show that i can change face

molten bridge
#

how 2 open console

minor valley
#

someone have a slow down and invurenability mod?

placid sierra
#

using that its bound to f2

uneven wedge
#

Can someone teach me their ways and how to mod since there is no videos

#

as in making mods

dull breach
#

idk if it's a good place, I need a big ass hammer poleaxe, dwarf style. What value would I need to look for in Cheat Engine ๐Ÿ˜ญ

frozen sable
cosmic elbow
frozen sable
#

๐Ÿ˜ญ

dull breach
meager notch
dull breach
meager notch
#

Well I did this one with a script that changes your current weapon to a custom one

#

If you want you can download ue4ss and play around with it, unless someone made a better mod already

meager notch
#

@dull breach dis one

dull breach
meager notch
#

no pwobwem

cosmic elbow
#

some sort of meat tenderiser

#

gimme

meager notch
# cosmic elbow gimme
"ID_70_C02CF656483647A1933EEA96314B78A6_0": 2147483647,
"Name_57_3729B51148E846FE8DD336B9419BCEE1_0": "None",
"HeadSubModule1_7_ABBFD017411F42A4950B1C9F2360A30D_0": "/Game/Assets/Weapons/Poleaxes/Modules/Head/Sub/Modular_PA_Head_SubModule_Hammer.Modular_PA_Head_SubModule_Hammer_C",
"HeadSubModule2_9_90AAA8304C7794E1BF814C9354A1A7E9_0": "/Game/Assets/Weapons/Poleaxes/Modules/Head/Sub/Modular_PA_Head_SubModule_Hammer_.Modular_PA_Head_SubModule_Hammer__C",
"HeadModule_11_62DF53134688807E1DA7F4A20E9F7139_0": "/Game/Assets/Weapons/Poleaxes/Modules/Head/Center/Modular_PA_Head_Center_A_2s.Modular_PA_Head_Center_A_2s_C",
"GuardModule_13_6DD2B06245505E53B529D090333012F0_0": "/Game/Assets/Weapons/Poleaxes/Modules/Guard/Modular_PA_Guard_C.Modular_PA_Guard_C_C",
"PommelModule_15_561B01324BFCD4360DAE9A95299BB9D6_0": "",
"GripModule_18_F4DF51EB4E742195B8C6BAB17E4C5DB4_0": "/Game/Assets/Weapons/Poleaxes/Modules/Haft/Tiers/High_Tier/Modular_Weapon_Polearm_Haft_High_Tier_Short.Modular_Weapon_Polearm_Haft_High_Tier_Short_C",
"HeadSize_21_2D425E61473B8F64FBAB51B223459D57_0": {
  "x": 2,
  "y": 2,
  "z": 2
},
"GuardSize_23_5A1AA0E04708E86FEFF61E974DDA8704_0": {
  "x": 1,
  "y": 1,
  "z": 1
},
"GripSize_25_AC1660814C4C25C521AAA8830FE8ECCF_0": {
  "x": 1,
  "y": 1,
  "z": 0.7
},
"PommelSize_27_660CC00C49C26D503E16B2BC58CE115E_0": {
  "x": 1,
  "y": 1,
  "z": 1
},
"CustomMassScaleHead_30_B95872A242AD944E2CE4D493F718F9D7_0": 0.5,
"CustomMassScaleGuard_51_3A9024E74306B7BB5D186087011D1927_0": 0.5,
"CustomMassScaleGrip_32_0EAADEE0419C05C6DB38F0AE134A9B10_0": 1,
"CustomMassScalePommel_34_0AB28D814BDEF17D408D0DAA3A453173_0": 1,
#

sire is that what you want ๐Ÿ‘‰ ๐Ÿ‘ˆ

molten bridge
#

my game fatal errors when i inject enchancer

#

tf do i do

#

manual install does nothing

unreal wyvern
near helm
#

ayo guys is there an enhancer out for early access?

#

or was the original demo one updated?

#

if so how do i update it?

unreal wyvern
unreal wyvern
#

what are your specs

near helm
unreal wyvern
unreal wyvern
near helm
#

okay thank you very much :))

glossy fossil
#

is there a way to know if a grip is one or two handed from the model name alone?

meager notch
#

at least, it's possible to guess, I guess

#

if it has different variations like _S _L _M, aka short long medium, then short most likely is one handed grip

#

falchions and messers grips are onehanded afaik

#

casted maces are supposedly too?

glossy fossil
#

that checks out

#

im very new to all of this

#

now i need help rotating my pommel, how would i do that?

meager notch
#

I'm afraid you can't rotate anything using the weapon passport

#

only change size. Negative value will turn it the other way if it's what you need

glossy fossil
#

well thats interesting

#

YESSS IT WORKED

#

SWEEEEET

meager notch
#

I wonder if it's possible to attach flail somehow lol

glossy fossil
#

im very VERY new to this so idk how the steel attribute works, i put it to 10 thinking it would be gold but its actually the leather colour

glossy fossil
#

if you could somehow add a bp of a flail to the bottom then resize the grip to be really small

meager notch
#

i mean, no idea what number corresponds to what but seems there are 15 materials you can choose from

glossy fossil
#

yea thats what i was thinking

meager notch
#

or 16

meager notch
glossy fossil
#

maybe one day, we are pretty early on into halfsword though im pretty sure

glossy fossil
#

i set the y on my sword to zero and it skinned him alive

#

wild

#

right i have an idea, im gonna abuse this

marsh spoke
glossy fossil
#

made a new sword called a skinner, its in the testing phase rn but so far its disturbing

marsh spoke
#

But weird enough as I saw no blade in you previous shot

glossy fossil
#

this thing is disturbing

#

they are all still alive

marsh spoke
# glossy fossil

My curiosity is so strong that I feel there are a billion ants crawling over my inner brain m

marsh spoke
glossy fossil
#

i know how ive done it

#

i just dont know why its happening

marsh spoke
# glossy fossil

It only works if opponent has exposed body parts? For example, what if used against baron

marsh spoke
glossy fossil
#

what the fuck have i made

marsh spoke
# glossy fossil

Willy is begging a 2s shot video. I have no idea what is happening against this screen shot๐Ÿคก

glossy fossil
#

i need to add something where the blade should be to make it look cool

marsh spoke
#

Ok. To be fair. I saw you holding that modded weapon. And somehow that armored foe is laying on the ground

#

But I have no idea what have you even done

#

Is it like you just swing your weapon despite you are several blocks away and this dude just fall?

marsh spoke
glossy fossil
#

pretty much

#

i have no idea why it skins them though

marsh spoke
glossy fossil
#

it only either does blunt damage or completely skins them

#

its so strange

marsh spoke
#

Probably the game coded the reactions differently?

#

It seems to me you could deal slash dmg literally just place the blade generally over some human body

#

But maybe because your blade has no thickness game does allow it to do, say, penetration dmg, so you cannot cut ppl in half?

glossy fossil
#

theres some real interesting stuff happening the more i test it

loud karma
#

Why do I see a Survival game under this format?

marsh spoke
glossy fossil
#

sometimes

pastel nebula
#

I'm trying to make a UEVR mod, does anybody know what component moves the hands to their positions? I have to attach the left and right controllers to them for motion controls.

cosmic elbow
#

bug mesh

meager notch
subtle condor
#

guys how to change arrow ammountn

meager notch
#

pssst, need a script for that?

meager notch
#

Nayyyy!!!

cosmic elbow
#

how did u find this info

placid sierra
placid sierra
#

Nah im not sophisticated enough for that

subtle condor
#

sorry if i only read it now

signal sand
subtle condor
#

yes

#

i need the scritp

#

can uh elp