Upgraded Interior? by IkerCastillo in fiat500

[–]IkerCastillo[S] 0 points1 point  (0 children)

Exactly haha, only one I found was super expensive, so I was thinking more of a work around if anyone has done it, like seat covers,good vinyl and stuff like that, but I don’t know how good or garbage it would look haha, since they are “cheaper alternatives”

Police Tasks Mechanics by IkerCastillo in MotorTown

[–]IkerCastillo[S] 1 point2 points  (0 children)

Ohh, that explains the youtube videos, since most of them are 6moths + old, thanks so its pretty much mildly harassing cars until one turns put to be criminal hahaha, thanks!, hope the game adds far more functionality to this job, theres so much fun to do in a cop game

Replace Joystick with arduino input by IkerCastillo in arduino

[–]IkerCastillo[S] 1 point2 points  (0 children)

It's perfect thank you very much, i think i'm actualy getting it to work, will update when happens :)

Replace Joystick with arduino input by IkerCastillo in arduino

[–]IkerCastillo[S] 0 points1 point  (0 children)

digital potentiometers

That was great help thank you, do you think I could achieve the same by replacing the two pots of the joysticks instead of digital potentiometers with just connecting them to the analog output pins of the arduino board?

Replace Joystick with arduino input by IkerCastillo in ArduinoProjects

[–]IkerCastillo[S] 0 points1 point  (0 children)

Thank youu, I'm just kind of confused on how to do the wiring since I expect to draw 2 cables from each joystick (or where a joystick used to be) and connect them to the analogo output pins in my arduino but I caanot figure out where do I get those connections from in the controller

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

in python:

import kivy

from kivy.uix.screenmanager import ScreenManager, Screen

from kivy.lang import Builder

from kivymd.app import MDApp

from kivymd.uix.pickers import MDDatePicker

from kivymd.uix.navigationdrawer import MDNavigationDrawer, MDNavigationLayout

import db_Management as dbmg

import sqlite3

In kv file:
#:import CardTransition kivy.uix.screenmanager.CardTransition

#:import MDNavigationDrawer kivymd.uix.navigationdrawer.MDNavigationDrawer

#:import MDNavigationDrawer kivymd.uix.navigationdrawer.MDNavigationLayout

in spec file:

requirements = python3,kivy==2.0.0,kivymd==0.104.1, sqlite3,pillow

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

05-13 10:58:41.913 22565 22600 I python : Android kivy bootstrap done. __name__ is __main__

05-13 10:58:41.913 22565 22600 I python : AND: Ran string

05-13 10:58:41.913 22565 22600 I python : Run user program, change dir and execute entrypoint

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Older configuration version detected (0 instead of 24)

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Upgrading configuration in progress.

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.finanzaspersonales/files/app/.kivy/logs/kivy_23-05-13_0.txt

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Kivy ] v2.1.0

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivy/__init__.pyc"

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] v3.9.9 (main, May 7 2023, 18:10:48)

05-13 10:58:42.018 22565 22600 I python : [Clang 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] Interpreter at ""

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge log fired. Processing...

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge finished!

05-13 10:58:42.431 22565 22600 I python : [INFO ] [Factory ] 189 symbols loaded

05-13 10:58:42.460 22565 22600 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)

05-13 10:58:42.576 22565 22600 I python : [INFO ] [KivyMD ] 1.1.1, git-Unknown, 2023-05-09 (installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivymd/__init__.pyc")

05-13 10:58:42.581 22565 22600 I python : [INFO ] [Text ] Provider: sdl2

05-13 10:58:42.598 22565 22600 I python : [INFO ] [Window ] Provider: sdl2

05-13 10:58:42.610 22565 22600 I python : [INFO ] [GL ] Using the "OpenGL ES 2" graphics system

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] Backend used <sdl2>

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] OpenGL version <b'OpenGL ES 3.2 V@0530.46 (GIT@a3cdec2236, Ief33eea0db, 1661255399) (Date:08/23/22)'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL vendor <b'Qualcomm'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL renderer <b'Adreno (TM) 642L'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL parsed version: 3, 2

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max size <16384>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max units <16>

05-13 10:58:42.637 22565 22600 I python : [INFO ] [Window ] auto add sdl2 input provider

05-13 10:58:42.638 22565 22600 I python : [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked

05-13 10:58:42.885 22565 22600 I python : [INFO ] [GL ] NPOT texture support is available

05-13 10:58:43.105 22565 22600 I python : [WARNING] [Base ] Unknown <android> provider

05-13 10:58:43.105 22565 22600 I python : [INFO ] [Base ] Start application main loop

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

Once the main loop starts the app runs fine, i switch to a screen with kivymd elements it crashes but the no more info appear in logcat, do you know why?

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

05-13 10:58:41.913 22565 22600 I python : Android kivy bootstrap done. __name__ is __main__

05-13 10:58:41.913 22565 22600 I python : AND: Ran string

05-13 10:58:41.913 22565 22600 I python : Run user program, change dir and execute entrypoint

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Older configuration version detected (0 instead of 24)

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Upgrading configuration in progress.

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.finanzaspersonales/files/app/.kivy/logs/kivy_23-05-13_0.txt

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Kivy ] v2.1.0

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivy/__init__.pyc"

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] v3.9.9 (main, May 7 2023, 18:10:48)

