Latest news with #NPCs

Straits Times
3 days ago
- Entertainment
- Straits Times
Want to howl and eat raw food for work? ‘Wild Man' job in Chinese national park goes viral
According to the advertisement, actors should wear wild men attire, patrol on the attraction and occasionally perform abstract dances. PHOTO: SCREENGRAB FROM SHENNONGJIA TOURISM/REDNOTE Want to howl and eat raw food for work? 'Wild Man' job in Chinese national park goes viral HUBEI - A recent advertisement recruiting 'Wild Men' with a daily wage of 500 yuan (S$89) per person in Shennongjia Forestry District, Hubei province, has proved a hit online, attracting about 10,000 job-seekers. The advertised post is for non-player characters (NPCs) - more commonly known as actors or actresses - who can behave like wild men to provide an immersive and interactive experience for tourists. The Shennongjia National Park is famous for its legend of wild men, who are said to be approximately 2m tall, covered in reddish-brown hair, move swiftly and emit a sound resembling a low 'woo woo' cry. According to the advertisement, the NPCs should wear wild men attire, patrol on the attraction and occasionally perform abstract dances. They are strictly restrained from speaking in front of tourists; they can only utter 'woo woo woo' sounds. They should be able to live in the wild for a long time, and accept being fed by visitors, with a preference for those willing to eat raw food. The post is open to all ages and gender as long as they have a healthy body. Both extroverts and introverts can apply. Those who are under great pressure, want to act out their real nature or simply find a place to zone out are welcomed, it said. They should also record the stories of being a wild man through videos with hidden cameras, according to the advertisement. Currently, potential candidates are being recruited through fan groups on short-video platforms. Over 20 fan groups have already been established, each with 500 members, totalling around 10,000 participants. However, only 16 people will be recruited. According to the advertisement, actors should wear wild men attire, patrol on the attraction and occasionally perform abstract dances. PHOTO: SCREENGRAB FROM SHENNONGJIA TOURISM/REDNOTE The work period is from July to August, with accident insurance offered, but those selected will have to arrange their own food and accommodation. 'You may bring your own tent and gather daily necessities independently (except for protected animals and plants), and you should run if confronting unknown creatures,' the advertisement said. A netizen commented on Sina Weibo: 'Who can refuse a job that can be mad and earn money?' Under a related video with some 13,000 views on Xiaohongshu, also known as RedNote, a lifestyle-sharing platform, a netizen commented: 'I'm willing to pay 500 yuan to play the wild man.' It's not uncommon for scenic areas to recruit NPCs. Tanhe Ancient Town in Ningxiang city, Hunan province, announced it would recruit 100 Jiang Taigong, a famous sage during the Shang Dynasty (16th century to 11th century BC), to go fishing along the river. The advertisement targets farmers aged 60 and older with a wage of 20 yuan per hour. Jiang is the major character in the novel Fengshen Yanyi (Investiture of the Gods), which is a theme of the attraction. Taihang Wuzhi Mountain scenic area in Handan, Hebei province, offered 6,000 yuan per month to hire actors to play the Monkey King, with the main task being 'eating while trapped under a mountain', a classic plot in the classical novel, Journey to the West. Professor Fu Maozheng, professor from the Hainan Vocational University of Science and Technology in Haikou, Hainan province, said this recruitment approach represents an exploration of 'immersive scenario experiences' - transforming static landscapes into dynamic narratives through role-playing interactions. 'It not only satisfies tourists' demands for differentiated experiences but also injects youthful, socialized vitality into scenic areas,' he said. Prof Fu is also a member of the academic committee of the Hainan Provincial Cultural Tourism Integration Product Design and Industrial Development Research Base. He added that it also creates a number of flexible jobs. Professor Wang Jinwei, professor at the School of Tourism Sciences of Beijing International Studies University, said that recruiting NPCs is a marketing method to attract tourists' attention and increase the influence of attractions. 'It's also a way to dig into the cultural characteristics of scenic spots and promote them by transforming ideas and knowledge into perceptible and affable figures. Besides, it makes tourism more fun, like playing a game,' he said. However, attractions should consider if such gaming interprets history and culture correctly and if NPCs' interactions with tourists are appropriate, he added. CHINA DAILY/ASIA NEWS NETWORK Join ST's Telegram channel and get the latest breaking news delivered to you.


