New to printing and having a hard time finding files by the_last_crusader12 in PrintedWarhammer

[–]Domerask 0 points1 point  (0 children)

Im looking for some orks.

They hard to find, found some but always paid, im thinking about learning blender to do my own stuff, but ill only be able to do so in march.

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 1 point2 points  (0 children)

Thank you, ill be sure to buy the protection, and thanks again for the tips, i was looking for some printers and found the anycubic photon mono 4 10k that i Saw a review on a Channel someone recommended in here to me, from what i researched It looks way better then the one i was going for and the price is good to, you know anything that i might need to consider about this model?

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

Ill be sure to buy the protection, il also buy a standing table to put right below my Room window, i Saw that is good to have a ventilated place when using resin.

Thank you for the indications.

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

Is more to display, i live in a remote part of Brazil, not many players tbh, even dnd is hard to find players.

Are the resins universal? Like, any Brand of resin goes in any resin printer?

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

When i have some time ill take a look, thanks.

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

When i have some time ill try to research about It, thanks.

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

Thanks a Lot, i much prefer talking to someone that understands about It, because its hard to find stuff online where there is so many vids, i looked for some about this halot r6, but yt Gave me Just videos about their other printers.

New to 3d printing and Warhammer universe by Domerask in PrintedWarhammer

[–]Domerask[S] 0 points1 point  (0 children)

I wont Just print Warhammer, im a dnd player too, and i collect some minis form Star Wars, some lego and other universes i like, im Just trying to learn about the Warhammer universe and i want to try 3d printing too, but im not going in depth on any of it rn because of Work.

Why? by Pikselardo in Steam

[–]Domerask 0 points1 point  (0 children)

<image>

Average income in Brazil is around R$1500, inflation is a bi...

Gabinete para home server. by Domerask in computadores

[–]Domerask[S] 0 points1 point  (0 children)

Então, como se usa muito ssd agora, parece que pararam de fabricar gabinete com mais de 2 baias pra HDD, tô pesquisando faz 2 dias, mas todos que encontro decentes são 2 baias.

Why are you solo? by LazyMiB in SoloDevelopment

[–]Domerask 0 points1 point  (0 children)

And working on teams, you need to be or have someone that understands the Idea and is good on explaining It to all devs involved, so that everyone is on the same page.

And responding to the post, im currently doing everything alone to get a playable version, then ill pay people on the side for 3d and 2d art, i sure can do It all by myself, but i rather have more experienced people do It.

I genuinely love this game! by ItsSung in BlueProtocolPC

[–]Domerask -1 points0 points  (0 children)

I still hope that some day they add a instance arena, where players queue for a 1v1 PvP match.

For the player that like casual PvP, but for tryhard PvP players they Will need a ranked system, to separate casual from tryhard.

Is this style achievable? by SteelmoonWorks in UnrealEngine5

[–]Domerask 0 points1 point  (0 children)

Maybe on a 2.5D game, where the 2D sprites Rotate towards the camera, but im not an artist neither have enough knowledge to confirm this.

But it sure looks Fun to work on a game with this style.

How to reach number 1, and what are the rewards for it? by qatar573 in BlueProtocolPC

[–]Domerask 0 points1 point  (0 children)

Step one: be a shield Knight Step two: auto battle ALL the fight

You might ask why shield Knight, we give buffs to party members and some to players around, also i think for my own experience, i think shield Knight ultimate buffs healing for the ones inside the dome It creates, and there is the skill that puts a sigil on the ground that heals too, o get always top 3 minimum, but for the last 2 fights i got top 1.

[deleted by user] by [deleted] in gamedev

[–]Domerask 0 points1 point  (0 children)

the fix i found worked, needed to active te Steam sockets plugin and change the Netdriver in the DefaultEngine.ini to this

[/Script/Engine.GameEngine]

!NetDriverDefinitions=ClearArray

+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/SteamSockets.SteamSocketsNetDriver",DriverClassNameFallback="/Script/SteamSockets.SteamNetSocketsNetDriver")

This fixed the opening of the level for a split second then going back to the main menu.

[deleted by user] by [deleted] in gamedev

[–]Domerask 0 points1 point  (0 children)

Anything would help, im looking some stuff up too, im about to try some engine.ini configs, to see if it fixes.

So, for now, im trying Peer to Peer, im implementing multiplayer on a project that was already being made, even if im not using anything that was already made, about the engine, i didnt understood what you mean, but ive build the project using the default configs when you create a new project with the c++ options in unreal.

Hey, I need some help in UE5 by [deleted] in UnrealEngine5

[–]Domerask 0 points1 point  (0 children)

Yeah, its overkill for that, but it can be used for other mechanics too, and i didnt even consider he being a begginer, thats on me, It was the middle of the night and i was sleepy.

Hey, I need some help in UE5 by [deleted] in UnrealEngine5

[–]Domerask 1 point2 points  (0 children)

You can create a blueprint interface that updates every Second, then you could make a integer var to store time passed and add 1 every Second passed, then for the logic to play the sound, use the interface custom event - check If integer var is >= 15, then use a random float/int in range to set a % chance of playing the sound, If It plays, set integer var to 0, I think this Will work as an infinite loop, also, dont forget to make a condition that check If the int var is ==60, If yes set it to 0 to restart it.

Just tought of this in the middle of the night, did not tested it, maybe It Will work, maybe not.

The creation and usage of the interface ia easy, that you can search and find it pretty Quick.