3030's Forum Posts

  • Thanks rexrainbow

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • crazy, thanks - definitely a driver issue then. appreciated!

  • Hey , would you be able to take a *fullscreen* screenshot of cosmochoria from steam and post it here? id love to see what you're seeing...

  • so many questions haha i dont have time but i know the answers so ill try and be brief.

    Steam features are partially available via the Greenworks plugin. Search the forums for it.

    Construct 2 has a Wii U export option, but you need to be fully aware of the limitations of the nintendo hardware since its using a web framework (which is why it works with c2). You dont have the full 'power' of the wii u, so testing your game from the ground up on wii u is recommended. You need to submit your game to nintendo to get approved as a nintendo wii u developer, then once that happens, Scirra sends you a plugin to use to build in wii u features.

    Piracy... is piracy. you wont stop it and theres no protection in c2. Node webkit builds your game as an executable .exe (windows) or .app (mac) file. ANyone can copy that and play it. releasing through steam signs the executable so at least its tied to the users account and they must be logged in to play, but thats skirtable.

    dont worry about your game being pirated. wasted effort unless you got a team of people to pay salaries to and your game is missing out on tens of thousands of dollars because of piracy. just get it out there.

    Cloud saves dont require code, let me know if you got my email Aurel

    Silverforce, Steam cloud is working for me without anything required on scirra's part. hit me up via email

  • would go a lot better if i could see your code, I dont know how you're setting the whole process up so it can happen in a hundred different ways -- me saying one way might go completely against what you're doing in your code already. Be sure to tag me (@80bit) in your response so i get notified.

  • $1 Bill has come forward to state that it is, in fact, a Free Mason.

  • Cool sounds good, thanks a tonne Ashley

  • On Whatever you do to Equip Armour

    Pick Body by Unique ID

    - Armour: Set Position to Body at Image Point X

    - Armour Pin to Body

    Does that work?

  • Ashley Awesome, thank you for the explanation. My confusion came from the fact that buttons seem to be 100% customizable through CSS, but the progress bar didn't seem to follow those same properties / css elements. I really appreciate you taking the time to explain and I truly hope I didn't seem too rude/blunt to you. Just been running on such little sleep trying to get cosmochoria done :

    Makes a bunch more sense to me now, and makes sense why I cant specify background stuff, because I actually need to be able to target the "progress[value]::-webkit-progress-value" specifically. Oh well. Would be awesome to be able to make non-image based progress bars (for health bars, etc) but it sounds like a niche request if this thread is primarily just me and you talking about it haha.

    progress[value]::-webkit-progress-value {

    background-image:

    -webkit-linear-gradient(-45deg,

    transparent 33%, rgba(0, 0, 0, .1) 33%,

    rgba(0,0, 0, .1) 66%, transparent 66%),

    -webkit-linear-gradient(top,

    rgba(255, 255, 255, .25),

    rgba(0, 0, 0, .25)),

    -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px;

    background-size: 35px 20px, 100% 100%, 100% 100%;

    }

    equals

    without using any images at all.

  • Ashley I am frustrated because i think you are misunderstanding my question or assuming I don't know what I'm talking about and therefore not thinking about my question as I am asking it.

    As ive said before, i know CSS very well, what i dont know is the class you've assigned to the bar of colour in a progress bar, or how to target that class to apply colour to the progress bar. These semantics have nothing to do with CSS but are entirely related to your development of the progress bar element in Construct 2.

    All Im Asking: Is it possible to change the color of the Progress Bars using the "Set CSS Style Action"? Is this even programmed in Construct 2?

    If answer is yes, i guess I will continue to blindly fumble my in the dark to figure out how you have implemented it. If it's not possible, please tell me that it is not possible so I stop looking / asking for a way.

  • Ashley

  • Understood, i guess the issue is there is still zero documentation regarding what elements can actually be styled. So there's an option to add css styles to the progress bar, but no clear definition on what elements we are able to style and how.

    Im guessing based on the lack of answers that it's not actually possible to change the background colour of a progress bar using the built in css expression?

  • bummer.. thanks!