#Gun mods

1 messages · Page 1 of 1 (latest)

median thunder
#

Btw this mod is in Minecraft Chinese Edition, due to the different platforms of the code, it can't be able to import it in bedrock, sorry XD (If anyone interested in playin it, feel free to dm me)

blazing hound
#

How do u make camera animation?

vestal lagoon
#

I wish we had a useable build of this outside of China. The modding community would go crazy….

And yet, we’re stuck with what we have. 😭 I doubt we’ll ever reach this stage of modding anytime soon.

median thunder
vestal lagoon
#

Honestly if there was an easier way to get access to a Chinese phone number or just the account in general… I feel like so many people would move to the Chinese Edition within a week lol

brazen scroll
median thunder
brazen scroll
median thunder
brazen scroll
glacial lance
#

Everything is same except for scripting

#

Scripts are on python

wide bronze
#

does it have better modding? or just what you used?

glacial lance
wide bronze
glacial lance
#

And no,they work same except scripting and graphics core

#

They use python scripts

wide bronze
vestal lagoon
#

I’ve always been curious as to why theirs is in Python but we use JavaScript. Quite odd..

glacial lance
#

Thats how they achieve custom buttons and stuff

glacial lance
#

And it quite reminds me roblox gun scripts

#

Not minecraft

#

They got defined everything like camera bones and stuff

#

In code

vestal lagoon
#

Can I get that? I’m quite interested by it and would like to take a look if possible. If not then it’s cool.. no worries.

glacial lance
#

Btw mid

wide bronze
#

According to google it uses phython as bedrock in china uses a different system compared to worldwide bedrock. And it essentially is that way as many people know more Phython there then JS

glacial lance
#

It was paid

#

By my friend

vestal lagoon
#

That’s fine.. 👍

glacial lance
#

@sprixvy

#

coding=utf-8

from QingYunModLibs.UIScreen import *
from QingYunModLibs.Plugins.FpsPlugins import FpsClient
from QingYunModLibs.Plugins.KeyBoardPlugins.KeyBoardClient import *
uiName = "FpsControl"
Control = "/Control"
AttackScreen = Control + "/AttackScreen"
Shoot = AttackScreen + "/Shoot"
Aim = AttackScreen + "/Aim"
Reload = AttackScreen + "/Reload"
BulletScreen = AttackScreen + "/BulletScreen"
BulletCount = BulletScreen + "/BulletCount"
BulletTrulyCount = BulletScreen + "/BulletTrulyCount"
playerId = clientApi.GetLocalPlayerId()

@ListenClient(ClientEvents.WorldEvents.OnScriptTickClient)
def ClientTick():
UpdateGunUI()

def UpdateGunUI():
RunningGun = ClientApi.Entity.ExtraAttribute.GetAttr(playerId, "RunningGun")
if not RunningGun:
if GetVisiable(uiName, AttackScreen): SetVisiable(uiName, AttackScreen, False)
return
GunObjBulletCount = RunningGun.BulletCount
GunObjBulletTrulyCount = RunningGun.BulletTrulyCount
UIModComp(uiName).GetBaseUIControl(BulletCount).asLabel().SetText(str(GunObjBulletCount))
UIModComp(uiName).GetBaseUIControl(BulletTrulyCount).asLabel().SetText(str(GunObjBulletTrulyCount))
if not GetVisiable(uiName, AttackScreen): SetVisiable(uiName, AttackScreen, True)

@AddButton(Shoot, "Down", False, uiName)
def OnStartShoot(args):
if ClientApi.Entity.ExtraAttribute.GetAttr(levelId, "TouchMoving"): return
RunningGun = ClientApi.Entity.ExtraAttribute.GetAttr(playerId, "RunningGun") # type: FpsClient.Gun
RunningGun.ShootBullet()

#

Am on mobile and can't send whole txt

#

It says buy nitro or shorten it

vestal lagoon
#

Rip lol

glacial lance
#

Yee

#

But u can see its different than js

#

It has clientapi sides and serverapi sides in scripts idk if those exists in js lmao

vestal lagoon
#

Already seems like so much more 😭

#

We need client scripts asap

glacial lance
#

In addon itself

#

Only py

vestal lagoon
#

Yeah, I knew of it all being python.. that’s why I mentioned it was odd that they use Python while we use JavaScript.

#

Maybe Python is more used over there or compile times are faster…. Who knows

glacial lance
#

Btw

#

2 gun addons dont break eachother in mc chian

#

Seems like netease did smtg that mojang couldnt

vestal lagoon
#

Yeah the player.json is fine right?

glacial lance
#

It automacilly combines player json codes

vestal lagoon
#

I heard about that

#

So cool

glacial lance
#

Yup

#

Our mojang is lazy asf

#

Btw all addons are encrypted there

#

Even if buy it,in local storsge u cant even open png file

#

And even if models are json u cant open em,cuz encrypted

vestal lagoon
#

That’s something that confused me by Mojang.. they had it where they told us that the order of packs applied mattered for resource packs when deciding which texture to use. How about…. The order also matters for behavior packs and you merge what you can but anything that exists you simply override by the top most pack.. would that not make more sense?

glacial lance
#

I think thry should combine rp and bp but priority on top one

median thunder
#

As a console and mobile player, I don't really know much about coding cuz I don't even have a computer lol. Im just here to seek if anyone is interested in playing Minecraft gun mods in China version, thats all

median thunder
#

Anyways, leaving yall to debate

#

If anyone is interested in playing Minecraft China version, feel free to dm me (this is the reason why I send this post lol, not codes)

astral ice
#

@obtuse spire

wide bronze
thorny cloud
#

Waiter waiter more useless tacz ports please

#

(No offence)

median thunder
median thunder
#

not bad

thorny cloud
#

Don't let him fool you you're both on the same level

#

Its the same shit

glacial lance
#

I don't like alien blaster models

blazing hound
thorny cloud
#

What I meant is both addons here are simply ports of something that already exists, there's no creativity involved and both of you shouldn't try to one-up eachother because its literally the same lol

vestal lagoon
#

I would kill to be able to develop in mc china 😭

#

Even just testing/playing these must be enjoyable af

median thunder
#

I admit you are

thorny cloud
median thunder
#

i mean tf this turned into

#

Never thought this community is this poisoned

glacial lance
#

Imagine not being able to convert animations directly so u have to pay some guy to animate it frame by frame to match all cuz u can't convert anim so u have to name it "original stuff" just to protect ur own ego

#

Oh btw in terms of code ur shit is still same,u aint using scripts or smtg revolutionary,u r still using player json,still using entity events to shoot projectile and using mark variants,skin ids for skins and reload,inspect actions

#

So infact my latest tacz was much better than urs in terms of code

thorny cloud
thorny cloud
#

Your entire point is very weak I'm sorry

#

Chop chop and start hiring people lad

glacial lance
glacial lance
thorny cloud
glacial lance
#

So u don't have any rights to call ur shit unique or original it works the same,there's nothing original in copying cs nexon zombie

#

U didn't invent shit

thorny cloud
glacial lance
#

Just incase if u forgot my shit is more original than urs in terms of code cuz it doesnt use player json

thorny cloud
glacial lance
glacial lance
#

Once its june and u prove me ur point am fine

#

But for now sthu fr

thorny cloud
#

It will release in june

thorny cloud
glacial lance
thorny cloud
#

Reim shall I give you some advice

#

You posting this amount of videos only makes me think of you as insecure, don't do that

glacial lance
thorny cloud
#

Why are you angry that I have money?

glacial lance
#

Ye sybau

thorny cloud
#

Answer the question

glacial lance
thorny cloud
#

It is

glacial lance
#

Show me compability with other addons

#

Show me third person animations

thorny cloud
#

I just seen your third person animations be humble loool

#

They don't have proper blending because you dont have player.json

glacial lance
glacial lance
thorny cloud
glacial lance
#

Stupeist creature of bedrock community

thorny cloud
#

You need to use your feelings less and your brain more.. hope this helps

glacial lance
glacial lance
thorny cloud
glacial lance
#

And if its not full rewrite to move on attachables then nah,ur code still sucks

thorny cloud
glacial lance
#

What it will affect on?

thorny cloud
#

0 lag

glacial lance
#

It still will use player json

glacial lance
#

Cuz rp player json is made so it loads all geometries and textures once theres another player

#

Even if u set conditions

thorny cloud
#

Optimize your stuff then lol

glacial lance
#

On attachables it loads only models and textures attached to item

thorny cloud
#

So you would rather have a laggy addon

glacial lance
#

As i said

thorny cloud
#

You're contradicting yourself still I think

#

How many guns do you even have? It shouldn't lag

glacial lance
# glacial lance .

Btw thats why u cant natively have draw animation on attachables,only via scripts

thorny cloud
#

We are talking ingame lag btw not ping

glacial lance
#

U should remember it

thorny cloud
#

No

thorny cloud
glacial lance
#

And freezing once again when player left simulated chunjs

#

Its cuz all assets are in player

thorny cloud
#

Yeah its probably because of the animations you're porting bro, my addon had 10mb player.json and a messy player.entity and it can hold 5 players

glacial lance
#

Not in item

glacial lance
glacial lance
#

What am trynna say is that attachables has higher roof

#

It loads only required assets on equipping item

#

Not all assets on player entrying loaded chunk

#

I havent noticed it before cuz i was testing all my shi in singleplayer but once i wanted to play with my friend i noticed it

thorny cloud
thorny cloud
#

Its definitely your animations that were the issue

thorny cloud
# glacial lance What am trynna say is that attachables has higher roof

Not necessarily, you still can't make draw animations like you mentioned and animations could sometimes be choppy depending how they were executed. It's not worth putting real hours into a product and shipping it looking horrible in the name of "it's compatible with other addons tho"

