Jump to content

francogp

Member
  • Posts

    200
  • Joined

  • Last visited

Posts posted by francogp

  1. 6 hours ago, Hydromancerx said:

    One issue is what to do about the calories of the big animal carcasses. There seem to be like a 4000 calorie limit she says. And a whole deer or bear is WAY over that.

     

    Yep, you can eat a whole animal carcass in one meal (IRL)... It must be mandatory to SPLIT the animal in smaller parts to be eaten. The mechanic should be changed or refined to achieve that.

  2. 2 minutes ago, Faalagorn said:

    Unfortunately I can't really, as like I said I barely played it, but it's generally most of the items that rely on being placed on ground I think - ovens, animals... Generally something's off graphic-wise each time I see the screens, but it's the complexity of the mod that cause it. However, some, especially recent items, seems to be improved from what I see being posted over here, so that's why I hope the graphical change will be only for good to the mod :)

    The main problem, is that you can't mod movable object like the kitchen/oven or similar. Everyone should ask the DEVS to implement a way to mod objects like the kitchen/oven (you can place, rotate, and COLLISION with that). 

  3. 4 hours ago, Faalagorn said:

    Also I've seen a lot of people (me included) not liking everything with the style of Hydrocraft not fitting PZ,

     

    Can you list those objects?

  4. 8 hours ago, Hydromancerx said:

    Hydrocraft v5.7 has been released!

    snipt

     

    I cant load 5.7, the game freeze at loading time without ANY log error.

    The game freeze after "reloading lua" msg. The only mod that I load is Hydrocraft.

     

    NOTE: why there's no new variables to translate? I read a lot of new items but no new vars...

  5. 4 hours ago, xXSly_WolfyXx said:

    RIPt in peace this mod, It was fun, But the amount of work that will need to go into creating higher quality sprites and such will likely be to much. Let's hope it doesn't get abandoned.

    you / anyone can help providing art for the mod ;)

  6. 8 minutes ago, nolanri said:

    I think I found the bug with some of the categories not working for recipies.  as for the combining with other filters thing, what combination of filters did you try that did not work?  if it was for example, select classic only items, and then select a certain category of items, that will not work.

    It because the item categories only basically exist with hydrocraft items. because hydro organized all his items into multiple files with category like names, I just used the files names he chose as categories.  the classic / vanilla items are all jammed into only a few files with non descriptive names like 'items.txt" ...

    When I tried it, it was all broken, but now it seems to work just fine

  7. Can you make everything spawn a lot less. There are so many guns and ammo online its insane. Everyone has massive store rooms just for the these, and would make it a bit more interesting for them to be more prized items.

    Are you using the "good luck" perk? that is changing all your probabilities to 0.1 if they was originally lower. That mess up all the "special" items rarity.

  8.  

    Any chance for a quick and dirty sound fix while we patiently wait for new version (of your awesome mod)?

    Maybe could make all ORGM guns sound like vanilla varients or something? Is spooky in multiplayer when everyone's packing silenced rifles xD.

     

     

    Lol, unfortunately no, if someone wants to post a fix, I will put it up but with my busy work season I barely have the time to code the new version

     

    Thanks for the kind words though!

     

    exactly what files/variables are wrong? I can take a look (only if I know where to look :P)

     

    I just compare the script files, and all the vars looks reasonable compared to official weapons.. so, where's the error? do you use a custom sound manager?

     

    I think that I find the errors

    Old way to reproduce a sound on weapons (your way):

    getSoundManager():PlayWorldSound(self.insertSound, char:getSquare(), 0, 10, 1.0, false);

    New way:

    char:playSound(self.insertSound, false)
  9. Enjoy!

     

    Thanks!

     

    Question: Did you add compatibility for ORMtnMan's Real Guns or you add your own weapons/ammo?

     

    Note: you forgot to add the new translation files from dropbox (including the new AR).. but I will add 5.6 shortly so...

    You should centralize all translation files there so you can't forget them, and script the copy paste from them before releases.

     

    Note 2: Translations ready for 5.6 :D

     

    Note 3:

    I get this error:

    ERROR: can't find recipe source "HCGreenoseeds" in recipe "Put Green Onion Seeds in Packet"
  10. No, the -max* and -min* parameters ARE optional, as are some others.

    Can you do me a favor and try:

    - using \ instead of /

    - using a simpler parameter to -output (like: -output "output\"), ie: a relative path

    1) I cant use \ instead of / because the program crash saying that the symbol is not valid

    2) Yep... I tried a simple  -output "output\" and it works

    3) how can I do a full map image insted of cells?

  11. Is there a way to configure the server to modify the probabilities for infection (zombification). Because right now there's almos 90% chace yo get zombified (at least on my last 35 dead characters :P ) and I want to set it on like 20% for my server (an easy one).

    If there isn't a way... where should I change to make mod about that? is there a var in the code that set the probabilities?

  12. Check the runme.bash file. The tiledef files need specific names (prefixed with 0_ 1_ and 2_ respectively) to work.

     

     

    Sorry abour the spam here... but now I get this 

    Starting programm...Reading texture data from: Erosion.packSheet count: 5Reading texture data from: Tiles.packSheet count: 25Reading tiledef c:\Users\Franco\Zomboid\MAP EXPORTER\tiledef\0_tiledefinitions.tilesFilenumber: 0Tiledef Version: 1Got 122 tilesheetsReading tiledef c:\Users\Franco\Zomboid\MAP EXPORTER\tiledef\1_newtiledefinitions.tilesFilenumber: 1Tiledef Version: 1Got 177 tilesheetsReading tiledef c:\Users\Franco\Zomboid\MAP EXPORTER\tiledef\2_tiledefinitions_erosion.tilesFilenumber: 2Tiledef Version: 1Got 25 tilesheetsWorking on cell: 10 - 36Excepción no controlada: System.Runtime.InteropServices.ExternalException: Error genérico en GDI+.   en System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)   en MapMapLib.MMPlotter.PlotData(MMCellData cellData, String outputDir, Int32 cellx, Int32 celly)   en MapMap.Main.parseMapData()   en MapMap.Main.Run(String[] args)   en MapMap.Program.Main(String[] args)

    My current param is:

    MapMap.exe -tiledef "c:/Users/Franco/Zomboid/MAP EXPORTER/tiledef/" -gfxsource "c:/GOG Games/Project Zomboid/media/texturepacks/Erosion.pack" -gfxsource "c:/GOG Games/Project Zomboid/media/texturepacks/Tiles.pack" -mapsource "c:/Users/Franco/Zomboid/mods/PZMapPack/media/maps/PZ Map Pack/" -output "c:/Users/Franco/Zomboid/MAPS EXPORTER/output/" -dolayers false -divider 2

    NOTE: Should I use ALL the params? or for example, -minx -maxx -miny -maxy are optionals? I tried the example coords and the original map, and the same exception occur. 

  13.  

     

    Now I'm getting this with zomboid v33.20:

    Starting programm...Reading texture data from: Erosion.packSheet count: 5Reading texture data from: Tiles.packSheet count: 25Reading tiledef c:\GOG Games\Project Zomboid\media\newtiledefinitions.tilesExcepción no controlada: System.FormatException: La cadena de entrada no tiene el formato correcto.   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)   en System.Convert.ToInt32(String value)   en MapMapLib.MMTileDefReader.Load(String datafile)   en MapMap.Main.readTileDefs()   en MapMap.Main.Run(String[] args)   en MapMap.Program.Main(String[] args)
  14.  

    Error, container already has id

    Fixed already for the next update. Thanks for reporting.

     

     

    Yesterday I get that on a wooden crate. I loaded the game, the crate was gone, and all the content was in the floor. When I tried to collect the items, I get "Error, container already has id" errors (and can't collect any item).

×
×
  • Create New...