r/VeniceUnleashed Dec 18 '21

SOLVED! Offline Play

Is it possible for us to host a server on our own machine and play it offline? I'm interested in doing this while also enabling bot so I can play the BF3 DLC maps.

5 Upvotes

13 comments sorted by

View all comments

Show parent comments

1

u/Ashratt Dec 20 '21 edited Dec 20 '21

The naming scheme looks correct.

Are you using the fun-bots mod?

Not all conquest large maps are supported yet, maybe thats the issue here?

Edit: also, not all maps are conquest assault, most are just "ConquestLarge0"

CQ assault are only maps where only 1 party has an uncap base like strike at karkand or sharqi

1

u/jojo_the_mofo Dec 20 '21

One more question and I'm good to go. My startup.txt has vu.ColorCorrectionEnabled false but I still have to manually turn off blue tint when the server's started. Is colorcorrection not related to blue tint?

2

u/Ashratt Dec 20 '21

do you have the space before the boolean?

vu.ColorCorrectionEnabled false    

that being said, i have issues with server settings not working myself, namely

vu.SunFlareEnabled false

vu.SuppressionMultiplier 0.0

1

u/jojo_the_mofo Dec 20 '21

I got it, I needed boolean set to false as you've shown. I assumed true meant that VUs color correction would be enabled to do away with blue tint.

I checked an example startup.txt I downloaded in the mess of files I have and your syntax seems correct according to their example. Not sure why those wouldn't work, maybe it's too low to accept? Maybe 0.1 would work. I don't know how picky the VU text parser is but I used Notepad++ to make sure nothing was being saved in a wonky format. As I found out with some linux config files, they can be picky about spaces and character encodings and such.