#

Optimise efficiently and you won't have these problems

brazen scroll
#

Если там такое возможно то это больше не майн а жалкая имитация

glacial lance
#

То как вьюмодел работают

brazen scroll
glacial lance
brazen scroll
#

В роблоксе все инстанс

glacial lance
#

А ну да

brazen scroll
#

В майне все криво косо написано

glacial lance
#

Я про вьюмодел имел в виду

#

Не учитывая инстанс там типа хрень как +=

#

Связанное с сфрейм

#

Не кейфрейм

brazen scroll
glacial lance
#

Точнее твой ник

#

Хз где

brazen scroll
glacial lance
glacial lance
#

Ща погоди

brazen scroll
glacial lance
#

def CreateProject(self):
if self.IsAiming:
for num in range(3):
Rx, Ry = ClientApi.Entity.Attribute.GetRot(playerId)
Ry += 90
Mx, My, Mz = ClientApi.Generic.Math.GetDirFromRot((0, Ry))
Px, Py, Pz = ClientApi.Entity.Attribute.GetPos(playerId)
Px -= Mx * 0.4
Py -= My * 0.4
Pz -= Mz * 0.4
Px += Mx * 0.4 * num
Py += My * 0.4 * num
Pz += Mz * 0.4 * num

brazen scroll
#

Это типа пародия на шарп главный метод?

#

Если да то страх

glacial lance
#

Я в пайтоне не шарю

brazen scroll
wide bronze
wide bronze
wide bronze
thorny cloud
thorny cloud
#

Anyone would tbf, he has no right bullying this innocent guy into deleting his post

little void
#

paying someone to do animations than are better than 'using someones animation from other games' which is far worse

little void
#

mbmb

#

grammar issue

#

just woke up

thorny cloud
#

Ah

little void
#

hes lucky game studios dont give a fuck abt animations being stolen

#

even if non profit

#

it feels wrong

#

more lazy

#

its lazier than a guy with money

thorny cloud
#

Thing is I'm not expecting him to listen to me, he has went far too long being unchecked and his ego is beyond salvaging. The moral thing to do is just shit talk him

little void
#

atleast dude is making money irl

little void
#

💀

thorny cloud
#

Rin think about this, he's showcasing stuff that he does not own at all, in any way, shape or form, (no money, no commission, no say in their existence from the first place) but will still talk to you like he owns it

(Talking about the tacz ports)

thorny cloud
#

That's basically tells you what he's like as a person

#

Btw you got nice animations

little void
#

tbh sorry reim if ure seeing this, im tired seeing you in every other gun showcases, you showcasing inside other's thread

#

isnt it kinda disrespectful

little void
little void
thorny cloud
#

You can show him right from wrong and he wouldn't know 🤷‍♂️ some people are not worth saving

little void
#

isnt he the one using krep's code before making his own

thorny cloud
#

Yeah lol

#

Krep is basically the same tho except he lacks the ego and the attitude

little void
#

even i stopped using porting thing since its getting out of hand

thorny cloud
#

Yeah stick with your own they're much better

little void
#

yea i like originality but kinda hard nowdays

#

im just an animator now ykyk

thorny cloud
#

Its easier to imagine when you get more experience through animating

#

But also having a direction of what you want the gun to be (if you have control over that)

merry frigate
little void
#

yo mecha

little void
thorny cloud
little void
#

HELL NAWH

merry frigate
#

💔🥀

thorny cloud
#

Me and him are making a movie rn kk

#

No cheating

merry frigate
#

Oh ok nice

little void
thorny cloud
#

Ill cheat on my barber and girl tho

#

But not daffa

merry frigate
#

✊✊✊😔😔😔

thorny cloud
thorny cloud
#

Jordan

little void
#

release when

thorny cloud
#

June 1

merry frigate
little void
thorny cloud
#

Thx

thorny cloud
merry frigate
#

Yum yum money for daffa

thorny cloud
#

Another million idr to daffa

little void
thorny cloud
thorny cloud
#

Pls watch it tho kk

little void
#

u can just port the actual movie ykyk

#

😂

thorny cloud
#

😂

merry frigate
#

Port the blender animation to mc bro

#

Trust

little void
#

real

#

fortnite live event

thorny cloud
#

Omw to port these to bedrock

little void
#

hol up we gettin an actual minecraft movie before gta 6

#

😭

thorny cloud
#

Yeah

#

XDDDD

#

Pray for us kk

little void
#

u also hired VAs???

merry frigate
#

Daffa is the va

#

Trust

thorny cloud
#

No sadly

#

He can do va actually ye (did before) but wouldn't fit direction

little void
#

sounds good tbh

thorny cloud
#

The va in the video is taken from half life alyx

wide bronze
# thorny cloud 😂 😂 😂

ong, I read this while high last night this was way too funny just to see you guys argue over gun addons. Still havent picked a side on who I like more tho