Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/08/2023 in all areas

  1. 1 point
    Hello @Myruni, The name of the menu item in \scripts\lua\forms\player.clu have to be the same as the value of line 481 in \scripts\table\StringSet.txt file. Something like this: UI_MenuAddText( mainMouseRight, "PM" ) and: [481] "PM"
  2. 1 point
    Have you checked that your spacings are correct? i can recommend you checking this out https://pkodev.net/topic/1460-wrong-iteminfotxt-spacing/
  3. 1 point
  4. 1 point
    You’re not paying attention to the error message: msg parse resource file [./resource/garner\garnerNPC.txt] failed ,No [190 Starter - Npc], please chech format and version! it clearly states that the error is in garnerNPC.txt on line 190. Npc ID: 190, npc name: Starter - Npc You need to check that line out
  5. 1 point
    Your error message states to check the format and version of your new npc entry - this suggests you might have not used tabs correctly or perhaps missed out on certain required fields (basically the format of your new npc line does not match the required format, check the ones that are working for reference)
  6. 1 point
    I ran into this problem in 3ds max. mmm I wouldn't know how to explain it to you, but I'll try. in the folder [Bin\texture\terrain\alpha\] there is a texture. I think it works with the shader. poof I got off topic. That image works with this code. MPMap.cpp float AlphaNo2UV[16][2] = { 0.0f, 0.0f, 0.0f, 0.0f, 0.25f, 0.0f, 0.5f, 0.0f, 0.75f, 0.0f, 0.0f, 0.25f, 0.25f, 0.25f, 0.5f, 0.25f, 0.75f, 0.25f, 0.0f, 0.5f, 0.25f, 0.5f, 0.5f, 0.5f, 0.75f, 0.5f, 0.0f, 0.75f, 0.25f, 0.75f, 0.5f, 0.75f }; The thing is that in 3ds max they are the UV coordinates (Texture UV) For other programs or shader. the top map is 4048*4048 maximum and *2 if they are the Block. and it is divided into 8*8 chunks.if you manage to flip the chunks separately. you will do it
  7. 1 point
  8. 0 points
    @Andy, @Myruni, @ADELIJAH Nice ideas guys, but they are a ton of work. I don't think I am able to make them now
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...