Geeky Gadgets
15-06-2025
- Geeky Gadgets
Transform Your Minecraft Server with AI and ChatGPT in Just a Few Steps
Have you ever imagined a Minecraft server where players can chat with AI-powered NPCs, receive instant help, or even embark on custom quests generated on the fly? It might sound like something out of a futuristic gaming dream, but with the integration of Model Context Protocol (MCP) servers and ChatGPT, this vision is entirely within reach. By combining the robust multiplayer capabilities of MCP servers with the dynamic conversational abilities of ChatGPT, server administrators can unlock a new level of immersion and efficiency. Whether you're looking to streamline player support, automate tedious admin tasks, or introduce AI-driven gameplay enhancements, this integration offers a powerful way to transform your server into a truly interactive experience. In this step-by-step guide, Corbin Brown walks you through the process of connecting MCP servers to ChatGPT, breaking down everything from configuring the ChatGPT API to troubleshooting common issues. Along the way, you'll discover how to use tools like WebSocket for real-time communication and how to format AI responses to fit seamlessly into your server environment. By the end, you'll not only have the technical know-how but also a deeper understanding of how AI can transform multiplayer gaming. Ready to explore how this innovative integration can enrich both player engagement and server management? Let's uncover what's possible. MCP-ChatGPT Integration Guide Understanding MCP Servers and the Benefits of ChatGPT Integration Model Context Protocol (MCP) servers are the backbone of multiplayer Minecraft, handling essential tasks such as player authentication, data synchronization, and gameplay management. These servers ensure smooth communication between players and the game environment, creating a stable and enjoyable multiplayer experience. Integrating ChatGPT into MCP servers expands these capabilities by introducing AI-powered features, such as: Automated Player Assistance: Respond to player queries instantly, reducing the need for manual intervention. Respond to player queries instantly, reducing the need for manual intervention. Dynamic Gameplay Enhancements: Generate custom quests, NPC interactions, or tutorials tailored to your server's theme. Generate custom quests, NPC interactions, or tutorials tailored to your server's theme. Streamlined Administration: Automate repetitive tasks, allowing administrators to focus on more complex responsibilities. This integration not only improves the overall player experience but also reduces the workload for server administrators, making it a valuable addition to any Minecraft server. Steps to Connect MCP Servers with ChatGPT Establishing communication between MCP servers and ChatGPT requires creating a reliable data exchange channel. ChatGPT's API acts as the intermediary, processing inputs from the server and delivering AI-generated responses. Here's how to set up this connection: Set Up ChatGPT's API: Obtain API keys, configure permissions, and define response parameters such as tone and message length. Obtain API keys, configure permissions, and define response parameters such as tone and message length. Configure the MCP Server: Modify the server's configuration files to include ChatGPT's API endpoint and set communication parameters like port numbers and data formats. Modify the server's configuration files to include ChatGPT's API endpoint and set communication parameters like port numbers and data formats. Test the Integration: Use sample inputs to ensure the server and ChatGPT communicate effectively before deploying the system live. This setup enables real-time interaction between players and the AI, creating a dynamic and engaging environment. Connecting MCP Servers To ChatGPT Watch this video on YouTube. Stay informed about the latest in ChatGPT by exploring our other resources and articles. Protocols and Tools for Seamless Integration The success of the integration depends on selecting the appropriate protocols and tools to manage data flow efficiently. Two commonly used protocols for this purpose are: WebSocket: Ideal for real-time, bidirectional communication, making it suitable for dynamic player interactions. Ideal for real-time, bidirectional communication, making it suitable for dynamic player interactions. HTTP REST: A simpler option for request-response interactions, useful for less complex tasks. Key steps in the integration process include: Authentication: Secure the ChatGPT API by verifying API keys and setting proper permissions. Secure the ChatGPT API by verifying API keys and setting proper permissions. Input Mapping: Align player inputs from the MCP server with ChatGPT's processing framework. Align player inputs from the MCP server with ChatGPT's processing framework. Response Formatting: Ensure AI-generated responses are compatible with the server's requirements. Choosing the right protocol depends on your server's specific needs, with WebSocket offering greater flexibility for dynamic and interactive gameplay. Configuring and Testing the Integration Proper configuration of both the MCP server and ChatGPT is critical to ensure compatibility and functionality. Follow these steps to set up each component: 1. ChatGPT Configuration: Obtain API keys and set permissions to allow secure communication. Define response parameters, such as tone, message length, and content style, to align with your server's requirements. 2. MCP Server Configuration: Update configuration files to include ChatGPT's API endpoint and define communication parameters like port numbers and data formats. Test the server's ability to send and receive data from ChatGPT to ensure proper alignment. Testing the integration with sample inputs helps identify and resolve any compatibility issues before launching the system. Addressing Common Integration Challenges While integrating MCP servers with ChatGPT can significantly enhance functionality, challenges may arise during the process. Here are some common issues and their solutions: Authentication Errors: Ensure API keys are correctly configured and permissions are properly set. Ensure API keys are correctly configured and permissions are properly set. Data Format Mismatches: Verify that input and output formats are compatible between the server and ChatGPT. Verify that input and output formats are compatible between the server and ChatGPT. Latency or Timeout Issues: Optimize server settings and monitor network performance to reduce delays. Using debugging tools and analyzing server logs can help identify and resolve these issues efficiently, making sure a smooth integration process. Practical Applications of MCP-ChatGPT Integration Integrating ChatGPT with MCP servers unlocks a wide range of possibilities for enhancing player engagement and server functionality. Some practical applications include: Automated Player Support: Provide instant answers to player questions, improving the overall user experience. Provide instant answers to player questions, improving the overall user experience. AI-Driven NPC Interactions: Create dynamic, conversational non-player characters that adapt to player behavior and actions. Create dynamic, conversational non-player characters that adapt to player behavior and actions. Custom Gameplay Features: Design AI-powered quests, challenges, or tutorials that align with your server's unique theme and objectives. These features not only enhance the player experience but also allow server administrators to focus on more strategic tasks, making the integration a valuable tool for server management. Media Credit: Corbin Brown Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


