Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 activate mod phpbb3 jobs fundet, i prisklassen EUR

    ...application developer to create a prayer time app using Java. The major functionalities of this app include prayer time notifications and a compass indicating Qibla. We want to implement an ANDROID application “Prayer notifier” which would notify the user when the prayer time enters. The following are the Prayer notifier app supported features: *Find out the prayer timings of your city. *Configure and activate actions to all prayers’ times or a specific prayer time. *Trigger prayers time custom actions like playing short Athan sound, receives mobile notificationsetc. *Configure and adjust prayers times based on location input, time zone and different prayers calculation methods. *Find out the direction of Qibla using a compass to offer praying in the correct di...

    €225 (Avg Bid)
    €225 Gns Bud
    23 bud

    I'm in need of an experienced Android Studio Developer with fluency in Java. We want to implement an ANDROID application “Prayer notifier” which would notify the user when the prayer time enters. The following are the Prayer notifier app supported features: *Find out the prayer timings of your city. *Configure and activate actions to all prayers’ times or a specific prayer time. *Trigger prayers time custom actions like playing short Athan sound, receives mobile notificationsetc. *Configure and adjust prayers times based on location input, time zone and different prayers calculation methods. *Find out the direction of Qibla using a compass to offer praying in the correct direction. Skills and Experience Required: - Expertise in Android Studio - Proficiency i...

    €150 (Avg Bid)
    €150 Gns Bud
    37 bud

    I'm looking for a reliable and experienced modder to help create a comprehensive mod list for Fallout: New Vegas. I will provide a list of mods from which you will make a modlist that runs on my computer through team viewer. If you're someone who's passionate about modding and has a successful track record in creating stable and comprehensive mod lists for games, I'd love to hear from you. Please provide examples of your past work in your proposal.

    €60 (Avg Bid)
    €60 Gns Bud
    2 bud

    I'm looking for a professional who's well-versed in AWS services, particularly EC2, S3, and Lambda, to help me get credits through the AWS Activate program. Key Tasks: - Assisting in the application process of acquiring AWS credits through the Activate program. - Tracking and managing the usage of the credits once acquired. - Generating detailed reports on the usage and spending of the credits. - Setting up and maintaining spending limits to ensure efficient use of the credits. Your expertise in AWS services, especially regarding credit management, is crucial for this role. Experience with the AWS Activate program is a big plus. Your role will be essential in ensuring our project's smooth operation and financial efficiency.

    €103 (Avg Bid)
    €103 Gns Bud
    6 bud

    The problem: The solonoid valve does not turn off. The voltage on mosfet module output goes from 4.2 V to 4.8 V when motion is...module void setup() { (115200); pinMode(pirPin, INPUT); pinMode(mosfetPin, OUTPUT); ("PIR Motion Sensor with Solenoid Valve Control"); } void loop() { int motionDetected = digitalRead(pirPin); if (motionDetected == HIGH) { ("Motion Detected - Activating Solenoid"); digitalWrite(mosfetPin, HIGH); // Send signal to the MOSFET module to activate the solenoid delay(2000); // Keep solenoid active for 2 seconds digitalWrite(mosfetPin, LOW); // Deactivate the solenoid } else { ("No Motion Detected"); } delay(10000); // Wait for 10 seconds before rechecking }

    €5 / hr (Avg Bid)
    €5 / hr Gns Bud
    8 bud

    I want to activate android auto in my BMW 2019 without adding devices.. (something like below reference) reference:

    €149 (Avg Bid)
    €149 Gns Bud
    11 bud

    ...Registration: The website must have an account registration feature that requires users to provide their email address, username and password to create their accounts. User data, - Users must verify themselves with documents (kyc) I don't want to use an external system like sumup, only internally, it's easy to verify documents, photo front back and selfie - the admin can create orders and generally activate them for all users or only for individual users - the user can accept orders and then has to rate them - excites have a value that should be displayed in the backend - If users have successfully completed orders, they will receive this value on their backend account after verification by admin - Messaging system: The platform should also have a built-in messaging sy...

    €495 (Avg Bid)
    €495 Gns Bud
    132 bud

    DESCRIPTION = = = = We need a skilled developer to create a mod for a future Minecraft SMP (Survival Multiplayer) server. The mod involves a small but crucial change to the game's hardcore aspect, allowing for easy toggling between hardcore mode and regular mode. PROJECT DETAILS = = = = - Objective: Modify Minecraft gameplay to toggle hardcore mode on and off seamlessly. - Functionality: When the hardcore mode is activated, players and those they kill are permanently put into spectator mode, except for using commands. - The toggle switch is in the form of 'canon off' and 'canon on' buttons, with 'on' activating the hardcore aspect. - All players should be able to toggle between modes without accessing creative mode. - Hardcore mod...

    €12 / hr (Avg Bid)
    €12 / hr Gns Bud
    4 bud

    I'm seeking an experienced modder to create a comprehensive Minecraft mod encompassing custom creatures, weapons, tools, and world generation. The key features include: 1. **New Creatures**: Mythical, Jurassic, and Alien creatures, with emphasis on mythical creatures. Particular mythical creatures include Dragons, Unicorns, Phoenixes, and even more such as Minotaurs, Gryphons, Hydras, Krakens, and many more from global folklore. A feature to turn creatures on and off is required. 2. **Custom Weapons and Tools**: Ranging from unique swords, bows, wands to hammers and more. Exceptional equipment from fiery axes, and immortal gems, to celestial bows are some of the expected creations. 3. **Improved World Generation**: I envisage unique dimensions including The Ethereal Realm, T...

    €47 (Avg Bid)
    NDA
    €47 Gns Bud
    9 bud

    I need an Excel 365 PowerQuery or VBA script that can fetch daily market data and handle potential data source interruptions or changes. Google Shhets example =INDEX(IMPORTXML("" & C31, "//span[@class='mod-ui-data-list__value']"), 1, 1). <Where C31 = Cell containing the Stock eg GB00B8XYYQ86, LU1033663649 or GB00B0CNH163 I need an identical function in MS365 Excel - either with PowerQuery OR VBA (preferable) Ideal skills: - Proficiency in Excel 365 and PowerQuery and VBA - Experience in web scraping and handling dynamic data sources. I am after a fixed quote for this project.

    €199 (Avg Bid)
    €199 Gns Bud
    25 bud

    ...camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git

    €163 (Avg Bid)
    €163 Gns Bud
    13 bud

    ...camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git

    €50 / hr (Avg Bid)
    €50 / hr Gns Bud
    23 bud
    shopify api postman Udløbet left

    I need someone to provide the api for postman with instruction how to activate it with my shopify account in order to make call on my product catalogue

    €151 (Avg Bid)
    €151 Gns Bud
    99 bud

    I am searching for a skilled game developer with expertise in C++ and sufficient experience with the Unreal Engine to construct a modded APK for an action game. The desired modifications include: - Unlimited resources - God mode - Unlock of all levels - Customization The perfect freelancer for this project should have a deep understanding of mobile gaming, and proven experience in APK modding. Familiarity with action games will be a significant advantage.

    €26 / hr (Avg Bid)
    €26 / hr Gns Bud
    4 bud

    I need assistance to update my Minecraft mod that's currently compatible with Minecraft version 1.7.10 to version 1.12.2. The job entails: - Verifying and validating compatibility with version 1.12.2. - Ensuring all functionalities of the mod are working effectively post-update. - No new changes or features are required, the goal is to only update the compatibility. Skills & Experience required: - Experience in Minecraft modding - Good understanding of Minecraft's version differentiations - Problem-solving skills to ensure smooth transition Please note that this mod doesn't rely on any external libraries or dependencies. Simply update to make it work with 1.12.2.

    €115 (Avg Bid)
    €115 Gns Bud
    12 bud

    I am in need of a specialist who can set up a DayZ server for Xbox, with in-depth knowledge of the DayZ game mechanics and server maintenance. Here are the specifics: ...specifics: - OS: As my console of choice is Xbox, I require someone who can effectively deal with a server setup on this console. - Mods: I am looking for custom mods. It would be highly advantageous if you have experience in customizing mods fitting to the specific needs of the players. The ideal candidate should have solid experience in DayZ server setup on Xbox, and extensive know-how in custom mod implementation. Sound knowledge in maintaining and troubleshooting Xbox servers would be a plus. Please, detail your experience with the above criteria in your proposal. Let's make a thrilling DayZ gaming exper...

    €203 (Avg Bid)
    €203 Gns Bud
    23 bud

    ...the developer to take initiative, as the exact project needs were not specified. Previous experience in creating complex projects from scratch is a bonus. Here are details. 1. Account Management - **1.1 Registration** - Users must register using their school email address. - Registration form includes fields for Name, Email Address, and Phone Number. - Email verification is required to activate the account. - **1.2 Login** - Users must log in using their registered school email address. - The system should provide password recovery options. #### 2. User Dashboard - **2.1 Access** - Upon successful login, users are directed to their dashboard. - **2.2 Features** - A search box to look up universities by name. - A list of universities should appear based on the...

    €227 (Avg Bid)
    €227 Gns Bud
    93 bud

    I need an Excel 365 PowerQuery script that can fetch daily market data and handle potential data source interruptions or changes. I will be providing a URL that contains the market data, and you'll need to replicate the Google Sheets function =INDEX(IMPORTXML("" & C31, "//span[@class='mod-ui-data-list__value']"), 1, 1). This function provides real-time data from the specified URL. Please note that the data is structured using HTML tags. Key requirements: - The PowerQuery should be able to be refreshed with the google sheet. - It needs to include robust error handling. If the data source is unavailable or the structure changes, the PowerQuery should not break but continue to function, ideally providing a notification that an error occurred

    €163 (Avg Bid)
    €163 Gns Bud
    43 bud

    ...simple and not more than 2-3 hours job if candidate is good at shell script. It’s a small project but if we are satisfied we will give you more project in future . You thave to automate these task , Now i am doing this manually ---------------------------------------------------------------------------------------------------------- have to accept the subdomain as input and from backup Activate 2. change the name of to 3. add the alias domain 4. Add the prt for and cname record for @ cloudfare , now i do manually 5. create the ssl for and have to do some sql sql command to

    €101 (Avg Bid)
    €101 Gns Bud
    16 bud

    ...simple and not more than 2-3 hours job if candidate is good at shell script. It’s a small project but if we are satisfied we will give you more project in future . You thave to automate these task , Now i am doing this manually ---------------------------------------------------------------------------------------------------------- have to accept the subdomain as input and from backup Activate 2. change the name of to 3. add the alias domain 4. Add the prt for and cname record for @ cloudfare , now i do manually 5. create the ssl for and have to do some sql sql command to

    €80 (Avg Bid)
    €80 Gns Bud
    18 bud
    CRM personalizat Udløbet left

    Avem nevoie de un sistem foarte bine integrat de tip CRM ce trebuie sa contina urmatoarele: Introducere clienti Oferte - acestea sa se trimita automat prin mail si sms (integrare prin API sms la providerul nostru), acceptarea acesteia online Proforme si facturare - la fel trimsie prin sms si mail, plata online prin netopia (api detinut) Contracte - pe acelasi mod, se genereaza contractul in baza unui template apoi se trimite prin sms si mail, pe sms contine un link de la serverul nostru si il poate semna electronic Procese verbale Portal clienti - acces pentru clienti sa poata vedea programari, contractele semnate, facturi, adaugare de tiket, etc Ca exemplu este crm de la mefi OBLIGATORIU DIN ROMANIA, SE LUCREAZA DOAR CU ROMANI

    €3604 (Avg Bid)
    Fremhævet Haster NDA
    €3604 Gns Bud
    24 bud

    as the title says help me activate wp theme help me install woocommerce help me add new products in bulk change background of the website and logo

    €28 (Avg Bid)
    €28 Gns Bud
    95 bud

    I am looking fo...version of the game Starve.io. (Mac and Windows) The Cheat Engine should ideally have the following features: - Unlimited resources: The ability to have as many resources as needed in the game. - Invincibility: A feature that makes my character invincible in the game. - Duplication: An option to duplicate items for an increased inventory. - Toggle Function for all cheats: I want to be able to activate or deactivate each cheat independently. I would prefer the Cheat Engine to be activated in-game through a menu. The ideal candidate for this job should have: - Experience in developing cheat engines or similar tools. - Proficient in programming languages relevant to creating game cheats. - Understanding of how to make the cheat engine work specifically for the PC...

    €493 (Avg Bid)
    €493 Gns Bud
    7 bud

    ...create a specialized system within a WordPress plugin. Here are the key functionalities we require: Service Contract Agreement: The plugin should incorporate a contract agreement form for customers and service providers. The form will offer three distinct service packages for customers to choose from. Package Selection and Checkout: Upon selecting a service package, the form's submit button will activate. After submission, the contract agreement form will be emailed to the customer. Simultaneously, the customer will be redirected to the checkout page to finalize the purchase of the selected package. An account should be automatically created for the customer during this process. Membership Subscription System: The plugin will function as a membership platform. Members sh...

    €135 (Avg Bid)
    €135 Gns Bud
    69 bud

    I'm in search of a proficient Android game modder who can create a custom tool for my favourite game, Rush Arena. I require this mod to have several specific features: - Unlimited coin generation (If possible) - Ability to acquire rewards without the need for ad viewing - Automatic unlocking of all passes for each season and event Ideally, this mod/tool's interface should be simple and minimalist. It must be uncomplicated, easy to navigate, and shouldn't dominate the gaming experience. It would be great if you have: - Prior experience in modifying Android games - Proficiency in applying game cheats - Strong understanding of user experience design, particularly in a mobile gaming context - Proven ability to meet specific game modification requests Your unde...

    €139 (Avg Bid)
    €139 Gns Bud
    9 bud

    ...The project involves developing an advanced asset editor for the popular game Cities Skylines 2. The ideal candidate should be proficient in software development and have a deep understanding of the game's mechanics and modding capabilities. Custom Asset Editor for CS2: Utilize Skins/Facades of in existing in Game Assets to create New Assets and save newly created assets in numerical format. Mod Features: Flexible Zoning: Min 3*3 to Max 12*12 Zoning Geometric Shape Options for Buildings: Cube, Cylinder and Triangle Height Options for Buildings Level 1 to Level 5 (6 Floors, 12 Floors, 24 Floors, 48 Floor, 96 Floors). Limited by Zone size Custom Building Facade: Min 30 to 50 Different Options to chose from among relevant available skins/facades that exist in the game F...

    €431 (Avg Bid)
    €431 Gns Bud
    29 bud
    Dating Application Udløbet left

    The app will function as a dating platform where users can swipe left or right on displayed photos to indicate interest. Mutual right swipes will open a chat window. The app will operate exclusively within companies chosen by the admin. Verification will require the use of company email addresses, and membership will activate upon receiving an authentication code sent to the company email. There will be two membership tiers: free and premium. Premium members can hide their age, company details, and location. They'll have a daily swipe limit of 50, see online status, and view admirers. Premium members can choose visibility options like "within their company only," "outside their company only," or "across all companies." Alternatively, they can op...

    €859 (Avg Bid)
    €859 Gns Bud
    60 bud

    ...in masks with odd looking guns. Everyone stops and stares as if time stood still. Look at us, how we resonate Striving for that eternal state Look at us, as we seal our fate We want nothing else but burn Nothing else but burn We cut back to the man in the suit as a gentle smile creeps onto his face and his eyes turn red. As presses the red button that matches the color of his eyes, the soldiers activate their guns shooting fire bullets at the crowd. Things start burning and everyone starts running. It is pure chaos. We want nothing else but burn The female heroine reaches the scene and starts protecting the crowd while shielding people from fire and fighting the soldiers. There may come a day Truth will light the way It might be too late We won’t hesitate In the dark we&rsq...

    €27 (Avg Bid)
    €27 Gns Bud
    8 bud

    I've been struggling with getting the internet up and running on my physical RockyLinux server. I chose this OS for its stability and compatibility with CentOS, but I'm unable to activate the internet on it. I need help from a Linux expert who can guide me through this process. Key Tasks: - Troubleshoot and identify the root cause of the internet connectivity issue - Provide step-by-step guidance to activate Wired Ethernet connection Skills and Experience: - Extensive experience with Linux server administration, particularly with RockyLinux, CentOS or Debian. - Solid understanding of networking concepts, especially with regard to Wired Ethernet connections. - Proven track record of resolving connectivity issues on Linux servers.

    €16 (Avg Bid)
    €16 Gns Bud
    4 bud

    I need a skilled WordPress developer to create a landing page for my Parent Enhancement Program. The current website needs to be taken down and replaced with this new page. - **Layout:** The landing page should be entirely redesigned. This will include a new layout to cater to our different audiences. - **Branding:** The new site will feature our new brand name 'Activate your Worth' and logo. Please ensure the design fully complements this new branding. include the company name at the top Parent Enhancement Program - **Visual Elements:** I will need a modern and sleek design, as well as engaging images and videos. These should all be suitable for a mature audience. Our brand colors are navy blue, yellow, and a hint of red. To be successful in this project, you should hav...

    €412 (Avg Bid)
    €412 Gns Bud
    225 bud

    I am looking for someone who is well-versed in Amazon US compliance regulations, specifically for beauty and personal care products. An appeal has been submitted to Amazon US, but the case keeps bouncing back with additional compliance requirements. I need to sort out this case and re-activate the ASIN. Key Requirements: - Expertise in Amazon US Compliance: The ideal candidate should have a strong understanding of Amazon's compliance regulations and be able to navigate through its complex requirements, particularly in the beauty and personal care category. - Knowledge of Product Regulations and Safety: Experience with product regulations and safety is a must. The compliance expert should be able to ensure that the products meet all the necessary regulations and are safe fo...

    €28 - €231
    Forseglet
    €28 - €231
    31 bud

    Seeking an experienced UX Designer skilled in JavaScript and Tailwind. - Creating modern prototypes - Designing high conversion user interfaces - Designing user workflows that activate users - Occasional PDF layout tasks Please provide your portfolio link and DM me to confirm this is your true hourly rate As a condition of bidding you agree you will assign all IP created

    €18 / hr (Avg Bid)
    €18 / hr Gns Bud
    128 bud

    ...will need to be delivered through web panel to customers. Text message delivery for multiple services used in accounts creation like facebook, instagram, gmail, whatsapp and other services.. This means we will be using physical sim cards, NOT virtual numbers. Web backend will need to communicate with physical hardware: (Moden huawei e303, 3131 FOR EXAMPLE) The system has to be the same as sms-activate, sms hub, sms pva, please if you have this experience I am searching for coders experienced is USSD/AT commands. Heavy experience with GSM/CDMA cellular networks and sms gateway integration. Look at the websites I've posted above, put together a compatible hardware list for the web frontend&backend that you can design, and let me know how long it will take you to create ...

    €430 (Avg Bid)
    €430 Gns Bud
    109 bud
    Aplicación Flutter Udløbet left

    I would like a basic flutter app, a few screens, 1 main view: map of Tamaulipas, México with options to activate dots when clicked show info and a button to go to a link web page 2 view: about (app) The dots to show information in certain cities of the map has to be activated from an admin panel (can be accesible from computer navigator)

    €193 (Avg Bid)
    €193 Gns Bud
    117 bud

    My WordPress website is facing issues with Plugin A. I recently updated it, however, since then, a fatal error appears every time I try to activate it. The type of error seems to be related to the new version of the plugin, perhaps due to some incompatible code. Even though I tried deactivating and reactivating it, the problem persists. Therefore, I need someone with ample experience in debugging WordPress plugins to address this issue swiftly. i am looking immediate availability to solve this

    €45 (Avg Bid)
    €45 Gns Bud
    50 bud

    (mod para minecraft) preciso de alguem que faça um mod para o minecraft com AI para villagers um parecido com o minecraft comes alive mas melhor que tenha mais animações de abraços, ataques, andar e etc. que faça modelos de villagers mulheres e homens, talvez algumas mudanças na vila como nas casas, poder abrir um chat com eles onde você fala e a AI responde de forma variada dependendo da pergunta e faça uma ação dependendo da pergunta, indo até você e falando com você por vontade propria sem você precisar ir até ele e abrir o chat, ele fazer ações sem você precisar falar para ele fazer ou você fazer como você esta lá pegando madeira e ...

    €18 (Avg Bid)
    €18 Gns Bud
    2 bud

    preciso de alguem que faça um mod para o minecraft com AI para villagers um parecido com o minecraft comes alive mas melhor que tenha mais animações de abraços, ataques, andar e etc. que faça modelos de villagers mulheres e homens, talvez algumas mudanças na vila como nas casas, poder abrir um chat com eles onde você fala e a AI responde de forma variada dependendo da pergunta e faça uma ação dependendo da pergunta, indo até você e falando com você por vontade propria sem você precisar ir até ele e abrir o chat, ele fazer ações sem você precisar falar para ele fazer ou você fazer como você esta lá pegando madeira e ele te abraça ou te d...

    €110 (Avg Bid)
    €110 Gns Bud
    11 bud

    I am urgently looking for an experienced Telegram bot developer to create a bot. we need a telegram bot that will pull market data on all tokens from alcor exchange. We need this quite quickly and will need a setup config section for other users to set up in there channel -as the admin i can add any token to it i want from Alcor exchange -The option to add it channels but admin controls to activate it for said channel -channel users able to use commands and add the tokens they want to display -pull data on command - user would type token from alcor and will pull live data

    €130 (Avg Bid)
    €130 Gns Bud
    89 bud

    I'm seeking a skilled developer who can seamlessly integrate Radius Manager with Sage One, with two primary augmentation features: 1. Account Status Notifications: The system must automat...seamlessly integrate Radius Manager with Sage One, with two primary augmentation features: 1. Account Status Notifications: The system must automatically update clients about their account status. The notification methods should include Email, SMS, and WhatsApp messages. 2. Client Suspension/Activation: Depending on the payment status, the system should have the ability to either suspend or activate the client's accounts. Proficiency in application integration, knowledge of Radius Manager & Sage One, experience with diverse notification channels, and a good understanding is re...

    €440 (Avg Bid)
    €440 Gns Bud
    63 bud

    ...in masks with odd looking guns. Everyone stops and stares as if time stood still. Look at us, how we resonate Striving for that eternal state Look at us, as we seal our fate We want nothing else but burn Nothing else but burn We cut back to the man in the suit as a gentle smile creeps onto his face and his eyes turn red. As presses the red button that matches the color of his eyes, the soldiers activate their guns shooting fire bullets at the crowd. Things start burning and everyone starts running. It is pure chaos. We want nothing else but burn The female heroine reaches the scene and starts protecting the crowd while shielding people from fire and fighting the soldiers. There may come a day Truth will light the way It might be too late We won’t hesitate In the dark we&rsq...

    €10 (Avg Bid)
    €10 Gns Bud
    6 bud

    ...Collection: • Use a colored, transparent cone or a series of grids to represent the predictive model for the vessel's future location. • Highlight the area where an EO (Electro-Optical) satellite is predicted to find the vessel after 30 hours, including the actual recapture point. 4. Automated Orchestration: • Illustrate the automation process with a flowchart or a series of interconnected nodes that activate upon losing custody. • Emphasize the system's use of historical behavior, speed, and heading to predict future locations for collection opportunities. 5. Regaining Custody: • Clearly mark the location where the EO satellite successfully regains visual custody of the vessel. • Show confirmation of the vessel's recapture with a chec...

    €115 (Avg Bid)
    Garanteret
    €115
    33 indlæg

    As an avid Minecraft fan, I'm currently on the lookout for a skilled mod developer to bring a series of upgrades to my gameplay. Here's what I need: - Introduce Realistic Vehicles: I'm striving for functional, craftable, realistic-looking vehicles that can be customized with different paint options, parts and accessories and come in various models. - Additional Armor Sets: I'm also looking for multiple armor sets that interact smoothly with the “Epic fight” mod. Let's make the combats more captivating with some quality armor enhancements! - Driveway Gates and Weapon Displays: Let's enhance the aesthetic and functionality of the game with modular driveway gates and engaging gun and weapon displays. - HD Modern Blocks: The blocks s...

    €443 (Avg Bid)
    €443 Gns Bud
    28 bud

    In this project, I need a highly skilled modder to create a realistic and immersive custom vehicle and armor mod which includes extra objects like modular driveway gates, weapon display racks, and a few HD texture modern blocks for Minecraft Java Forge 1.20.1. Vehicle Mod Creation - Develop mods for the following vehicles: sports cars, motorcycles, speedboats, jet planes, and exotic superhycade sports luxury vehicles. I envisage these will incorporate truly realistic driving and flying experiences. Armor Mod Creation - Craft several armor sets of varying themes, including samurai, heroes like Ironman, predator, Dracula untold, fallout power armors, halo, among others. These should be meticulously detailed and should maintain the essence of the character's armor...

    €400 (Avg Bid)
    €400 Gns Bud
    40 bud

    ...including: First bus time, Last bus time, and frequency Allow administrator to change the name of each GPS unit The backend should show all GPS units added to the system and allow for additional GPS units to be added or existing GPS units to be removed. There needs to be a function to easily turn on and turn off any GPS unit in the system. “Turning On” a GPS unit in the back end web application, will activate a bus icon representing that GPS unit, to show up on the web application front end. “Turning Off” a GPS unit in the back end of the web application, will make it disappear from the front end web application and not be included in calculations for stop ETA’s. Duplicate Application This application should be able to be duplicated for differen...

    €1117 (Avg Bid)
    €1117 Gns Bud
    196 bud

    I'm looking for a skilled professional to assist with an embedded software project that involves working with microcontrollers. Requirements: RTU shall be connected to following ETHERNET TCP IP/ MODBUS TCP IP/ SERIAL/ DNP3.0 SERIAL/ DNP 3.0 IP, etc. The ports Profibus and Profinet used protocol converter RTU connections GPRS link over DNP3 /Mod Bus TCP/IP /GSM GPRS servers. The RTU having functionalities analog input, analog output, digital input, digital output. RTU communication protocol: DNP3 level 4 & MQTT Both RTU Serial Comm Protocol: DNP3 level 4 Master/slave and peer-to-peer, Slave, Modbus Master/Slave DNP3 level 4 in TCP Master/Slave, UDP Master/Slave and peer-to-peer, Modbus TCP Server/Client, Modbus RTU in TCP Client.

    €10 / hr (Avg Bid)
    €10 / hr Gns Bud
    11 bud
    Game Modding Udløbet left

    I am looking for someone with experience Modding PC games to Mod my Dawn of War Soulstorm Unification Mod to the new 7.0 version. I myself was able to download and Mod an older version of the Mod, but I’m having serious difficulty in figuring out how to update to the newest update version. I would request the Job done through PC screen sharing (you take over my PC from yours) via whatever system you as the experienced individual would be comfortable using. Based on my experience Moding the older version, the job is very quick, I just need the right things downloaded and put into the right folders in order to make the new version work.

    €23 (Avg Bid)
    €23 Gns Bud
    2 bud

    Need a developer to implement a Web3modal from walletConnect on a simple webpage that just has a button to activate the web3modal. The developer should be well-versed in ExpressJS and Node, with an understanding of Web3 technology. Key requirements: • Utilize ExpressJS and Node for Web3modal implementation

    €49 (Avg Bid)
    €49 Gns Bud
    26 bud

    ...an IoT based Smart Traffic Management System. The desired outcome of this project is to reduce traffic congestion in the area. The project budget is low, and we will be using traffic sensors as the IoT devices for this project. These are two main modules which should be done accordingly: 1) Break Free Path: Smart speed breakers are the traffic claiming devices where over speeding vehicles will activate the speed breaker and it will raise the speed breaker above the surface of the road and will give the physical remainder to the driver for slowing down the vehicle. If the speed of the vehicle will be in the given allowed speed limit, then the speed bumps will remain flat on the surface of the road and the vehicle can pass through it comfortably. 2) Congestion Detection: With came...

    €138 (Avg Bid)
    €138 Gns Bud
    14 bud

    I'm looking for a skilled game developer who can help me create a mod for the "Exiled Kingdoms" game on Steam to make it multiplayer. I aim for a cooperative (co-op) experience where players can enjoy the game with friends. Key Features: - Implement shared quests and objectives: Enabling players to work together towards common goals. - One time loot for all players: Allowing players to share and equally benefit from loot found. - Drops given to all NPC's and PC's: Ensuring that all players have equal opportunity to acquire items and resources. Ideal Skills and Experience: - Proficient in game development, specifically modding for Steam games. - Prior experience in creating multiplayer mods for single player games. - Understanding of cooperative multiplayer...

    €525 (Avg Bid)
    €525 Gns Bud
    11 bud

    I'm seeking a skilled game developer to expand the party capacity in my personal copy of the "Exiled Kingdoms" game available on Steam. I am particularly interested in: - Modifying the game mechanics to allow for up to 6 party members, as opposed to the original capacity. Required skills and experience for this task mainly revolve around familiarity with video game mechanics, game development and modding. If you've modded games before, especially RPGs or games on the Steam platform, you're likely a good fit.

    €103 (Avg Bid)
    €103 Gns Bud
    5 bud