Coder Social home page Coder Social logo

Comments (28)

lowrt avatar lowrt commented on August 24, 2024 1

實際遊戲
運用光影渲染元素,不曉得會不會實現。

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024 1

I've downloaded KMS client. Amazing! but it is far more complex than I thought.
I see light section but don't know how to make it work. Do we have more screenshots or videos?
image

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024 1

Here you go. Didn't find any ss regarding to Christmas yet.
1
2

Also the BGM mentioned in MapCode.img\info\bgmSub\<randomCode>\uol will be played in game instead.

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024 1

Just a follow-up with this issue:
Now glowing items don't look right.
image

For your convenience, here are 100000000.img, 240000000.img and 450001000.img with Halloween assets - load them along with CMS v201 client.

100000000_halloween.zip
240000000_halloween.zip
450001000_halloween.zip

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

I don't have installed KMS client, also I can't see halloween elements in KMST 1147.
Is it only included in KMS?

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024

Yes, Halloween assets weren't present in KMST 1.2.1147, only included in KMS.

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024

https://youtu.be/2xZLvReSmZk?t=9707

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

https://youtu.be/2xZLvReSmZk?t=9707

Cool. Many thanks.

from wzcomparerr2.

nanochromatic avatar nanochromatic commented on August 24, 2024

KMS 1.2.372 introduced Christmas themed assets which behave similarly.

image

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024

https://youtu.be/TSqFZ7mNYmw?t=65
in-game behavior as reference

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

Thanks for acknowledgement, really helps.

As it is the end of year, the deployment progress may be delayed for a long time. We don't have an ETA for the fix. (Believe me it is on the way)

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024

After I use updated HaCreator I think I know what those black tiles were.
image

White part on these black tiles were used for glowing effect.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

image
the recent commit fixes the glowing object.

Still want some more clear screenshot (not only capture from videos) for global light rendering.
I got into trouble on global lighting simulation.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

@HikariCalyx ack.
Not sure if it is a regression, will take a look this week.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

Can you take a screenshot in game?
Someone tell me that CMS 201 has not enabled halloween event, curious where you get the client file.

from wzcomparerr2.

HikariCalyx avatar HikariCalyx commented on August 24, 2024

Can you take a screenshot in game? Someone tell me that CMS 201 has not enabled halloween event, curious where you get the client file.

Open CMS v201 client, then open these 3 img files individually.
After that, click 450001000.img inside of list, and click MapRenderer.

I know Halloween related assets are present in CMS v201 but not enabled, so loading individual img files will enable them. You can also do this with MSEA client.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

The operation is meaningless.

A merged client is not a Complete client, it is equivalent to a self-modified version or a private server, which is not considered by wcR2's scope of support.

from wzcomparerr2.

nanochromatic avatar nanochromatic commented on August 24, 2024

@Kagamia The Halloween themed maps are now present in MSEA v226.

  • 100000000: Henesys
  • 240000000: Leafre
  • 450001000: Nameless Town

from wzcomparerr2.

PirateIzzy avatar PirateIzzy commented on August 24, 2024

20231003230610927_450001000
Following up on what @nanochromatic posted above. This is a screenshot from 450001000 in MSEA v226. Malgeum showcased it in this video as well:
https://youtu.be/tOV2ID4ZIaQ?t=74

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

Thanks for acknowledgement.
There must be something different between KMS and MSEA client.
Fortunately I have an old KMS client version so I'll try to find it out.

I believe that it's time to implement a REAL global lighting system now, but before I start, mapRender needs a refactor to make it easy to filter components with condition.

There's no ETA for the feature, but I can share a POC demo when it is ready.

from wzcomparerr2.

PirateIzzy avatar PirateIzzy commented on August 24, 2024

Maple_041023_134917
image (4)
image (3)
image (2)
Just as another follow-up, I obtained a few screenshots of the MSEA versions in-game.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

image
lol

the mimimap is totally wrong.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

Find it.

obj client-ver z canvas
450001000.img\3\obj\17 KMS 8 Map/Obj/extinction.img/extinction/foothold0/6/0
450001000.img\3\obj\17 MSEA 7 <- here is the difference (same as above)
450001000.img\3\obj\54 KMS 7 Map/Obj/halloween_2016.img/noName/obj_ani/30/0
450001000.img\3\obj\54 MSEA 7 (same as above)

The glowing object should have lower z than the lit object, but in MSEA it upside down.

WcR2 does not really support global light yet, just render the light obj with additive blend instead of alpha blend to make it looks better.

Despite all this, It seems to prove that global lighting ignores z-layer sorting, it is a good news that we still have new discoveries from the buggy client.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

progress: 40%

image

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

progress: 85%

MSEA 450001000.img + KMS, even some assets are missing but looks better than before.
20231006003230929_450001000

I believe it is an acceptable version but not perfect, lots of parameters are not used, but we can make it better in future.

from wzcomparerr2.

PirateIzzy avatar PirateIzzy commented on August 24, 2024

Just wanted to provide an update from KMST 1.2.162, these are the latest map renders:

20231019211030791_100000000
20231019211009694_450001000
20231019211020574_410000500

None for Leafre

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

Looks some light objects are not tracked. will take a look tomorrow.

from wzcomparerr2.

Kagamia avatar Kagamia commented on August 24, 2024

image

🤣

from wzcomparerr2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.