Search results

  1. Xardas

    Is it possible to port the Sonic Adventure 1 models to Mario 64 CO-OP DX

    If you want to learn how to make skins for sm64coopdx there is a video on how to use fast64 and a page that teaches how to create skins for Character Select (I will leave the links) Checkered Hell this is for character select and this one to occupy fast64
  2. Xardas

    Lives icons on charselect doesnt work

    How strange, if all that is correct the image should appear, try checking the code to see if there is anything strange
  3. Xardas

    Lives icons on charselect doesnt work

    What if you have a file called like the image in the "textures" folder?
  4. Xardas

    Lives icons on charselect doesnt work

    One question in the "main" file the part that says get_texture_info("Icon Name")); Do you have the name of the icon set correctly? And you also have the image in the folder called "textures"? because if that is not done well, nothing is simply going to happen.
  5. Xardas

    How create mods question

    check github or check the forums for a tutorial for that since there have been many people who have asked the same thing and in the end they have achieved it
  6. Xardas

    How can I create maps in Blender?

    Thank you :D
  7. Xardas

    Shotgun for Gun Mod DX

    Could more weapons be added to Gun Mod DX like a shotgun or something else?
  8. Xardas

    Vertex Shader Compilation Failed

    From then on I no longer know about "Pointer no foind". Good luck.
  9. Xardas

    Vertex Shader Compilation Failed

    Thank goodness it worked, but I'm not sure about the "pointer not found" issue, maybe the geo.bin file is missing or something else.
  10. Xardas

    Vertex Shader Compilation Failed

    If it is just a color and not an image try with "Sm64 shaded solid" and if it is an image try with one that says "Texture" since I had some textures in "Sm64 Decal" and it gave me the error 1723077745 If the images do not exceed 64x64 it may be that the file weighs a lot and if it does not...
  11. Xardas

    Vertex Shader Compilation Failed

    Also try to see if a texture is much larger than it can handle, for example you have a texture larger (or heavier) than 64x64
  12. Xardas

    Vertex Shader Compilation Failed

    The same thing happened to me. What I did to solve it was change all the textures that I had created since some were of the "custom" or "Sm64 Decal" type and when I changed all of them to another type it no longer crashed, I don't know if for you the error is texture or something else thing but...
  13. Xardas

    How can I create maps in Blender?

    I want to create maps but I don't know how to do them xD
  14. Xardas

    Issues in relation to char-select mod compatibility

    So that maybe the model appears you have to go into the "main" file and look for something that says "local E_MODEL_(model name) = smlua_model_util_get_id("_geo");" where it says ("_geo") you have to put the name of the geo.bin in this case if the geo.bin is called mario_geo you will have to put...
  15. Xardas

    How can I change the stars icon (Character Select)

    I want to change the stars icon but I don't know how to do it, how can I do that?