Xavier Sellier
Xavier Sellier
@nisrulz Thank you for your valuable work here, you saved me a lot of time. Im wondering if you will update this repository soon (meaning I will be able to...
@nisrulz Sorry to bother you, but do you have any news on this issue ?
Works well with [Proton GE](https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/6.19-GE-2), but I keep getting disconnected when trying to play online. Seems to be a EAC related issue. I can still play offline with bots, but...
Hey, I don't own the game anymore, so I cannot test it, I noticed on steamdb that there is a command to launch B4B without EAC, do you guys mind...
Got the same error, I updated this part of the code: ```js await page.goto('https://account.proton.me/login') await page.waitForSelector('button.button:nth-child(6)') await page.type('#username', this._config.username) await page.type('#password', this._config.password) await page.click('button.button:nth-child(6)') ``` I have to say it...
After restart: ``` location: :-1 Error: Python: Traceback (most recent call last): File "/usr/share/blender/scripts/addons/archipack/archipack_preset.py", line 475, in invoke self.menu = PresetMenu(context, self.preset_subdir) File "/usr/share/blender/scripts/addons/archipack/archipack_preset.py", line 222, in __init__ self.make_menuitem(filepath) File...
Another solution would be: ```gdscript onready var gd_chart_node = get_node('gd_chart') # Example func _ready(): gd_chart_node.connect('resize', self, '_update_gdchart_node', [], CONNECT_DEFERRED) func _update_gdchart_node(): var gd_chart_size = gd_chart_node.get_parent().get_size() gd_chart_node.max_x = gd_chart_size.x gd_chart_node.max_y =...
Another solution would have been to use this project instead: https://github.com/fenix-hub/godot-engine.easy-charts
@ParadoxOrigins Nice suggestions, I have not answered but it's been implemented a while ago. About merchandizing a game, I'm gonna keep this feature for after the release of City Game...
So basically you spend like 50m in R&D and then you can publish a game that will be an outstanding game. I'm thinking about having an R&D department that: -...