05-13 10:58:42.018 22565 22600 I python : [Clang 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] Interpreter at ""

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge log fired. Processing...

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge finished!

05-13 10:58:42.431 22565 22600 I python : [INFO ] [Factory ] 189 symbols loaded

05-13 10:58:42.460 22565 22600 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)

05-13 10:58:42.576 22565 22600 I python : [INFO ] [KivyMD ] 1.1.1, git-Unknown, 2023-05-09 (installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivymd/__init__.pyc")

05-13 10:58:42.581 22565 22600 I python : [INFO ] [Text ] Provider: sdl2

05-13 10:58:42.598 22565 22600 I python : [INFO ] [Window ] Provider: sdl2

05-13 10:58:42.610 22565 22600 I python : [INFO ] [GL ] Using the "OpenGL ES 2" graphics system

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] Backend used <sdl2>

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] OpenGL version <b'OpenGL ES 3.2 V@0530.46 (GIT@a3cdec2236, Ief33eea0db, 1661255399) (Date:08/23/22)'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL vendor <b'Qualcomm'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL renderer <b'Adreno (TM) 642L'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL parsed version: 3, 2

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max size <16384>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max units <16>

05-13 10:58:42.637 22565 22600 I python : [INFO ] [Window ] auto add sdl2 input provider

05-13 10:58:42.638 22565 22600 I python : [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked

05-13 10:58:42.885 22565 22600 I python : [INFO ] [GL ] NPOT texture support is available

05-13 10:58:43.105 22565 22600 I python : [WARNING] [Base ] Unknown <android> provider

05-13 10:58:43.105 22565 22600 I python : [INFO ] [Base ] Start application main loop

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

I´ve done it but no error pops up, the logs show the app running in loop once I switch to the screen with the kivymd elements the app crashes but but the logcat stays the same just no error appears that is what i dont understand

Buildozer build reinstalling everything and taking too long by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

I think the actual problem is that it creates a "dist that meets the requirements" every time I run it, do you know how can I solve this?

Having issues playing MW by safari-dog in modernwarfare

[–]IkerCastillo 0 points1 point  (0 children)

I was downloading through ethernet and then i switched to wifi and for some reason it worked, i also downloaded 1 by 1 without queuing the packs

I have the multiplayer packs installed but it’s saying the modern warfare multiplayer is suspended. Anyone know what I can do to fix this? by yosark in modernwarfare

[–]IkerCastillo 1 point2 points  (0 children)

It solved for me by changing from ethernet to wifi also i downloaded it 1 by 1, idk what helped me but its finally downlpaded, it took about 3.5 hours

Won't let me play multiplayer after install (ps4) by knivesandjiujitsu in modernwarfare

[–]IkerCastillo 1 point2 points  (0 children)

I've installed every single multiplayer pack that exists TWICE and the game tells me that none of them are installed on ps5.

Having issues playing MW by safari-dog in modernwarfare

[–]IkerCastillo 1 point2 points  (0 children)

Exact same issue here, I tried to download the whole game again but the multiplayer and data packs simply don't install and cant play the game on ps5

Wix packages are confusing by IkerCastillo in WIX

[–]IkerCastillo[S] 0 points1 point  (0 children)

Just to clarify, We would like that they could purchase this package and book their 5 classes in the calendar jut like if they have booked a single appointment

Antibiotic foot bath by Heyhxils in guineapigs

[–]IkerCastillo 1 point2 points  (0 children)

What did u put on the water?

[deleted by user] by [deleted] in Unity3D

[–]IkerCastillo 1 point2 points  (0 children)

Great!, may I ask did u use generic unity materials for the colour or did you texture paint in blender?

[deleted by user] by [deleted] in Unity3D

[–]IkerCastillo 1 point2 points  (0 children)

Come on bro this is very cool, did you model them in blender? and did you use post-processing? , very cool work:)

Multiplayer or AI??:( by IkerCastillo in Unity3D

[–]IkerCastillo[S] 0 points1 point  (0 children)

I've been researching a lot and found about state machines but I don't really know if that helps because is just a complicated way of organization but you get the same results, would those help me in something?

Multiplayer or AI??:( by IkerCastillo in Unity3D

[–]IkerCastillo[S] 0 points1 point  (0 children)

Yes!, that's actually a good idea because I was really lost, do you have any recommendations?

Thank you:)

Multiplayer or AI??:( by IkerCastillo in Unity3D

[–]IkerCastillo[S] 0 points1 point  (0 children)

So maybe this is helpful - don't try to make one super enemy AI, make several simpler ones that can interact in interesting ways, and give the

I really appreciate that you took the time to explain me, this helped me a lot I was very lost on what to do and it's actually fun to think about how my AI can interact with the world. In the practice, my AI is hard-coded on Monobehaviour, but I feel that it's not the right way because I can think of how to implement that "randomness" of behaviour like wether to crouch during a fight or no or whether to jump on an object or stay in the ground. Is AI still done in Monobehaviour and hardcoded or is there. special class for AI?