Business Recorder
15-05-2025
- Business
- Business Recorder
RDA inflows down 25%, clock in at $177mn in April 2025
Inflows through the Roshan Digital Account (RDA) clocked in at $177 million in April, reflecting a decline of 25% compared to $235 million in March 2025, the State Bank of Pakistan (SBP) said Thursday. Out of the total April inflows, $24 million has so far been repatriated, while funds to the tune of $159 million have been utilised locally. The central bank shared that the total number of RDA accounts opened reached 814,244 from 805,442 a month ago at March-end, showing a month-on-month increase of 8,802 accounts. As per the latest data available on the SBP's website, the cumulative RDA inflow clocked in at $10.18 billion by the end of the previous month, out of which $1.757 billion has so far been repatriated, while funds to the tune of $6.527 billion have been utilised locally. Consequently, total net repatriable liability stands at $1.897 billion as of April-end. Out of the total outstanding liability, an amount of $1,356 million is with Naya Pakistan Certificates, with $456 million in conventional NPCs and $900 million in Islamic instruments. Similarly, an amount of $444 million is 'balances in accounts', the SBP data showed. Meanwhile, Roshan Equity Investments declined monthly and stood at $58 million, registering a monthly decline of 6%. Background RDA is a significant source of foreign exchange inflows for Pakistan, which is grappling with liquidity challenges. The initiative was launched in September 2020 by the SBP and offers up to 8% profit on US dollar investments.

The Herald
15-05-2025
- Business
- The Herald
National Lotteries Commission extends application period to May 30
The National Lotteries Commission (NLC) has extended the 2024/25 call for applications to May 30. The current application window, which originally opened on December 2 2024, was previously extended from the initial deadline of March 31 to May 16 and now to May 30 to ensure greater participation by civil society organisations. It said organisations that had already registered and intended to register their profiles on the NLC's Thuthuka online system were still encouraged to complete their registration and proceed with the application process. 'We humbly apologise for the challenges experienced by many applicants on the Thuthuka online system, and in keeping with our commitment to fairness, accessibility and public accountability, the NLC will continue implementing urgent support measures such as help desk sessions in provinces,' said NLC commissioner Jodi Scholtz. These support measures will include personalised continuous communication and the targeted education and awareness sessions to ensure that no deserving organisation was excluded. The NLC said it was committed to contacting all organisations already in the system to assist in resolving outstanding issues, ensuring they were given a fair opportunity to complete their applications. 'All prospective grant applicants must ensure that their board of directors are verified and fully compliant with the department of social development for NPOs and the Companies Intellectual Property Commission's database records for NPCs. 'The registered organisations with at least 50% of their directors verified may submit their applications before May 30 2025,' said Scholtz. The NLC said it was imperative that 100% directors' verification, including mandatory documents, was complete before any grant agreement could be accepted. 'No grant agreement will be signed unless all directors are fully verified.' TimesLIVE

TimesLIVE
14-05-2025
- Business
- TimesLIVE
National Lotteries Commission extends application period to May 30
The National Lotteries Commission (NLC) has extended the 2024/25 call for applications to May 30. The current application window, which originally opened on December 2 2024, was previously extended from the initial deadline of March 31 to May 16 and now to May 30 to ensure greater participation by civil society organisations. It said organisations that had already registered and intended to register their profiles on the NLC's Thuthuka online system were still encouraged to complete their registration and proceed with the application process. 'We humbly apologise for the challenges experienced by many applicants on the Thuthuka online system, and in keeping with our commitment to fairness, accessibility and public accountability, the NLC will continue implementing urgent support measures such as help desk sessions in provinces,' said NLC commissioner Jodi Scholtz. These support measures will include personalised continuous communication and the targeted education and awareness sessions to ensure that no deserving organisation was excluded. The NLC said it was committed to contacting all organisations already in the system to assist in resolving outstanding issues, ensuring they were given a fair opportunity to complete their applications. 'All prospective grant applicants must ensure that their board of directors are verified and fully compliant with the department of social development for NPOs and the Companies Intellectual Property Commission's database records for NPCs. 'The registered organisations with at least 50% of their directors verified may submit their applications before May 30 2025,' said Scholtz. The NLC said it was imperative that 100% directors' verification, including mandatory documents, was complete before any grant agreement could be accepted. 'No grant agreement will be signed unless all directors are fully verified.'