Jump to content

Judazzz

Member
  • Content Count

    1,172
  • Joined

  • Last Visited

  • Most Liked  

    3

Community Reputation

1,936 Renowned

7 Followers

About Judazzz

  • Rank
    Bureaucrat

Recent Profile Visitors

2,362 Profile Views
  1. Hey y'all, what's up? It's been a while, but I'm still very much alive and kicking - just extremely busy in real life (became an uncle twice in the last 6 months, got a new job that required me, or rather, gave me the chance to learn mobile app development pretty much from scratch). Anyway, my inactivity doesn't mean I've put aside my C:SL stuff, the pace is just slower. Currently I'm working on two things, but in both cases I'm running into a brick wall that doesn't prevent me from making any meaningful progress (the only thing building up is my frustration with the C:SL API). Sorry for getting a tad technical, but this is primarily a question aimed at my fellow modders. Firstly, I'm attempting to make American Roadsigns compatible with the new custom road networks that Mass Transit added to the game, but I'm unsure how to achieve this. For some reason custom roads aren't listed when looping through all the NetInfo types, which means that road sign replacement/removal currently isn't working for these custom roads. It works just fine for all vanilla and NEXT roads, so my question is: what makes custom roads different from vanilla/NEXT roads. Are they a different Info type? Is it possible at all to access custom road properties such as LaneProps? Am I overlooking something, or is what I'm trying to attempt simply not possible? Secondly, inspired by the awesome Advanced Vehicle Options mod, I started working on a mod that lets you customize BuildingInfo color variations. One of the things that bothered me most since the release of this game is seeing otherwise great-looking assets (both vanilla and Workshop) being spoiled by an awful choice of color variations (to such a point that I simply don't use those assets because the colors make them look fugly). SO I figured I had a good look at how AVO lets you customize the color variations of vehicles, and tried to replicate that for BuildingInfo objects (ie. assets). So far I've got a UI, model for storing all customizations, a functional 3D PreviewRenderer, as well as access to the color variations of any building you select (WIP screenshot below). So far, so good, but unfortunately I'm (once again) running into a big problem, which is that changed colors aren't applied. Like VehicleInfo objects, BuildingInfo objects also have m_color0/m_color1/m_color2/m_color3 properties, which are used to hold the color variation colors, but I'm not sure how to update the BuildingInfo properties. Unlike with vehicles, simply setting the value of the m_colorx property doesn't seem to work. Does anyone know whether what I want to achieve is possible, and if yes, what do I need to do to change the actual color of the asset (do I need to set the m_colorx property, do I need to perform additional actions (like updating the renderer, or do something with [some of] the textures) to see the change take effect? As promised, here's a screenshot of the progress I've made so far (still WIP, obviously). The preview is for the yellow color variation, but you can see only the preview is updated, not the asset itself. Any pointers in the right direction would be greatly appreciated - even if that means hearing that what I want is not possible
  2. Ronyx

    @Ronyx69 - I've just updated Eyecandy so it now allows fog slider values down to -0.49
  3. Ronyx

    Sorry about the late response, but I'll try to have it done by the end of the weekend. Love your Relight mod, btw! One thing, though: I'm not really overly enthused by the UI. The small size, use of transparency and white font (visually, it blends remarkably well with the city in the background) makes it pretty hard on the eyes - or perhaps it's just my aging eyeballs talking? I'm aware that the UI I use for my mods is pretty Lego-y and simplistic, but personally I find it easier to use. Would you be interested in using my UI for your mod?
  4. That looks like a pretty complicated feature you're trying to create, but it's looking very promising! Also great to see fresh blood giving modding a try - welcome to the nerd's creed, @Badi_Dea Just wondering: would it be possible to attach 'milestones' to your upgrade path? Like unlocking one upgrade for every 10.000 inhabitants, or when the player makes certain other achievements? That would give this - already great - idea an actual game-play component!
  5. Depending on the audience you want to reach, I'd think using vanilla props/trees would actually be the best way forward: plenty of players don't/can't use Workshop at all or only in very limited numbers, and that group would be left out in the cold with barren assets if you'd use Workshop material (remember that these players would most likely not use Prop Anarchy and other beautification-related mods either). But that's just my personal opinion about it: obviously every asset creator is free to decide for him/herself.
  6. Sorry, got nothing to contribute other than "Wow, that looks fantastic!" Is it going to remain sand-colored?
  7. Sounds like what you'll need is a bit like a combination of American Roadsigns and Prop it Up. If catenaries are the same as road network/lane props, and if rail segments each have a unique identifier (InstanceID?), then (as far as I know) that's all you need: use a network segment selection tool, open a UI window after selecting a segment containing a drop-down/combo box/whatever that lists all available catenaries, and after clicking the Apply button save it as a replacement in the config file (segment id, original prop name/id, replacement prop name/id), and then run the method that replaces the present prop with the selected replacement one in real time (can be the same method that handles the replacements OnLevelLoad).
  8. Woohoo, one of my all-time favorites getting a little make-over!!! \o/
  9. Citizen modding?

    Well, all it has to do it walk around town, leaving behind him a wake of doom and destruction (it's exactly what those nagging Cims of mine deserve, ungrateful bastards! ) The main thing that should work are the legs, so it moves around quasi-realistically: a T-Rex's arms were pretty much useless, flappy stubs anyway. Or.... and bear with me... we put one on a skateboard
  10. As a Dutchman I approve of this upload
  11. Awesome initiative! I don't care much for tutorial video's, but that's just me, and in any case any additional bit of info regarding modding is more than welcome (it often feels like stabbing in the dark to me). One thing I'd like to learn a bit more about is detouring: I'm familiar with the basic concepts and methods, but even after studying lots of code snippets I'm still have problems working out what bits to detour and how to implement them (my personal White Whale is finding out if in any way it is possible to access props/trees/assets on instance level, so individual items can be customized without the changes applying to every instance [think road sign props, for example], and if so, how to trace the relevant bits of code that need to be detoured). Other things would be debugging methods (I usually just output stuff to the output log to check things - tedious doesn't even begin to describe it), and whether there are tips and tricks to fix issues that I can't reproduce locally.
  12. Citizen modding?

    Dude, "Custom animals are still in experimental phase, but can be used via scripting."!!! Now who's willing to create a giant animated T-Rex to stomp around on our cities. Actually, could such a custom critter be combined with the disaster (tornado) damage logic, so it destroys everything in its path?
×