-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pdmod to U104 and add contribution guide #18
Comments
Thanks @polarathene . |
So are you abandoning the project due to those constraints or are you simply giving us a guide so we don't need to wait for updates? |
@OsmoticCosmos I'm just too busy with work even sometimes doing work related stuff in time off. Until I have more time to commit to BigLobby with actual development I don't want to let anyone down when I don't get around to pushing an update/fix just so the mod continues to work in it's current state. It's usually easy to update:
If anyone wants to save me the download time/space issue and provide me with the As far as the actual mod development goes, I'd love to get it to a proper release eventually. I currently have about 200 tabs almost in Chrome(16GB RAM maxed, can't play games :( ) full of research that I'm making notes of now, and about 400-500 tabs over several browsers at work(again maxed RAM) that I've built up over past 2 months that need to be documented. It's insane but that's how I learn new things fast :) Documentation aside I still have lot of decisions to make and code to write until we get more developers(hopefully in a month or two), might have more time for BigLobby then :) |
@polarathene For u104 i think we need to edit in lua files too. I already try to make new mod yesterday but it's not work. Everything look fine (Biglobby + every function work + game not crash anymore) but my friend cannot join me. ( May be search key problem?) I try to edit lua files but there are lot of function so i don't know which files i should edit. Any advice? |
@gametoon I think you need to fix the .pdmod
So you just need the network.network_settings? |
@RedLeo I already make the new one (.pdmod) with new network.network_settings that extract from original U104 and then find the different thing between u104 (Original) and Biglobby one and replace it. And use this file to create the new .pdmod. I think i didn't miss something. So what did you mean "Fix" ? And if you take a look on this repo you will know that on u103 @polarathene also edit some lua files too. So that is not mean you only need to edit "network.network_settings" to get this mod work. There might be some other file that need to edit. Like he said "It's usually easy to update:" "usually" is not "Alway". |
@gametoon Sorry about the sloppy commits. The other stuff was just improvement far as I recall, last few updates are just network settings updates and fixing mistakes I make like typo or version update. You're right though that some lua change might be required, I forgot to mention new network method need to be added to this file. I may not have done this for new method on last update or so either :( Make sure that everyone uses the new pdmod(and any lua changes) if you want to use the improvement you make. |
@RedLeo yes I just need that file and I will create update. If anything else cause the crash I need proper bug report with crash log. I haven't been able to start download U104 yet, so if you can get that file to me I will release patch for U104. |
Thanks @polarathene and i didn't blame you. I understand that is not easy to describe everything in one post. |
@polarathene |
@RedLeo thanks for that, sorry about the delay, I've pushed the release, you can find it here @gametoon I'm not sure how similar your diff is or how you did your merge to update the pdmod, my diff wanted to remove |
Thanks @polarathene . I already know what cause this problem. Look like my source miss some lines. Not sure what cause this problem may be the original |
@polarathene I think u104 update cause network problem on biglobby. (Failed to Join and Disconnect problem.) I'm pretty sure that this is not user error. it's random error. I have try with 7 friends. (Same files + Method + has play this mod before u104 update (Confirm that everyone know how to install this mod properly.)) |
I just remember some thing. I think the lobby cannot contain more than 3 players for now (My lobby and other lobby that i found on crime net.) If someone can create more than 3 players , tell me pls. Now i guess that new update might decrease player to 3. (Found some lines that might cause this problem but i don't have time to test it yet.) |
@gametoon There is code in BigLobby to handle normal lobbies without disabling mod but this should not be active yet. There is a settings option for lobby size, if for some reason it is not at the default of 8 for the host then it might be at a low number by mistake? You can confirm for me that your friends join your lobby via crime.net and see it there, or they join by steam invite? If they join on crime.net then this should confirm they using same version as you should all be using same search key defined here. If you disable that line, then you will see all normal lobbies on crime.net, and they will see you(players will try to join without mod and fail). I have done this to join older biglobby versions being hosted in the past. Maybe I should enable this line again. It would at least tell people in game that they have the wrong version when joining via steam I think. If another player also have this problem it would be good to know that limit is 3 like you say(no 4th player like normal lobby? or just mean 3 player can join?). May require me to go through lua source in update for changes or new code that might cause it. This will have to wait for weekend if I can find time. |
@gametoon Just to be sure all friends know what to do, I have these install and troubleshoot instructions: https://github.com/polarathene/biglobby#how-to-install |
@polarathene
On U103 we play this mod without any problem. I mean "3 player can join". |
@gametoon Ok, sounds like Overkill change Lua code this time too. Did you have same problem of only 3 people join in previous BigLobby version(2.0.5)? I double checked my commits for If you do not see many lobbies available on crime.net with filter using Thankyou for making this guide :) One thing though!
Please remember that I have said this does not work. In last message I provide this link: https://github.com/polarathene/biglobby#how-to-install . In these new instructions I mention BLT Update feature does not work. Your guide looks like it says to download from main github page, this can work but I link you earlier to releases page, specifically this is for v2.0.0 alpha and bugfixes. At the bottom of this link is latest Please make sure everyone is really using latest version I updated the mod.txt to use version If everything is correct, then I need more information as I have no idea what could break it for you. Remove mod completely, verify cache, install again from releases link I provided. |
@polarathene I just compare files between from repo and your latest release About BLT i think it's really up to date and don't need to update it. Even try to update it will not update anyway like you have said. So it may be not BLT that cause this problem.
Thanks. It's my fault that didn't read it properly. I will try again tonight and share the result. Thank so much @polarathene . |
@gametoon Ha, I did not notice I was putting the husl file in .zip release. It should not cause any problem, it is code for doing some colour feature. It is not in my repo because it is not ready yet. All files in the .zip release will be the same as the ones on Master branch of the repo. Please let me know if you have luck making it work, I really have no idea why it would be broken since U103. |
@polarathene You've check elementareatrigger.lua? there's |
@RedLeo I was investigating it some time ago but could not find enough players to test. |
@polarathene maybe you can upload it, and if i have enough friends, i will test it or maybe we can test it together if you have other players, or you open a test by invite them who had big lobby? |
@RedLeo I believe I lost it unfortunately :( I will let you know if I'm doing a test for it in future. |
@polarathene So sad to hear that, Ok I will wait for your invitation. |
is this working?
Adding this just make the Framing Frame Day 2(inside train) objective triggered, even if i don't go inside the train. |
@RedLeo What value is You are only adding the following modification right?
I do not have access to the source repo at the moment to do a search, but if this all you changed and commenting out those lines prevents the objective being triggered on FF day 2, then you want to compare what The function looks like it gets a reference value, like how many criminals are playing(assuming this is actual player excluding AI), then it will be used to figure out things like are all players inside this trigger zone. If the function is used for other conditions however, your change might break them. Good find though! :) I can't recall what mission elements I was playing with at the time, I don't think this was one. Looking at the original function it has no parameters, not sure if the
|
@RedLeo I ended up looking into this a month or so ago and you were right about project_amount_all for FF day 2, I've not tested with >4 players but it should work, I've included it. I can add you in credits if you like :) I've also fixed the vehicle one which took a good while to figure out(I thought it was one of the many mission elements or the project ones like you have, but it was a check in vehiclemanager. |
This is an easy task usually to do but usually a bother for me due to hardware and time/bandwidth constraints. As the user base for BigLobby is no longer what it used to be and development is slow, I'll add a guide on how to do these patches for the pdmod so PRs can be made. The updates and breakage have become too frequent.
The text was updated successfully, but these errors were encountered: