Jump to content

zztong

Members
  • Posts

    1,313
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by zztong

  1. I'm warming up to Twitch Integration. Some channels I watch folks hang out in safe areas sorting through their inventory for so long it becomes a bit of a sleep inducing event, which had me thinking of ideas: Maybe we could earn CPs at a faster rate when folks are in safe areas. Some weather options might be nice, such as Fog, Rain, etc. If not a buyable thing, maybe a vote? Sometimes it would be nice to just rain confetti down on the players. Maybe we could honk the horn if they're driving a vehicle.
  2. Unless you're in a desert, it's even easier -- walk to the river around which your town was probably built, collect rain, or find a farm pond. As you go on to discuss, purifying water is the real trick. You have to deal with both organic and inorganic issues. The SW USA is facing water scarcity issues. Maybe the game is taking those to heart, but the Forest biome is pretty green and it does rain a lot. Then there's all that snow, too. Oddly enough, places like POIs seem to me to become less and less likely to be places to find water. First, survivors will consume it, as they clearly have all the food. Second, as we saw during the pandemic with mothballed buildings, water in toilets and drain traps evaporates. Once a city's water storage is exhausted or otherwise loses pressure there's nothing to get from faucets. I'm foggy on what happens to water in a water heater. Could that be a source of water for _years_? A 40-gallon tank would be what... 320 jars? Alas, I'm game to try the new approach and I can recognize they're trying for an improvement.
  3. This suggests to me that some don't understand the meter and/or the meter's UI isn't clear. I know I'd like to see the numbers on the meter. I have always loaded up on Healing Factor, but several months back I read a number of people saying that makes you hungry faster. I tried to find that in game documentation, but didn't see it as a direct effect.
  4. I just turn off all music, including dynamic. In some respects it makes it easier to hear zombies and distant noises, which is perhaps the opposite motivation. It also lets me play my own music for more variety. I'd be into a Fallout-4-like radio station if there were one.
  5. Having never really gotten into Pokemon, I'm suddenly curious what y'all wanted to do with them... Joking aside, talking about a master's degree could become weird too, I suppose. Google is showing me 12 different definitions for the word and 1 of them relates to slavery. I recognize that both language and society are fluid and could make a word unfavorable, kind of like the name "Adolf." While I think the game's (and git's) use isn't an issue, I can understand changes made to show support or solidarity with a cause.
  6. I think you have lots of options. I tend to use what I'll call a "Jack of all Trades" build, where I spread out and take lots of skill before improving my attributes. Stealth is my primary way of clearing POIs and hunting at night, but I can always use guns and melee too, depending on the circumstances. Horde nights are whatever I feel like playing: held up in a base or mobile out in the world. When I'm ready to increase my attributes, I'll take them to 3 and then buy another round of all the skill perks I like, with the exception of Intelligence which I don't bother with until later in the game because I like how searching for the INT-based schematics (forges, workbenches, etc.) slows down the transition from survivor to resourceful dude.
  7. I'm happy to stand corrected, but I'd like to know how it really is. Can you provide the details?
  8. zztong

    Custom Signs

    I think I'm ready for a 2nd swing at Blender to Unity, but... really, the point of this Dream is convenience. Custom signs would add a lot of diversity to POI decoration. We can do it with the tools provided and a willingness to make/distribute custom blocks. But the idea embodied here is streamlining the process for this predicable and defined case.
  9. That's a "Helper" block... Picture with the possibility of a safe behind it, sometimes just a picture. That suggests you'd see things like cabinets changing if they're open, or not too.
  10. Helper blocks randomize cabinets and cupboards being open, among a number of other things. This is very common in POIs, however I suspect this randomization is only done during world generation and probably when a POI is placed by the World Builder, but I never use the World Builder so I don't know. POIs can use A20's "Parts" feature to randomize all sorts of things. Again, I suspect this randomization is only done during world generation. Resetting POIs with Parts, such as when you start a quest, seems to only reset the POI back to what was in the world file. I've no idea what the World Builder might do with Parts. I suspect it ignores them, but I'm just guessing. Randomizing loot rooms is sort-of possible with Parts. The trouble is, while RWG will only pick one Part with a specific tag, each Part's chance of appearance is evaluated separately so you could end up with a situation where none of the Parts get selected. If you're into probability math you can kind of get close to 100%, but not guarantee it. -- Basically, there's no for-certain way to say "Pick 1 of these 5." In short, POIs aren't lacking in tools to express randomness, but I don't know that the randomization happens frequently enough for your goals.
  11. I was happy to find the Working Stoves modlet. I had been thinking of making something like this. Some things I saw: No recipe to make a workingWoodBurningStoveJT No Creative Menu icon for workingWoodBurningStoveJT No Creative Menu icon for workingCharcoalGrillClosedJT No Creative Menu icon for workingGasGrillClosedJT I wonder, am I overlooking something? I was kind of hoping to be able to assemble a workingWoodBurningStoveJT in my bases. I see I could upgrade one if there happened to be one present, or I might be able to buy one from a Trader, but I cannot build one. For WorkingCoffeemaker, there doesn't seem to be a recipe to make these: coffeeMakerJT coffeeMakerCommercialJT Am I overlooking something?
  12. KingGen isn't supported anymore. It never crossed over from A19 to A20, so it doesn't know how to deal with new A20 RWG features. There are a few people who still use it after having made new configuration files, but they use it for specific purposes. If you really want to use KingGen with an A20 version of CP then you're going to have to get much more familiar with KingGen's configuration files and pull data out of each of CP's POIs. And then, once you get it to go, you'll be missing things like A20 Tiles and Parts.
  13. No cheerleaders? The title had me thinking of cheerleaders.
  14. zztong

    Custom Signs

    Okay, well not so bad if I ignore Blender and just use primitives in Unity. Luckily signs aren't super complex objects.
  15. Consider these blocks: signShopToolStore signShopToolStoreLit signShopToolStoreWall signShopToolStoreWallLit We cannot change the message on those signs for use in Custom POIs. Could we perhaps add some XML to specify an image file located in our modlet? <property name="SignImage" value="signMyCoolStore.png"/> The same approach to signs like the following would also be cool: signShopColdBeer I know there was some discussion on these forums where somebody suggested similar, but where the images came from URLs. While that would be cool. This approach does not involve any networking, downloading, or caching. The image files would be contained in the modlet, just like icon files are. The current process for adding a customized sign into the game involves a lengthy process of Gimp, Blender, Unity and XML. This suggestion would streamline that down to Gimp and XML. Disclaimer: This might be a suggestion made out of the frustration that goes with learning something new and bouncing off various complications.
  16. Are you suggesting you held material back for tomorrow? 😅
  17. I'm a total newb with these meshy 3D-objecty things. Killerbunny264 was just telling me about how it saves a bunch to put everything in one AssetBundle. I've yet to make an AssetBundle, but I think (hope) to be getting close.
  18. I think this is a game bug, but the CP folks believe they've got a work-around. I don't know the process by which POIs get into Apoc Now, so I don't know how long it will be before you might see relief.
  19. That's an interesting idea. If I built POIs with 0_Cran_Arcade and somebody installed 1_Cran_Arcade, would salvaging from a 0_Cran_Arcade junker be able to cough up PCBs, monitors, glass, cabinets, etc? That is, can the 1_Cran_Arcade modlet be made to modify the XML of the 0_Cran_Arcade modlet? (I've never tried to have a modlet modify the XML of another modlet. Loading order would matter. I guess that's why the numbers. LOL. That reminds me of the "Haunted House" pinball machine in real life. The local arcade had the volume on that one set pretty loud. When you got the multi-ball part of the game going, the orchestration really rocked out and everyone in the place knew somebody was playing. "Yeh, yeh Zombies, whatever. I'm about to score a free game."
  20. Thanks, I'm on it. I wasn't sure which of the many topics was the best place and yesterday was full of interruptions, so not good for chatting. Maybe today, if I can get some real-life stuff out of the way. Which channel/topic do you think is the best place? Oh, probably the Unity section since that's where the script was. Duh.
  21. The forum had a link to a full unity project to use with various tutorials. After loading that up, I didn't recognize anything related to the videos I was watching. Poking around within it, I didn't find anything, but I am a fish out of water in Unity right now, so probably didn't recognize something obvious. There weren't any assets, so I didn't find the script there. Ah! Aha! -- MultiPlatformExportAssetBundles.cs Thank you!
  22. (1) I'm working my way through @xyth's "Unity model creation and exporting for 7D2D SDX - Tutorial" series from 2017. My Unity 2020.3.14f1 is slightly different. He talks about adding Tags and leaves "Tag 0" blank/unused. Questions: Can I make Tag 0 be "T_Block" or does "T_Block" have to be Tag 1? Likewise, must "T_Mesh_B" be Tag 2? Is there a list of all the Tags and their meanings, somewhere? I know @Telric mentioned T_Mesh_B as important in the Bicycle discussion as being related to player interraction and Xyth mentioned it was for the "E" to Pickup feature. (2) The tutorial involves an "ExportAssetBundles.cs" which I downloaded and added as an asset. I found that code here: https://github.com/7D2DSDX/SDXModding/blob/master/Scripts/Unity/ExportAssetBundles.zip When I did so, Unity detected an error "Assets\ExportAssetBundles.cs(12,18): error CS1501: No overload for method 'BuildAssetBundle' takes 4 arguments. It must be talking about this line of the code... BuildPipeline.BuildAssetBundle(Selection.activeObject, selection, path, BuildAssetBundleOptions.CollectDependencies | BuildAssetBundleOptions.CompleteAssets); Questions: Did I get the code from the correct place? (IIRC, the path mentioned in the tutorial did not exist.) What did I do wrong?
  23. Oh, so it is. You'd think I'd know to look there. Yes, that would be appealing. I do think the arcade "mini-game" offered is both compelling and harmless. I mean, maybe the price of selling a working game to the trader is high, or low, and gets tweaked as time goes on, but in the grand scheme of things, good clean fun. The change machine buying and selling is weird to me, but that means nothing. The change machine buying and selling as if it were a vendor might not be desirable to players. Then I run into a weird spot. If I make my modlet depend on this modlet, and folks don't care for the bundling to the point of not being interested in installing, then I'm not satisfying a need anymore. At what point does a mod cross some line? I don't know. Trial and error, gather feedback. So currently, I'd press on and listen. If only modlets had a way to offer configuration options to the players. (Maybe they do, or will.) Otherwise, we start to end up with parts of XML to comment, or uncomment. With my test POI loaded, I'm seeing the following being written to my log files time and time again: AudioSampleProvider buffer overflow. 1024 sample frames discarded. I suspect it is because the test POI has every one of your blocks placed sitting next to each other. I'm guessing if I stand close to too many noise makers that this happens. I found these in log files too, but I don't know the circumstances of what I was doing at the time. I'm only showing a few, but in the log file there appears to be one for each object. 2022-09-09T17:03:38 1893.037 ERR Mesh 'defender' not readable in GO: /Chunks/Chunk_1,-2/_BlockEntities/ROArcade_Defender_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'defender' not readable in GO: /Chunks/Chunk_1,-2/_BlockEntities/SArcade_Defender_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'group_84' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/SArcade_DragLair2_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'tempest' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/Arcade_Tempest_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'model' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/SArcade_Warrior_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'crystal' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/Arcade_Cry_Castle_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'starhawk' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/SArcade_Starhawk_prefab 2022-09-09T17:03:38 1893.037 ERR Mesh 'starcast' not readable in GO: /Chunks/Chunk_1,-1/_BlockEntities/ROArcade_Star_Castle_prefab
  24. I'm playing with it a bit more today. I cannot find "arcade_changemachine" in the Prefab Editor. It doesn't come up by name. I don't see any junk pinball machines in the XML. Related to something I mentioned in the previous post, there are often player versions of objects and POI versions of objects. I could see there being POI versions of the non-destroyed cabinets and pinball games, but would have no sound or animations and could not be picked up via the "E" key. They would have to be wrenched like the junk ones. For instance, a "Bedroll (POI)" vs a "Bedroll" ... so we know which is safe to use in a POI... can't be just grabbed like a player version could.
×
×
  • Create New...