Jump to content

Yue

Members
  • Posts

    2,449
  • Joined

  • Last visited

Everything posted by Yue

  1. Yue

    Steam?

    steam://run/355500//+game%1097781922 ???
  2. Yue

    Steam?

    I'm confused, I do not have steam friends. When copying that link in google appears search results.
  3. Yue

    Steam?

    No work, id game is 1097781922 .
  4. Yue

    Steam?

    steam://run/355500//+game%20+1097781922 ok?
  5. Yue

    Steam?

    Hey, how do I make that link?
  6. Yue

    Steam?

    The account is limited. I'll try to explain what happened. Someone sent me a gift code from the LeadWerks engine. So to activate it create a account in steam and activate the engine leadwerks 4.4 with the code. That was all, and the account is limited, unless I make a purchase over 5 dollars, I can not add friends, I can not share the game publicly, I can not comment and I can not give likes.
  7. Yue

    Steam?

    This is terrible with steam, I can not comment, I can not give I like it, I can not aggravate friends ...
  8. Yue

    Steam?

    I do not think, policies say that the account is limited, because we did not buy the engine, received a gift engine code. And to activate the account completely I need to buy something for more than five dollars. https://help.steampowered.com/en/wizard/HelpWithLimitedAccount
  9. Yue

    Steam?

    Here mas info. https://help.steampowered.com/en/wizard/HelpWithLimitedAccount
  10. Yue

    Steam?

    Is that the engine that the leadwerks did not buy it was a gift with a code they sent me. Therefore I do not have access to more advanced features. If I had bought the leadwerks engine, I would have access to those features, now they tell me that I have to buy something for more than 5 dollars, starting that I have no means of payment, such as a credit card or things like that. It is really painful. But at least I have the engine, that's the postive.
  11. Yue

    Steam?

    My account is limited, I have to pay money to publish my projects. Best upload updates to dropbox.
  12. Yue

    Steam?

    Hello, there are only two options: "Just friends". "Hidden" I used the game launcher leadwerks.
  13. Yue

    Steam?

    Hello, I posted a demo of the developing game on Steam. The fact is that I get a message on the screen that says that I can only see the game. Is that correct? I thought I would see more people.
  14. I have no vegetation for this place. I think the best option is to have a sunlight on the player's head.
  15. Different types of lighting for the atmosphere as for the terrain.
  16. I have my character on the ground, the force of gravity takes it down and when it collides with the ground, it stops. The problem is that I move it with "Move" or "Translate" and when it arrives at a hill it crosses the terrain. Any suggestions?
  17. logLW = Texture:Load("Logos/LeadWerks.tex") -- Logo LeadWerks. oldTime = Time:Millisecs() while Time:Millisecs() < oldTime + 5000 do if ventana:Closed() == 100 then return false end lienzo:DrawImage(logLW, lienzo:GetWidth()/2-241,lienzo:GetHeight()/2-73) lienzo:Sync() end logLW:Release() lienzo:Sync() The previous code shows for a moment before moving to the load bar of the stage. The idea is to delete the image when exiting, however, entering the loading bar of the image is still displayed. Any suggestions?
  18. @shadmar Hello, where I write this code. I create a shaders file, then implement it with an object in the scene?
×
×
  • Create New...